Home
last modified time | relevance | path

Searched defs:isCESU8 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducnv_u8.cpp74 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8() local
192 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_u8.cpp74 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8() local
192 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u8.cpp74 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8() local
192 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
/third_party/icu/icu4c/source/common/
Ducnv_u8.cpp74 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8() local
192 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF8.java41 private final boolean isCESU8 = this instanceof CharsetCESU8; field in CharsetUTF8