Home
last modified time | relevance | path

Searched refs:fEndCodes (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dcmaps.cpp123 fEndCodes = &header->endCodes[0]; in CMAPFormat4Mapper()
152 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
Dcmaps.h59 const le_uint16 *fEndCodes; variable
/external/icu/icu4c/source/test/letest/
Dcmaps.cpp163 fEndCodes = &header->endCodes[0]; in CMAPFormat4Mapper()
192 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
Dcmaps.h51 const le_uint16 *fEndCodes; variable
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp164 fEndCodes = &header->endCodes[0]; in CMAPFormat4Mapper()
193 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
Dcmaps.h55 const le_uint16 *fEndCodes; variable