Searched refs:ucnv_convert (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 422 …targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", NULL, targetLimit , (const char*)source, sourc… in TestConvert() 427 …targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sou… in TestConvert() 439 … i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source+1, -1, &err); in TestConvert() 447 … i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, 0, &err); in TestConvert() 454 …i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &er… in TestConvert() 462 …i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &er… in TestConvert() 1983 ucnv_convert("us-ascii", /* out */ in bug1() 2026 size = ucnv_convert("iso-8859-1", /* out */ in bug2() 2042 size = ucnv_convert("UTF-32BE", /* out */ in bug2() 2057 size = ucnv_convert("UTF-8", /* out */ in bug2() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1566 ucnv_convert(const char *toConverterName,
|
D | urename.h | 607 #define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) macro
|
/external/icu/icu4c/source/common/ |
D | ucnv.cpp | 2478 ucnv_convert(const char *toConverterName, const char *fromConverterName, in ucnv_convert() function
|