Lines Matching refs:expectOffsets
48 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
50 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
53 …onst char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets, UBool testRes…
55 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese…
997 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertFromU() argument
1034 expectOffsets ? offs : NULL, in convertFromU()
1067 if (expectOffsets != 0){ in convertFromU()
1069 if(memcmp(offsetBuffer,expectOffsets,(targ-buffer) * sizeof(int32_t) )){ in convertFromU()
1077 log_info("%d,", expectOffsets[i]); in convertFromU()
1086 … const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus) in convertToU() argument
1130 expectOffsets ? offs : NULL, in convertToU()
1147 if (expectOffsets != 0) { in convertToU()
1148 if(memcmp(offsetBuffer, expectOffsets, (targ-buffer) * sizeof(int32_t))){ in convertToU()
1156 log_info("%d, ", expectOffsets[i]); in convertToU()
1183 …nst char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testRes… in testConvertFromU() argument
1320 if (checkOffsets && (expectOffsets != 0) ) in testConvertFromU()
1323 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromU()
1331 log_err("%d,", expectOffsets[i]); in testConvertFromU()
1355 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese… in testConvertToU() argument
1487 if (checkOffsets && (expectOffsets != 0)) in testConvertToU()
1489 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))){ in testConvertToU()
1496 log_err("%d,", expectOffsets[i]); in testConvertToU()