Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
Dcmaps.cpp118 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
119 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
134 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
Dcmaps.h54 const le_uint16 *fStartCodes; variable
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp159 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
160 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
175 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
187 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
191 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
Dcmaps.h50 const le_uint16 *fStartCodes; variable
/external/icu/icu4c/source/test/letest/
Dcmaps.cpp162 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
163 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
178 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
185 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
190 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
194 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
Dcmaps.h50 const le_uint16 *fStartCodes; variable