Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c952 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_… in convert_utf8_to_utf16() argument
963 if (offsetmap) in convert_utf8_to_utf16()
964 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
990 if (offsetmap) in convert_utf8_to_utf16()
991 offsetmap++; in convert_utf8_to_utf16()
994 if (offsetmap) in convert_utf8_to_utf16()
995 *offsetmap = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()
1024 static int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_… in convert_utf8_to_utf32() argument
1035 if (offsetmap) in convert_utf8_to_utf32()
1036 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf32()
[all …]