Home | History | Annotate | Download | only in base

Lines Matching refs:lookup_offset

1053       int lookup_offset = lower_case_table[codepoint >> 8];
1054 if (lookup_offset != 0)
1055 codepoint = lower_case_table[lookup_offset + (codepoint & 0x00FF)];