Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c968 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_… in convert_utf8_to_utf16() argument
979 if (offsetmap) in convert_utf8_to_utf16()
980 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
1006 if (offsetmap) in convert_utf8_to_utf16()
1007 offsetmap++; in convert_utf8_to_utf16()
1010 if (offsetmap) in convert_utf8_to_utf16()
1011 *offsetmap = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
1040 static int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_… in convert_utf8_to_utf32() argument
1051 if (offsetmap) in convert_utf8_to_utf32()
1052 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf32()
[all …]