Lines Matching refs:expectlen
2849 …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()
3394 printUSeqErr(junkout, expectlen); in testConvertToUnicodeWithContext()
3396 printUSeqErr(expect, expectlen); in testConvertToUnicodeWithContext()