• Home
  • Raw
  • Download

Lines Matching refs:expectLen

2625 … testConvertFromUnicode(const UChar *source, int sourceLen,  const uint8_t *expect, int expectLen,   in testConvertFromUnicode()  argument
2766 printSeq(expect, expectLen); in testConvertFromUnicode()
2777 if(expectLen != targ-junkout) in testConvertFromUnicode()
2779 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode()
2780 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode()
2782 printSeqErr(expect, expectLen); in testConvertFromUnicode()
2805 if(!memcmp(junkout, expect, expectLen)) in testConvertFromUnicode()
2816 printSeqErr((const uint8_t *)junkout, expectLen); in testConvertFromUnicode()
2818 printSeqErr(expect, expectLen); in testConvertFromUnicode()
3016 …tFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, in testConvertFromUnicodeWithContext() argument
3140 printSeq(expect, expectLen); in testConvertFromUnicodeWithContext()
3151 if(expectLen != targ-junkout) in testConvertFromUnicodeWithContext()
3153 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicodeWithContext()
3154 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicodeWithContext()
3156 printSeqErr(expect, expectLen); in testConvertFromUnicodeWithContext()
3179 if(!memcmp(junkout, expect, expectLen)) in testConvertFromUnicodeWithContext()
3190 printSeqErr((const uint8_t *)junkout, expectLen); in testConvertFromUnicodeWithContext()
3192 printSeqErr(expect, expectLen); in testConvertFromUnicodeWithContext()