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

/external/chromium_org/third_party/icu/source/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.h609 #define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) macro
/external/icu/icu4c/source/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
/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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...]
/external/chromium_org/third_party/icu/source/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
/external/icu/icu4c/source/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

Completed in 836 milliseconds