Searched refs:fEndCodes (Results 1 – 6 of 6) sorted by relevance
123 fEndCodes = &header->endCodes[0]; in CMAPFormat4Mapper()152 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
59 const le_uint16 *fEndCodes; variable
163 fEndCodes = &header->endCodes[0]; in CMAPFormat4Mapper()192 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
51 const le_uint16 *fEndCodes; variable
164 fEndCodes = &header->endCodes[0]; in CMAPFormat4Mapper()193 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
55 const le_uint16 *fEndCodes; variable