Lines Matching refs:expectlen
2821 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument
2960 printUSeq(expect, expectlen); in testConvertToUnicode()
2970 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode()
2996 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode()
3006 printUSeqErr(junkout, expectlen); in testConvertToUnicode()
3008 printUSeqErr(expect, expectlen); in testConvertToUnicode()
3194 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicodeWithContext() argument
3317 printUSeq(expect, expectlen); in testConvertToUnicodeWithContext()
3327 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicodeWithContext()
3353 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicodeWithContext()
3363 printUSeqErr(junkout, expectlen); in testConvertToUnicodeWithContext()
3365 printUSeqErr(expect, expectlen); in testConvertToUnicodeWithContext()