Home
last modified time | relevance | path

Searched refs:CaseMappingIndex (Results 1 – 2 of 2) sorted by relevance

/trunk/main/i18nutil/source/utility/
H A Dcasefolding.cxx49 #define cased_letter(ch) (CaseMappingIndex[(ch)>>8] >= 0 && (CaseMappingValue[(CaseMappingIndex[(ch…
87 sal_Int16 address = CaseMappingIndex[str[pos] >> 8] << 8; in getValue()
H A Dcasefolding_data.h30 static sal_Int8 CaseMappingIndex[] = { variable

Completed in 20 milliseconds