Searched refs:offsetmap (Results 1 – 1 of 1) sorted by relevance
983 static int convert_utf8_to_utf16(const char *input, PCRE_UCHAR16 *output, int *offsetmap, int max_l… in convert_utf8_to_utf16() argument994 if (offsetmap) in convert_utf8_to_utf16()995 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()1021 if (offsetmap) in convert_utf8_to_utf16()1022 offsetmap++; in convert_utf8_to_utf16()1025 if (offsetmap) in convert_utf8_to_utf16()1026 *offsetmap = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16()1055 static int convert_utf8_to_utf32(const char *input, PCRE_UCHAR32 *output, int *offsetmap, int max_l… in convert_utf8_to_utf32() argument1066 if (offsetmap) in convert_utf8_to_utf32()1067 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf32()[all …]