Searched refs:my_ucnv_open (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ncnvfbts.c | 36 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open() function 162 conv = my_ucnv_open(codepage, &status); in testConvertFromUnicode() 326 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 402 conv = my_ucnv_open(codepage, &status); in testConvertFromU() 561 conv = my_ucnv_open(codepage, &status); in testConvertToU() 1355 myConverter = my_ucnv_open(convName, &err); in TestConverterType() 2599 UConverter *cnv=my_ucnv_open("@ibm9027", &errorCode); in TestDBCS() 3021 converter = my_ucnv_open(enc, &err); in TestJitterbug930() 3398 cnv=my_ucnv_open(conv, &errorCode); in TestConv()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ncnvfbts.c | 36 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open() function 162 conv = my_ucnv_open(codepage, &status); in testConvertFromUnicode() 326 conv = my_ucnv_open(codepage, &status); in testConvertToUnicode()
|
D | nucnvtst.c | 113 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err); 124 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err) in my_ucnv_open() function 383 conv = my_ucnv_open(codepage, &status); in testConvertFromU() 542 conv = my_ucnv_open(codepage, &status); in testConvertToU() 1336 myConverter = my_ucnv_open(convName, &err); in TestConverterType() 2573 UConverter *cnv=my_ucnv_open("@ibm9027", &errorCode); in TestDBCS() 2995 converter = my_ucnv_open(enc, &err); in TestJitterbug930() 3372 cnv=my_ucnv_open(conv, &errorCode); in TestConv()
|