Home
last modified time | relevance | path

Searched refs:cmEndCodes (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/perf/leperf/
DFontObject.cpp17 cmEndCodes(NULL), cmStartCodes(NULL), cmIdDelta(0), cmIdRangeOffset(0), in FontObject()
147 cmEndCodes = &header->endCodes[0]; in initUnicodeCMAP()
176 if (unicode >= SWAPW(cmStartCodes[index]) && unicode <= SWAPW(cmEndCodes[index])) { in unicodeToGlyph()
DFontObject.h219 le_uint16 *cmEndCodes; variable
/external/icu/icu4c/source/test/letest/
DFontObject.cpp17 cmEndCodes(NULL), cmStartCodes(NULL), cmIdDelta(0), cmIdRangeOffset(0), in FontObject()
147 cmEndCodes = &header->endCodes[0]; in initUnicodeCMAP()
176 if (unicode >= SWAPW(cmStartCodes[index]) && unicode <= SWAPW(cmEndCodes[index])) { in unicodeToGlyph()
DFontObject.h219 le_uint16 *cmEndCodes; variable