Searched defs:expectOffsets (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvfbts.c130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
261 if (checkOffsets && (expectOffsets != 0) )
264 if(uprv_memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
272 log_err("%d,", expectOffsets[i]);
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
415 if (checkOffsets && (expectOffsets != 0))
417 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
425 log_err("%d,", expectOffsets[i]);
129 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
292 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
H A Dncnvtst.c43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
48 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testReset);
50 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset);
990 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1027 expectOffsets ? offs : NULL,
1060 if (expectOffsets != 0){
1062 if(memcmp(offsetBuffer,expectOffsets,(targ-buffer) * sizeof(int32_t) )){
1070 log_info("%d,", expectOffsets[i]);
1079 const char *codepage, const int32_t *expectOffsets, UBoo
989 convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1078 convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1175 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset) argument
1347 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset) argument
[all...]
H A Dnccbtst.c2620 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
2780 if (checkOffsets && (expectOffsets != 0) )
2783 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
2793 log_err("%d,", expectOffsets[i]);
2818 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
2968 if (checkOffsets && (expectOffsets != 0))
2970 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
2979 log_err(" %2d,", expectOffsets[i]);
3011 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
3154 if (checkOffsets && (expectOffsets !
2619 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len) argument
2817 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len) argument
3010 testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
3190 testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
[all...]
H A Dnucnvtst.c363 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
482 if (checkOffsets && (expectOffsets != 0) ) {
484 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
495 log_err("%d,", expectOffsets[i]);
520 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
638 if (checkOffsets && (expectOffsets != 0))
640 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){
649 log_err("%d,", expectOffsets[i]);
519 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, const int32_t *expectOffsets, UBool useFallback) argument
/external/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.c130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
261 if (checkOffsets && (expectOffsets != 0) )
264 if(uprv_memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
272 log_err("%d,", expectOffsets[i]);
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
415 if (checkOffsets && (expectOffsets != 0))
417 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
425 log_err("%d,", expectOffsets[i]);
129 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
292 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UBool fallback, const int32_t *expectOffsets) argument
H A Dncnvtst.c43 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
48 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testReset);
50 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset);
1008 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1045 expectOffsets ? offs : NULL,
1078 if (expectOffsets != 0){
1080 if(memcmp(offsetBuffer,expectOffsets,(targ-buffer) * sizeof(int32_t) )){
1088 log_info("%d,", expectOffsets[i]);
1097 const char *codepage, const int32_t *expectOffsets, UBoo
1007 convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1096 convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1193 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset) argument
1365 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset) argument
[all...]
H A Dnccbtst.c2624 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
2784 if (checkOffsets && (expectOffsets != 0) )
2787 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
2797 log_err("%d,", expectOffsets[i]);
2822 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
2972 if (checkOffsets && (expectOffsets != 0))
2974 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
2983 log_err(" %2d,", expectOffsets[i]);
3015 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
3158 if (checkOffsets && (expectOffsets !
2623 testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len) argument
2821 testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len) argument
3014 testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
3194 testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) argument
[all...]
H A Dnucnvtst.c362 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
481 if (checkOffsets && (expectOffsets != 0) ) {
483 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
494 log_err("%d,", expectOffsets[i]);
519 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
637 if (checkOffsets && (expectOffsets != 0))
639 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){
648 log_err("%d,", expectOffsets[i]);
518 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, const int32_t *expectOffsets, UBool useFallback) argument

Completed in 423 milliseconds