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