Searched defs:isCESU8 (Results 1 – 2 of 2) 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