Searched refs:ucnv_fromAlgorithmic (Results 1 – 7 of 7) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ucnv.h | 1671 ucnv_fromAlgorithmic(UConverter *cnv,
|
D | urename.h | 631 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1671 ucnv_fromAlgorithmic(UConverter *cnv,
|
D | urename.h | 631 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 2816 …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/ |
D | ucnv.cpp | 2588 ucnv_fromAlgorithmic(UConverter *cnv, in ucnv_fromAlgorithmic() function
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 950 …return ucnv_fromAlgorithmic(cnv, algorithmicType, target, targetCapacity, source, sourceLength, pE… in ucnv_fromAlgorithmic_android()
|