• Home
  • Raw
  • Download

Lines Matching refs:expectOffsets

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()
3161 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicodeWithContext()
3171 log_err("%d,", expectOffsets[i]); in testConvertFromUnicodeWithContext()
3195 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicodeWithContext() argument
3329 if (checkOffsets && (expectOffsets != 0)) in testConvertToUnicodeWithContext()
3331 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicodeWithContext()
3340 log_err(" %2d,", expectOffsets[i]); in testConvertToUnicodeWithContext()