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

/external/icu4c/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);
1009 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1046 expectOffsets ? offs : NULL,
1079 if (expectOffsets != 0){
1081 if(memcmp(offsetBuffer,expectOffsets,(targ-buffer) * sizeof(int32_t) )){
1089 log_info("%d,", expectOffsets[i]);
1098 const char *codepage, const int32_t *expectOffsets, UBoo
1008 convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1097 convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) argument
1194 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset) argument
1366 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.c2643 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
2806 if (checkOffsets && (expectOffsets != 0) )
2809 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
2819 log_err("%d,", expectOffsets[i]);
2844 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
2997 if (checkOffsets && (expectOffsets != 0))
2999 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t)))
3008 log_err(" %2d,", expectOffsets[i]);
3040 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
3183 if (checkOffsets && (expectOffsets !
2642 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
2843 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
3039 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
3219 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.c373 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
492 if (checkOffsets && (expectOffsets != 0) ) {
494 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){
505 log_err("%d,", expectOffsets[i]);
530 const char *codepage, const int32_t *expectOffsets, UBool useFallback)
648 if (checkOffsets && (expectOffsets != 0))
650 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){
659 log_err("%d,", expectOffsets[i]);
529 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, const int32_t *expectOffsets, UBool useFallback) argument
/external/icu4c/test/intltest/
H A Drbbitst.cpp1874 void RBBITest::TBTest(BreakIterator* brkitr, int type, const char *locale, const char* escapedText, const int32_t *expectOffsets, int32_t expectOffsetsCount) { argument
1882 if ( foundOffsetsCount != expectOffsetsCount || memcmp(expectOffsets, foundOffsets, foundOffsetsCount*sizeof(foundOffsets[0])) != 0 ) {
1885 formatOffsets(formatExpect, sizeof(formatExpect), expectOffsetsCount, expectOffsets);
1897 formatOffsets(formatExpect, sizeof(formatExpect), expectOffsetsCount, expectOffsets);

Completed in 147 milliseconds