/external/icu4c/test/cintltst/ |
D | nccbtst.h | 46 … const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, 51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, 55 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, 59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
|
D | ncnvfbts.h | 24 const char *codepage, UBool fallback, const int32_t *expectOffsets); 26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
|
D | ncnvfbts.c | 130 const char *codepage, UBool fallback, const int32_t *expectOffsets) in testConvertFromUnicode() argument 261 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode() 264 if(uprv_memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode() 272 log_err("%d,", expectOffsets[i]); in testConvertFromUnicode() 293 const char *codepage, UBool fallback, const int32_t *expectOffsets) in testConvertToUnicode() argument 415 if (checkOffsets && (expectOffsets != 0)) in testConvertToUnicode() 417 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode() 425 log_err("%d,", expectOffsets[i]); in testConvertToUnicode()
|
D | ncnvtst.c | 43 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 45 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 48 …onst char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testRes… 50 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese… 1008 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument 1045 expectOffsets ? offs : NULL, in convertFromU() 1078 if (expectOffsets != 0){ in convertFromU() 1080 if(memcmp(offsetBuffer,expectOffsets,(targ-buffer) * sizeof(int32_t) )){ in convertFromU() 1088 log_info("%d,", expectOffsets[i]); in convertFromU() 1097 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument [all …]
|
D | nccbtst.c | 2624 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicode() argument 2784 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode() 2787 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode() 2797 log_err("%d,", expectOffsets[i]); in testConvertFromUnicode() 2822 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicode() argument 2972 if (checkOffsets && (expectOffsets != 0)) in testConvertToUnicode() 2974 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode() 2983 log_err(" %2d,", expectOffsets[i]); in testConvertToUnicode() 3015 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicodeWithContext() argument 3158 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicodeWithContext() [all …]
|
D | nucnvtst.c | 374 const char *codepage, const int32_t *expectOffsets , UBool useFallback) in testConvertFromU() argument 493 if (checkOffsets && (expectOffsets != 0) ) { in testConvertFromU() 495 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromU() 506 log_err("%d,", expectOffsets[i]); in testConvertFromU() 531 … const char *codepage, const int32_t *expectOffsets, UBool useFallback) in testConvertToU() argument 649 if (checkOffsets && (expectOffsets != 0)) in testConvertToU() 651 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){ in testConvertToU() 660 log_err("%d,", expectOffsets[i]); in testConvertToU()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | nccbtst.h | 46 … const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, 51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, 55 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, 59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
|
D | ncnvfbts.h | 24 const char *codepage, UBool fallback, const int32_t *expectOffsets); 26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
|
D | ncnvfbts.c | 130 const char *codepage, UBool fallback, const int32_t *expectOffsets) in testConvertFromUnicode() argument 261 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode() 264 if(uprv_memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode() 272 log_err("%d,", expectOffsets[i]); in testConvertFromUnicode() 293 const char *codepage, UBool fallback, const int32_t *expectOffsets) in testConvertToUnicode() argument 415 if (checkOffsets && (expectOffsets != 0)) in testConvertToUnicode() 417 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode() 425 log_err("%d,", expectOffsets[i]); in testConvertToUnicode()
|
D | ncnvtst.c | 43 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 45 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus); 48 …onst char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testRes… 50 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese… 990 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument 1027 expectOffsets ? offs : NULL, in convertFromU() 1060 if (expectOffsets != 0){ in convertFromU() 1062 if(memcmp(offsetBuffer,expectOffsets,(targ-buffer) * sizeof(int32_t) )){ in convertFromU() 1070 log_info("%d,", expectOffsets[i]); in convertFromU() 1079 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument [all …]
|
D | nccbtst.c | 2615 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicode() argument 2778 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode() 2781 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode() 2791 log_err("%d,", expectOffsets[i]); in testConvertFromUnicode() 2816 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicode() argument 2969 if (checkOffsets && (expectOffsets != 0)) in testConvertToUnicode() 2971 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode() 2980 log_err(" %2d,", expectOffsets[i]); in testConvertToUnicode() 3012 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicodeWithContext() argument 3155 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicodeWithContext() [all …]
|
D | nucnvtst.c | 355 const char *codepage, const int32_t *expectOffsets , UBool useFallback) in testConvertFromU() argument 474 if (checkOffsets && (expectOffsets != 0) ) { in testConvertFromU() 476 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromU() 487 log_err("%d,", expectOffsets[i]); in testConvertFromU() 512 … const char *codepage, const int32_t *expectOffsets, UBool useFallback) in testConvertToU() argument 630 if (checkOffsets && (expectOffsets != 0)) in testConvertToU() 632 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){ in testConvertToU() 641 log_err("%d,", expectOffsets[i]); in testConvertToU()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | rbbitst.h | 134 const int32_t *expectOffsets, int32_t expectOffsetsCount);
|
D | rbbitst.cpp | 2306 …int type, const char *locale, const char* escapedText, const int32_t *expectOffsets, int32_t expec… in TBTest() argument 2314 …if ( foundOffsetsCount != expectOffsetsCount || memcmp(expectOffsets, foundOffsets, foundOffsetsCo… in TBTest() 2317 formatOffsets(formatExpect, sizeof(formatExpect), expectOffsetsCount, expectOffsets); in TBTest() 2329 … formatOffsets(formatExpect, sizeof(formatExpect), expectOffsetsCount, expectOffsets); in TBTest()
|
/external/icu4c/test/intltest/ |
D | rbbitst.h | 133 const int32_t *expectOffsets, int32_t expectOffsetsCount);
|