Lines Matching refs:expectlen
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()
3365 printUSeqErr(junkout, expectlen); in testConvertToUnicodeWithContext()
3367 printUSeqErr(expect, expectlen); in testConvertToUnicodeWithContext()