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

  /external/chromium_org/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,
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...]
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...]
nccbtst.c     [all...]
udatatst.c     [all...]
nucnvtst.c 362 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
463 printSeq((const uint8_t *)expect, expectLen);
472 if(expectLen != targ-junkout) {
473 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
474 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
478 printSeqErr((const unsigned char*)expect, expectLen);
502 if(!memcmp(junkout, expect, expectLen)) {
509 printSeqErr((const unsigned char *)junkout, expectLen);
511 printSeqErr((const unsigned char *)expect, expectLen);
519 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
    [all...]
  /external/icu/icu4c/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,
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...]
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...]
nccbtst.c     [all...]
udatatst.c     [all...]
nucnvtst.c 361 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
462 printSeq((const uint8_t *)expect, expectLen);
471 if(expectLen != targ-junkout) {
472 log_err("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
473 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName);
477 printSeqErr((const unsigned char*)expect, expectLen);
501 if(!memcmp(junkout, expect, expectLen)) {
508 printSeqErr((const unsigned char *)junkout, expectLen);
510 printSeqErr((const unsigned char *)expect, expectLen);
518 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 52 final int expectLen = 1;
57 assertEquals(expectLen, spans.length);

Completed in 989 milliseconds