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

  /external/icu/icu4c/source/samples/layout/
cmaps.h 53 const le_uint16 *fEndCodes;
cmaps.cpp 117 fEndCodes = &header->endCodes[0];
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
  /external/icu/icu4c/source/test/letest/
cmaps.h 49 const le_uint16 *fEndCodes;
cmaps.cpp 161 fEndCodes = &header->endCodes[0];
190 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.h 49 const le_uint16 *fEndCodes;
cmaps.cpp 158 fEndCodes = &header->endCodes[0];
187 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {

Completed in 3726 milliseconds