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

  /external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/test/letest/
cmaps.h 49 const le_uint16 *fEndCodes;
cmaps.cpp 158 fEndCodes = &header->endCodes[0];
187 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
  /external/chromium_org/third_party/icu/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])) {
  /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 158 fEndCodes = &header->endCodes[0];
187 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 709 milliseconds