Searched refs:expectlen (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 294 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 405 printUSeq(expect, expectlen); in testConvertToUnicode() 415 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode() 437 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode() 446 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 448 printUSeqErr(expect, expectlen); in testConvertToUnicode()
|
D | nccbtst.h | 55 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 63 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
D | ncnvfbts.h | 27 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
D | nccbtst.c | 2823 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 2962 printUSeq(expect, expectlen); in testConvertToUnicode() 2972 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode() 2998 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode() 3008 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 3010 printUSeqErr(expect, expectlen); in testConvertToUnicode() 3196 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicodeWithContext() argument 3319 printUSeq(expect, expectlen); in testConvertToUnicodeWithContext() 3329 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicodeWithContext() 3355 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicodeWithContext() [all …]
|
D | ncnvtst.c | 51 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 1363 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 1494 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU() 1515 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU() 1525 printUSeq(junkout, expectlen); in testConvertToU() 1527 printUSeq(expect, expectlen); in testConvertToU()
|
D | nucnvtst.c | 518 …ertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 625 printUSeq(expect, expectlen); in testConvertToU() 635 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU() 664 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU() 674 printUSeqErr(junkout, expectlen); in testConvertToU() 676 printUSeqErr(expect, expectlen); in testConvertToU()
|