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

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv.h1478 * @see ucnv_fromAlgorithmic
1541 * @see ucnv_fromAlgorithmic
1595 * @see ucnv_fromAlgorithmic
1614 * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert()
1647 * @see ucnv_fromAlgorithmic
1657 ucnv_fromAlgorithmic(UConverter *cnv,
H A Durename.h615 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducnv.h1440 * @see ucnv_fromAlgorithmic
1503 * @see ucnv_fromAlgorithmic
1557 * @see ucnv_fromAlgorithmic
1576 * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert()
1609 * @see ucnv_fromAlgorithmic
1619 ucnv_fromAlgorithmic(UConverter *cnv,
H A Durename.h622 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducnv.h1440 * @see ucnv_fromAlgorithmic
1503 * @see ucnv_fromAlgorithmic
1557 * @see ucnv_fromAlgorithmic
1576 * using ucnv_convertEx(). ucnv_fromAlgorithmic() works exactly like ucnv_convert()
1609 * @see ucnv_fromAlgorithmic
1619 ucnv_fromAlgorithmic(UConverter *cnv,
H A Durename.h622 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c2785 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF8, target, sizeof(shiftJIS), (const char *)utf8, sizeof(utf8), &errorCode);
2790 log_err("ucnv_fromAlgorithmic(UTF-8 -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING), returns %d expect %d\n",
2818 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, (const char *)utf16, 2, &errorCode);
2822 log_err("ucnv_fromAlgorithmic(UTF-16 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING), returns %d expect 0\n",
2827 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF32, target, 0, (const char *)utf32, 4, &errorCode);
2831 log_err("ucnv_fromAlgorithmic(UTF-32 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING), returns %d expect 0\n",
2837 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, (const char *)utf16, 2, &errorCode);
2839 log_err("ucnv_fromAlgorithmic(U_MESSAGE_PARSE_ERROR) sets %s\n", u_errorName(errorCode));
2844 length=ucnv_fromAlgorithmic(cnv, UCNV_UTF16, target, 0, NULL, 2, &errorCode);
2846 log_err("ucnv_fromAlgorithmic(sourc
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c2596 ucnv_fromAlgorithmic(UConverter *cnv, function
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h622 #define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) macro

Completed in 302 milliseconds