Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c1004 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_… in convert_utf8_to_utf16() argument
1015 if (offsetmap) in convert_utf8_to_utf16()
1016 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
1042 if (offsetmap) in convert_utf8_to_utf16()
1043 offsetmap++; in convert_utf8_to_utf16()
1046 if (offsetmap) in convert_utf8_to_utf16()
1047 *offsetmap = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
1076 static int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_… in convert_utf8_to_utf32() argument
1087 if (offsetmap) in convert_utf8_to_utf32()
1088 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf32()
[all …]