Searched refs:expectlen (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.h | 55 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 63 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
H A D | ncnvfbts.c | 295 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 406 printUSeq(expect, expectlen); in testConvertToUnicode() 416 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode() 438 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode() 447 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 449 printUSeqErr(expect, expectlen); in testConvertToUnicode()
|
H A D | ncnvfbts.h | 27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
H A D | nccbtst.c | 2820 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 2959 printUSeq(expect, expectlen); in testConvertToUnicode() 2969 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode() 2995 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode() 3005 printUSeqErr(junkout, expectlen); in testConvertToUnicode() 3007 printUSeqErr(expect, expectlen); in testConvertToUnicode() 3193 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicodeWithContext() argument 3316 printUSeq(expect, expectlen); in testConvertToUnicodeWithContext() 3326 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectle in testConvertToUnicodeWithContext() [all...] |
H A D | ncnvtst.c | 54 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 1354 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 1485 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU() 1506 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU() 1516 printUSeq(junkout, expectlen); in testConvertToU() 1518 printUSeq(expect, expectlen); in testConvertToU()
|
H A D | nucnvtst.c | 520 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 627 printUSeq(expect, expectlen); in testConvertToU() 637 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU() 666 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU() 676 printUSeqErr(junkout, expectlen); in testConvertToU() 678 printUSeqErr(expect, expectlen); in testConvertToU()
|
Completed in 20 milliseconds