Searched refs:ucnv_toAlgorithmic (Results 1 - 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
H A D | ucnv.h | 1487 * @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 D | urename.h | 683 #define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) macro
|
/external/icu/icu4c/source/common/ |
H A D | ucnv.c | 2592 ucnv_toAlgorithmic(UConverterType algorithmicType, function
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 2805 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