Home
last modified time | relevance | path

Searched refs:expectlen (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/test/cintltst/
Dncnvfbts.c292 …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()
Dnccbtst.h50 …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,
Dncnvfbts.h25 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
Dnccbtst.c2849 …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 …]
Dncnvtst.c49 …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()
Dnucnvtst.c532 …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()