Searched refs:my_ucnv_open (Results 1 – 2 of 2) sorted by relevance
/external/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 390 conv = my_ucnv_open(codepage, &status); in testConvertFromU() 549 conv = my_ucnv_open(codepage, &status); in testConvertToU() 1343 myConverter = my_ucnv_open(convName, &err); in TestConverterType() 2586 UConverter *cnv=my_ucnv_open("@ibm9027", &errorCode); in TestDBCS() 3008 converter = my_ucnv_open(enc, &err); in TestJitterbug930() 3385 cnv=my_ucnv_open(conv, &errorCode); in TestConv()
|