Searched defs:isCESU8 (Results 1 – 2 of 2) sorted by relevance
108 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8() local238 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
58 private final boolean isCESU8 = this instanceof CharsetCESU8; field in CharsetUTF8