Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dncnvfbts.c294 …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()
Dnccbtst.h55 …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,
Dnccbtst.c2819 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument
2958 printUSeq(expect, expectlen); in testConvertToUnicode()
2968 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode()
2994 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode()
3004 printUSeqErr(junkout, expectlen); in testConvertToUnicode()
3006 printUSeqErr(expect, expectlen); in testConvertToUnicode()
3192 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicodeWithContext() argument
3315 printUSeq(expect, expectlen); in testConvertToUnicodeWithContext()
3325 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicodeWithContext()
3351 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicodeWithContext()
[all …]
Dncnvfbts.h27 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
Dncnvtst.c53 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1353 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument
1484 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU()
1505 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU()
1515 printUSeq(junkout, expectlen); in testConvertToU()
1517 printUSeq(expect, expectlen); in testConvertToU()
Dnucnvtst.c519 …ertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument
626 printUSeq(expect, expectlen); in testConvertToU()
636 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU()
665 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU()
675 printUSeqErr(junkout, expectlen); in testConvertToU()
677 printUSeqErr(expect, expectlen); in testConvertToU()