Searched defs:isCESU8 (Results 1 – 5 of 5) sorted by relevance
74 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8() local192 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
41 private final boolean isCESU8 = this instanceof CharsetCESU8; field in CharsetUTF8