Home
last modified time | relevance | path

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

/external/icu4c/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/icu4c/test/letest/
Dcmaps.cpp112 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad... in CMAPFormat4Mapper()
113 fIdDelta = &fStartCodes[segCount]; in CMAPFormat4Mapper()
128 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
144 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
Dcmaps.h50 const le_uint16 *fStartCodes; variable