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

  /external/chromium_org/third_party/icu/source/common/
ucnvhz.c 251 int leadIsOk, trailIsOk;
265 trailIsOk = (uint8_t)(mySourceChar - 0x21) <= (0x7e - 0x21);
266 if (leadIsOk && trailIsOk) {
272 } else if (trailIsOk) {
ucnv2022.c     [all...]
  /external/icu4c/common/
ucnvhz.c 251 int leadIsOk, trailIsOk;
265 trailIsOk = (uint8_t)(mySourceChar - 0x21) <= (0x7e - 0x21);
266 if (leadIsOk && trailIsOk) {
272 } else if (trailIsOk) {
ucnv2022.cpp     [all...]

Completed in 244 milliseconds