Home
last modified time | relevance | path

Searched refs:CaseMappingValue (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…
91 if (address >= 0 && (CaseMappingValue[address += (str[pos] & 0xFF)].type & nMappingType)) { in getValue()
92 sal_uInt8 type = CaseMappingValue[address].type; in getValue()
94 if (CaseMappingValue[address].value == 0) in getValue()
97 for (int map = CaseMappingValue[address].value; in getValue()
98 map < CaseMappingValue[address].value + MaxCaseMappingExtras; map++) { in getValue()
110 dummy.map[0] = CaseMappingValue[address].value; in getValue()
H A Dcasefolding_data.h66 static Value CaseMappingValue[] = { variable

Completed in 28 milliseconds