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

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Ducnv.h1129 * @see ucnv_convert
1197 * @see ucnv_convert
1236 * @see ucnv_convert
1269 * @see ucnv_convert
1345 * @see ucnv_convert
1365 * There is a similar function, ucnv_convert(),
1483 * @see ucnv_convert
1508 * ucnv_convert()
1557 ucnv_convert(const char *toConverterName,
1568 * using ucnv_convertEx(). ucnv_toAlgorithmic() works exactly like ucnv_convert()
[all...]
H A Durename.h599 #define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducnv.h1085 * @see ucnv_convert
1153 * @see ucnv_convert
1192 * @see ucnv_convert
1225 * @see ucnv_convert
1301 * @see ucnv_convert
1321 * There is a similar function, ucnv_convert(),
1439 * @see ucnv_convert
1464 * ucnv_convert()
1513 ucnv_convert(const char *toConverterName,
1524 * using ucnv_convertEx(). ucnv_toAlgorithmic() works exactly like ucnv_convert()
[all...]
H A Durename.h603 #define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Ducnv.h1085 * @see ucnv_convert
1153 * @see ucnv_convert
1192 * @see ucnv_convert
1225 * @see ucnv_convert
1301 * @see ucnv_convert
1321 * There is a similar function, ucnv_convert(),
1439 * @see ucnv_convert
1464 * ucnv_convert()
1513 ucnv_convert(const char *toConverterName,
1524 * using ucnv_convertEx(). ucnv_toAlgorithmic() works exactly like ucnv_convert()
[all...]
H A Durename.h603 #define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) macro
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccapitst.c411 /*Testing ucnv_convert()*/
421 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", NULL, targetLimit , (const char*)source, sourceLimit, &err);
426 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
429 log_data_err("FAILURE! ucnv_convert(ibm-1363->ibm-1364) failed. %s\n", myErrorName(err));
434 log_err("FAIL: ucnv_convert(ibm-1363->ibm-1364) failed.at index \n i=%d, Expected: %lx Got: %lx\n", i, (UChar)expectedTarget[i], (uint8_t)target[i]);
438 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source+1, -1, &err);
440 log_err("FAILURE! ucnv_convert() with sourceLimit=-1 failed: %s, returned %d instead of 7\n",
446 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, 0, &err);
448 log_err("FAILURE! ucnv_convert() with sourceLimit=0 is expected to return 0\n");
453 i=ucnv_convert("ib
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv.c42 /* size of intermediate and preflighting buffers in ucnv_convert() */
2051 /* ucnv_convert() and siblings ---------------------------------------------- */
2411 /* internal implementation of ucnv_convert() etc. with preflighting */
2486 ucnv_convert(const char *toConverterName, const char *fromConverterName, function
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h603 #define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) macro

Completed in 466 milliseconds