Searched refs:printUSeqErr (Results 1 – 6 of 6) sorted by relevance
/external/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 2814 printUSeqErr(source, sourceLen); in testConvertFromUnicode() 3008 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 3010 printUSeqErr(expect, expectlen); in testConvertToUnicode() 3188 printUSeqErr(source, sourceLen); in testConvertFromUnicodeWithContext() 3365 printUSeqErr(junkout, expectlen); in testConvertToUnicodeWithContext() 3367 printUSeqErr(expect, expectlen); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 43 static void printUSeqErr(const UChar* a, int len); 109 static void printUSeqErr(const UChar* a, int len) in printUSeqErr() function 1178 printUSeqErr(buffer, expectLen); in convertToU() 1180 printUSeqErr(expect, expectLen); in convertToU() 1353 printUSeqErr(source, sourceLen); in testConvertFromU()
|
D | nucnvtst.c | 166 static void printUSeqErr(const UChar* a, int len) in printUSeqErr() function 506 printUSeqErr(source, sourceLen); in testConvertFromU() 674 printUSeqErr(junkout, expectlen); in testConvertToU() 676 printUSeqErr(expect, expectlen); in testConvertToU() 5367 printUSeqErr(unicodes_x, 3); in TestEBCDICUS4XML() 5368 printUSeqErr(toUnicodeMaps, 3); in TestEBCDICUS4XML()
|