Searched refs:expectlen (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ncnvfbts.c | 292 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 403 printUSeq(expect, expectlen); in testConvertToUnicode() 413 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode() 435 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode() 444 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 446 printUSeqErr(expect, expectlen); in testConvertToUnicode()
|
D | nccbtst.h | 50 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 58 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
D | ncnvfbts.h | 25 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
D | nccbtst.c | 2849 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 2991 printUSeq(expect, expectlen); in testConvertToUnicode() 3001 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode() 3027 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode() 3037 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 3039 printUSeqErr(expect, expectlen); in testConvertToUnicode() 3225 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicodeWithContext() argument 3348 printUSeq(expect, expectlen); in testConvertToUnicodeWithContext() 3358 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicodeWithContext() 3384 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicodeWithContext() [all …]
|
D | ncnvtst.c | 49 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 1365 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 1496 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU() 1517 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU() 1527 printUSeq(junkout, expectlen); in testConvertToU() 1529 printUSeq(expect, expectlen); in testConvertToU()
|
D | nucnvtst.c | 532 …ertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 639 printUSeq(expect, expectlen); in testConvertToU() 649 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU() 678 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU() 688 printUSeqErr(junkout, expectlen); in testConvertToU() 690 printUSeqErr(expect, expectlen); in testConvertToU()
|