Home
last modified time | relevance | path

Searched refs:expectlen (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dncnvfbts.c294 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument
405 printUSeq(expect, expectlen); in testConvertToUnicode()
415 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode()
437 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode()
446 printUSeqErr(junkout, expectlen); in testConvertToUnicode()
448 printUSeqErr(expect, expectlen); in testConvertToUnicode()
Dnccbtst.h55 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
63 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
Dnccbtst.c2823 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument
2962 printUSeq(expect, expectlen); in testConvertToUnicode()
2972 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode()
2998 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode()
3008 printUSeqErr(junkout, expectlen); in testConvertToUnicode()
3010 printUSeqErr(expect, expectlen); in testConvertToUnicode()
3196 …ertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicodeWithContext() argument
3319 printUSeq(expect, expectlen); in testConvertToUnicodeWithContext()
3329 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicodeWithContext()
3355 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicodeWithContext()
[all …]
Dncnvfbts.h27 …ol testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
Dncnvtst.c53 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1365 …ic UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument
1496 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU()
1517 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU()
1527 printUSeq(junkout, expectlen); in testConvertToU()
1529 printUSeq(expect, expectlen); in testConvertToU()
Dnucnvtst.c518 …ertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument
625 printUSeq(expect, expectlen); in testConvertToU()
635 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToU()
664 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToU()
674 printUSeqErr(junkout, expectlen); in testConvertToU()
676 printUSeqErr(expect, expectlen); in testConvertToU()