Searched refs:CaseMappingIndex (Results 1 – 2 of 2) sorted by relevance
49 #define cased_letter(ch) (CaseMappingIndex[(ch)>>8] >= 0 && (CaseMappingValue[(CaseMappingIndex[(ch…87 sal_Int16 address = CaseMappingIndex[str[pos] >> 8] << 8; in getValue()
30 static sal_Int8 CaseMappingIndex[] = { variable
Completed in 27 milliseconds