Searched refs:utf8cnv (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 115 UConverter *utf8cnv; variable 203 compUTF8ALen = ucnv_fromUChars(utf8cnv, compUTF8A, 256, compA, compALen, &status); in UNIXstrcmp() 205 compUTF8BLen = ucnv_fromUChars(utf8cnv, compUTF8B, 256, compB, compBLen, &status); in UNIXstrcmp() 214 compUTF8ALen = ucnv_fromUChars(utf8cnv, compUTF8A, 256, compA, compALen, &status); in UNIXgetSortKey() 839 utf8cnv = ucnv_open("utf-8", &status); // we are just doing UTF-8 locales for now. in main() 910 ucnv_close(utf8cnv); in main()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 5418 UConverter *utf8cnv; in TestJitterbug981() local 5422 utf8cnv = ucnv_open ("utf8", &status); in TestJitterbug981() 5430 ucnv_close(utf8cnv); in TestJitterbug981() 5438 ucnv_close(utf8cnv); in TestJitterbug981() 5441 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv); in TestJitterbug981() 5446 ucnv_reset(utf8cnv); in TestJitterbug981() 5452 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap, in TestJitterbug981() 5462 ucnv_close(utf8cnv); in TestJitterbug981()
|
Completed in 10 milliseconds