Searched refs:lower_case_table (Results 1 – 1 of 1) sorted by relevance
651 const UInt16 lower_case_table[] = { variable1053 int lookup_offset = lower_case_table[codepoint >> 8]; in HFSReadNextNonIgnorableCodepoint()1055 codepoint = lower_case_table[lookup_offset + (codepoint & 0x00FF)]; in HFSReadNextNonIgnorableCodepoint()