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

  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.h 49 const le_uint16 *fEndCodes;
cmaps.cpp 111 fEndCodes = &header->endCodes[0];
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.h 51 const le_uint16 *fEndCodes;
cmaps.cpp 111 fEndCodes = &header->endCodes[0];
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
  /external/icu4c/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/icu4c/test/letest/
cmaps.h 49 const le_uint16 *fEndCodes;
cmaps.cpp 111 fEndCodes = &header->endCodes[0];
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {

Completed in 541 milliseconds