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

  /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 2541 milliseconds