HomeSort by relevance Sort by last modified time
    Searched refs:fStartCodes (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 118 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
119 fIdDelta = &fStartCodes[segCount];
134 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
cmaps.h 54 const le_uint16 *fStartCodes;
  /external/icu/icu4c/source/test/letest/
cmaps.h 50 const le_uint16 *fStartCodes;
cmaps.cpp 162 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
163 fIdDelta = &fStartCodes[segCount];
178 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
185 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
190 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
194 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.h 50 const le_uint16 *fStartCodes;
cmaps.cpp 159 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
160 fIdDelta = &fStartCodes[segCount];
175 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
187 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
191 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);

Completed in 42 milliseconds