Home
last modified time | relevance | path

Searched refs:UCNV_UTF8 (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_u8.c1008 UCNV_UTF8,
1037 1208, UCNV_IBM, UCNV_UTF8,
Ducnv_bld.cpp186 { "utf8", UCNV_UTF8 },
798 return (UConverterSharedData *)converterData[UCNV_UTF8]; in ucnv_loadSharedData()
815 return (UConverterSharedData *)converterData[UCNV_UTF8]; in ucnv_loadSharedData()
Ducnv.c2151 if( sourceCnv->sharedData->staticData->conversionType==UCNV_UTF8 && in ucnv_convertEx()
2155 } else if( targetCnv->sharedData->staticData->conversionType==UCNV_UTF8 && in ucnv_convertEx()
/external/icu/icu4c/source/common/unicode/
Ducnv.h102 UCNV_UTF8 = 4, enumerator
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c2793 …length=ucnv_fromAlgorithmic(cnv, UCNV_UTF8, target, sizeof(shiftJIS), (const char *)utf8, sizeof(u… in TestConvertAlgorithmic()
2805 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode); in TestConvertAlgorithmic()
2816 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode); in TestConvertAlgorithmic()
Dnucnvtst.c1427 TestConverterType("ibm-1208", UCNV_UTF8); in TestConverterTypesAndStarters()
1429 TestConverterType("utf-8", UCNV_UTF8); in TestConverterTypesAndStarters()