Lines Matching refs:expectlen
2819 …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()
3361 printUSeqErr(junkout, expectlen); in testConvertToUnicodeWithContext()
3363 printUSeqErr(expect, expectlen); in testConvertToUnicodeWithContext()