Searched refs:utf8cnv (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/tools/colprobe/ |
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/ |
D | nucnvtst.c | 5417 UConverter *utf8cnv; in TestJitterbug981() local 5421 utf8cnv = ucnv_open ("utf8", &status); in TestJitterbug981() 5429 ucnv_close(utf8cnv); in TestJitterbug981() 5437 ucnv_close(utf8cnv); in TestJitterbug981() 5440 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv); in TestJitterbug981() 5445 ucnv_reset(utf8cnv); in TestJitterbug981() 5451 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap, in TestJitterbug981() 5461 ucnv_close(utf8cnv); in TestJitterbug981()
|