Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dcmaps.cpp124 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
125 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
140 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
147 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
152 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
156 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
Dcmaps.h60 const le_uint16 *fStartCodes; variable
/external/icu/icu4c/source/test/letest/
Dcmaps.cpp164 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
165 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
180 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
187 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
192 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
196 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
Dcmaps.h52 const le_uint16 *fStartCodes; variable
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp165 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
166 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
181 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
188 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
193 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
197 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
Dcmaps.h56 const le_uint16 *fStartCodes; variable