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

  /external/icu/icu4c/source/common/
bytesinkutil.cpp 84 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); }
91 char s8[2] = { (char)getTwoByteLead(c), (char)getTwoByteTrail(c) };
ucasemap.cpp 166 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); }
468 src[i] != getTwoByteLead(upper) || src[i + 1] != getTwoByteTrail(upper) ||

Completed in 441 milliseconds