Searched refs:UCNV_UTF8 (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnv_u8.c | 1008 UCNV_UTF8, 1037 1208, UCNV_IBM, UCNV_UTF8,
|
D | ucnv_bld.cpp | 186 { "utf8", UCNV_UTF8 }, 798 return (UConverterSharedData *)converterData[UCNV_UTF8]; in ucnv_loadSharedData() 815 return (UConverterSharedData *)converterData[UCNV_UTF8]; in ucnv_loadSharedData()
|
D | ucnv.c | 2151 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/ |
D | ucnv.h | 102 UCNV_UTF8 = 4, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 2793 …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()
|
D | nucnvtst.c | 1427 TestConverterType("ibm-1208", UCNV_UTF8); in TestConverterTypesAndStarters() 1429 TestConverterType("utf-8", UCNV_UTF8); in TestConverterTypesAndStarters()
|