Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Ducnv.h1619 ucnv_toAlgorithmic(UConverterType algorithmicType,
Durename.h689 #define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1619 ucnv_toAlgorithmic(UConverterType algorithmicType,
Durename.h689 #define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) macro
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c2828 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode); in TestConvertAlgorithmic()
2839 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode); in TestConvertAlgorithmic()
/external/icu/icu4c/source/common/
Ducnv.cpp2576 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1082 …return ucnv_toAlgorithmic(algorithmicType, cnv, target, targetCapacity, source, sourceLength, pErr… in ucnv_toAlgorithmic_android()