Searched refs:ucnv_toAlgorithmic (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Ducnv.h1487 * @see ucnv_toAlgorithmic
1550 * @see ucnv_toAlgorithmic
1570 * using ucnv_convertEx(). ucnv_toAlgorithmic() works exactly like ucnv_convert()
1613 ucnv_toAlgorithmic(UConverterType algorithmicType,
H A Durename.h683 #define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) macro
/external/icu/icu4c/source/common/
H A Ducnv.c2592 ucnv_toAlgorithmic(UConverterType algorithmicType, function
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2805 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode);
2810 log_err("ucnv_toAlgorithmic(Shift-JIS -> UTF-8) fails (%s expect U_ZERO_ERROR), returns %d expect %d\n",
2816 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode);
2820 log_err("ucnv_toAlgorithmic(empty string -> UTF-8) fails (%s expect U_ZERO_ERROR), returns %d expect 0\n",

Completed in 611 milliseconds