Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_jit_test.c1005 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_… 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_… in convert_utf8_to_utf32() argument
1088 if (offsetmap) in convert_utf8_to_utf32()
1089 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf32()
[all …]