Searched refs:ucnv_toAlgorithmic (Results 1 – 7 of 7) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ucnv.h | 1619 ucnv_toAlgorithmic(UConverterType algorithmicType,
|
D | urename.h | 689 #define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1619 ucnv_toAlgorithmic(UConverterType algorithmicType,
|
D | urename.h | 689 #define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 2828 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/ |
D | ucnv.cpp | 2576 ucnv_toAlgorithmic(UConverterType algorithmicType, in ucnv_toAlgorithmic() function
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1082 …return ucnv_toAlgorithmic(algorithmicType, cnv, target, targetCapacity, source, sourceLength, pErr… in ucnv_toAlgorithmic_android()
|