Home
last modified time | relevance | path

Searched refs:hasCESU8Data (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/patches/
Duconv.patch224 +static UBool hasCESU8Data(const UConverter *cnv)
241 + UBool isCESU8 = hasCESU8Data(cnv);
254 + UBool isCESU8 = hasCESU8Data(cnv);
263 + UBool isNotCESU8 = !hasCESU8Data(cnv);
272 + UBool isNotCESU8 = !hasCESU8Data(cnv);
/external/chromium_org/third_party/icu/source/common/
Ducnv_u8.c90 static UBool hasCESU8Data(const UConverter *cnv) in hasCESU8Data() function
108 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8()
238 UBool isCESU8 = hasCESU8Data(cnv); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
369 UBool isNotCESU8 = !hasCESU8Data(cnv); in ucnv_fromUnicode_UTF8()
485 UBool isNotCESU8 = !hasCESU8Data(cnv); in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC()