Home
last modified time | relevance | path

Searched refs:ucnv_fromAlgorithmic (Results 1 – 7 of 7) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducnv.h1671 ucnv_fromAlgorithmic(UConverter *cnv,
Durename.h631 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1671 ucnv_fromAlgorithmic(UConverter *cnv,
Durename.h631 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c2816 …length=ucnv_fromAlgorithmic(cnv, UCNV_UTF8, target, sizeof(shiftJIS), (const char *)utf8, sizeof(u… in TestConvertAlgorithmic()
2849 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, (const char *)utf16, 2, &errorCode); in TestConvertAlgorithmic()
2859 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF32, target, 0, (const char *)utf32, 4, &errorCode); in TestConvertAlgorithmic()
2870 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, (const char *)utf16, 2, &errorCode); in TestConvertAlgorithmic()
2877 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, NULL, 2, &errorCode); in TestConvertAlgorithmic()
2884 …length=ucnv_fromAlgorithmic(cnv, (UConverterType)99, target, 0, (const char *)utf16, 2, &errorCode… in TestConvertAlgorithmic()
/external/icu/icu4c/source/common/
Ducnv.cpp2588 ucnv_fromAlgorithmic(UConverter *cnv, in ucnv_fromAlgorithmic() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp950 …return ucnv_fromAlgorithmic(cnv, algorithmicType, target, targetCapacity, source, sourceLength, pE… in ucnv_fromAlgorithmic_android()