/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 | 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 | 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 | nccbtst.c | 2649 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicode() argument 2812 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicode() 2815 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode() 2825 log_err("%d,", expectOffsets[i]); in testConvertFromUnicode() 2850 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicode() argument 3003 if (checkOffsets && (expectOffsets != 0)) in testConvertToUnicode() 3005 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode() 3014 log_err(" %2d,", expectOffsets[i]); in testConvertToUnicode() 3046 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicodeWithContext() argument 3189 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromUnicodeWithContext() [all …]
|
D | nucnvtst.c | 376 const char *codepage, const int32_t *expectOffsets , UBool useFallback) in testConvertFromU() argument 495 if (checkOffsets && (expectOffsets != 0) ) { in testConvertFromU() 497 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromU() 508 log_err("%d,", expectOffsets[i]); in testConvertFromU() 533 … const char *codepage, const int32_t *expectOffsets, UBool useFallback) in testConvertToU() argument 651 if (checkOffsets && (expectOffsets != 0)) in testConvertToU() 653 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){ in testConvertToU() 662 log_err("%d,", expectOffsets[i]); in testConvertToU()
|
/external/icu4c/test/intltest/ |
D | rbbitst.h | 132 const int32_t *expectOffsets, int32_t expectOffsetsCount);
|