Home
last modified time | relevance | path

Searched refs:UCNV_UNKNOWN (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/icu-small/source/common/unicode/
Ducnv.h182 UCNV_UNKNOWN = -1, enumerator
/third_party/icu/icu4c/source/common/unicode/
Ducnv.h182 UCNV_UNKNOWN = -1, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducnv.h183 UCNV_UNKNOWN = -1, enumerator
/third_party/icu/icu4c/source/common/
Ducnv_u8.cpp933 UCNV_UNKNOWN, UCNV_CESU8, 1, 3,
Ducnv.cpp124 case UCNV_UNKNOWN: in ucnv_copyPlatformString()
708 return UCNV_UNKNOWN; in ucnv_getPlatform()
/third_party/node/deps/icu-small/source/common/
Ducnv_u8.cpp933 UCNV_UNKNOWN, UCNV_CESU8, 1, 3,
Ducnv.cpp124 case UCNV_UNKNOWN: in ucnv_copyPlatformString()
708 return UCNV_UNKNOWN; in ucnv_getPlatform()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_u8.cpp933 UCNV_UNKNOWN, UCNV_CESU8, 1, 3,
Ducnv.cpp124 case UCNV_UNKNOWN: in ucnv_copyPlatformString()
701 return UCNV_UNKNOWN; in ucnv_getPlatform()
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
Dmakeconv.cpp431 *pPlatform=UCNV_UNKNOWN; in getPlatformAndCCSIDFromName()
/third_party/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp431 *pPlatform=UCNV_UNKNOWN; in getPlatformAndCCSIDFromName()
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c841 if(ucnv_getPlatform(myConverter, &err) != UCNV_UNKNOWN){ in TestConvert()