Searched refs:utf16_pos (Results 1 – 1 of 1) sorted by relevance
109 size_t* utf16_pos) { in AdvanceAndReturnUTF16Pos() argument115 *utf16_pos += (wide_char <= 0xFFFF) ? 1 : 2; in AdvanceAndReturnUTF16Pos()117 return *utf16_pos; in AdvanceAndReturnUTF16Pos()191 size_t utf16_pos = 0; in ConvertMatchPositionsToWide() local197 i->first, &utf8_pos, &utf16_pos); in ConvertMatchPositionsToWide()199 i->second, &utf8_pos, &utf16_pos); in ConvertMatchPositionsToWide()