HomeSort by relevance Sort by last modified time
    Searched refs:expectLen (Results 1 - 15 of 15) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
ncnvfbts.h 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
nccbtst.h 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
ncnvfbts.c 127 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
239 printSeq((const unsigned char*)expect, expectLen);
250 if(expectLen != targ-junkout)
252 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
253 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
255 printSeqErr((const unsigned char*)expect, expectLen);
275 if(!memcmp(junkout, expect, expectLen))
284 printSeqErr((const unsigned char*)junkout, expectLen);
285 printSeqErr((const unsigned char*)expect, expectLen);
290 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
nccbtst.c     [all...]
udatatst.c     [all...]
nucnvtst.c 331 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
432 printSeq((const uint8_t *)expect, expectLen);
441 if(expectLen != targ-junkout) {
442 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
443 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
447 printSeqErr((const unsigned char*)expect, expectLen);
471 if(!memcmp(junkout, expect, expectLen)) {
478 printSeqErr((const unsigned char *)junkout, expectLen);
480 printSeqErr((const unsigned char *)expect, expectLen);
488 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.h 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
nccbtst.h 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
ncnvfbts.c 129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
241 printSeq((const unsigned char*)expect, expectLen);
252 if(expectLen != targ-junkout)
254 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
255 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
257 printSeqErr((const unsigned char*)expect, expectLen);
277 if(!memcmp(junkout, expect, expectLen))
286 printSeqErr((const unsigned char*)junkout, expectLen);
287 printSeqErr((const unsigned char*)expect, expectLen);
292 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
nccbtst.c     [all...]
udatatst.c     [all...]
nucnvtst.c 363 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
464 printSeq((const uint8_t *)expect, expectLen);
473 if(expectLen != targ-junkout) {
474 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
475 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
479 printSeqErr((const unsigned char*)expect, expectLen);
503 if(!memcmp(junkout, expect, expectLen)) {
510 printSeqErr((const unsigned char *)junkout, expectLen);
512 printSeqErr((const unsigned char *)expect, expectLen);
520 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 69 final int expectLen = 1;
74 assertEquals(expectLen, spans.length);

Completed in 226 milliseconds