Searched refs:printUSeqErr (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.h | 34 static void printUSeqErr(const UChar* a, int len);
|
D | nccbtst.h | 70 static void printUSeqErr(const UChar* a, int len);
|
D | ncnvfbts.c | 75 static void printUSeqErr(const UChar* a, int len) in printUSeqErr() function 446 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 448 printUSeqErr(expect, expectlen); in testConvertToUnicode()
|
D | nccbtst.c | 68 static void printUSeqErr(const UChar* a, int len) in printUSeqErr() function 2810 printUSeqErr(source, sourceLen); in testConvertFromUnicode() 3004 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 3006 printUSeqErr(expect, expectlen); in testConvertToUnicode() 3184 printUSeqErr(source, sourceLen); in testConvertFromUnicodeWithContext() 3361 printUSeqErr(junkout, expectlen); in testConvertToUnicodeWithContext() 3363 printUSeqErr(expect, expectlen); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 45 static void printUSeqErr(const UChar* a, int len); 111 static void printUSeqErr(const UChar* a, int len) in printUSeqErr() function 1168 printUSeqErr(buffer, expectLen); in convertToU() 1170 printUSeqErr(expect, expectLen); in convertToU() 1343 printUSeqErr(source, sourceLen); in testConvertFromU()
|
D | nucnvtst.c | 166 static void printUSeqErr(const UChar* a, int len) in printUSeqErr() function 507 printUSeqErr(source, sourceLen); in testConvertFromU() 675 printUSeqErr(junkout, expectlen); in testConvertToU() 677 printUSeqErr(expect, expectlen); in testConvertToU() 5396 printUSeqErr(unicodes_x, 3); in TestEBCDICUS4XML() 5397 printUSeqErr(toUnicodeMaps, 3); in TestEBCDICUS4XML()
|