Home
last modified time | relevance | path

Searched refs:offsetmap (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c1005 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_length) in convert_utf8_to_utf16() argument
1016 if (offsetmap) in convert_utf8_to_utf16()
1017 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
1043 if (offsetmap) in convert_utf8_to_utf16()
1044 offsetmap++; in convert_utf8_to_utf16()
1047 if (offsetmap) in convert_utf8_to_utf16()
1048 *offsetmap = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
1077 static int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_length) in convert_utf8_to_utf32() argument
1088 if (offsetmap) in convert_utf8_to_utf32()
1089 *offsetmap in convert_utf8_to_utf32()
[all...]

Completed in 3 milliseconds