Searched refs:my_ucnv_open (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 38 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open() function 164 conv = my_ucnv_open(codepage, &status); in testConvertFromUnicode() 328 conv = my_ucnv_open(codepage, &status); in testConvertToUnicode()
|
D | nucnvtst.c | 120 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err); 131 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open() function 391 conv = my_ucnv_open(codepage, &status); in testConvertFromU() 550 conv = my_ucnv_open(codepage, &status); in testConvertToU() 1354 myConverter = my_ucnv_open(convName, &err); in TestConverterType() 2591 UConverter *cnv=my_ucnv_open("@ibm9027", &errorCode); in TestDBCS() 3013 converter = my_ucnv_open(enc, &err); in TestJitterbug930() 3396 cnv=my_ucnv_open(conv, &errorCode); in TestConv()
|