Searched refs:ucnv_fromAlgorithmic (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/unicode/
H A Ducnv.h1476 * @see ucnv_fromAlgorithmic
1539 * @see ucnv_fromAlgorithmic
1593 * @see ucnv_fromAlgorithmic
1612 * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert()
1645 * @see ucnv_fromAlgorithmic
1655 ucnv_fromAlgorithmic(UConverter *cnv,
H A Durename.h627 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h1310 * @see ucnv_fromAlgorithmic
1373 * @see ucnv_fromAlgorithmic
1427 * @see ucnv_fromAlgorithmic
1446 * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert()
1479 * @see ucnv_fromAlgorithmic
1489 ucnv_fromAlgorithmic(UConverter *cnv,
H A Durename.h474 #define ucnv_fromAlgorithmic ucnv_fromAlgorithmic_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h1310 * @see ucnv_fromAlgorithmic
1373 * @see ucnv_fromAlgorithmic
1427 * @see ucnv_fromAlgorithmic
1446 * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert()
1479 * @see ucnv_fromAlgorithmic
1489 ucnv_fromAlgorithmic(UConverter *cnv,
H A Durename.h474 #define ucnv_fromAlgorithmic ucnv_fromAlgorithmic_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h1310 * @see ucnv_fromAlgorithmic
1373 * @see ucnv_fromAlgorithmic
1427 * @see ucnv_fromAlgorithmic
1446 * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert()
1479 * @see ucnv_fromAlgorithmic
1489 ucnv_fromAlgorithmic(UConverter *cnv,
H A Durename.h474 #define ucnv_fromAlgorithmic ucnv_fromAlgorithmic_3_2 macro
/external/icu4c/test/cintltst/
H A Dccapitst.c2831 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF8, target, sizeof(shiftJIS), (const char *)utf8, sizeof(utf8), &errorCode);
2836 log_err("ucnv_fromAlgorithmic(UTF-8 -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING), returns %d expect %d\n",
2864 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, (const char *)utf16, 2, &errorCode);
2868 log_err("ucnv_fromAlgorithmic(UTF-16 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING), returns %d expect 0\n",
2873 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF32, target, 0, (const char *)utf32, 4, &errorCode);
2877 log_err("ucnv_fromAlgorithmic(UTF-32 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING), returns %d expect 0\n",
2883 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, (const char *)utf16, 2, &errorCode);
2885 log_err("ucnv_fromAlgorithmic(U_MESSAGE_PARSE_ERROR) sets %s\n", u_errorName(errorCode));
2890 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, NULL, 2, &errorCode);
2892 log_err("ucnv_fromAlgorithmic(sourc
[all...]
/external/icu4c/common/
H A Ducnv.c2594 ucnv_fromAlgorithmic(UConverter *cnv, function
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h474 #define ucnv_fromAlgorithmic ucnv_fromAlgorithmic_3_2 macro

Completed in 76 milliseconds