Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dsnippet.cc109 size_t* utf16_pos) { in AdvanceAndReturnUTF16Pos() argument
115 *utf16_pos += (wide_char <= 0xFFFF) ? 1 : 2; in AdvanceAndReturnUTF16Pos()
117 return *utf16_pos; in AdvanceAndReturnUTF16Pos()
191 size_t utf16_pos = 0; in ConvertMatchPositionsToWide() local
197 i->first, &utf8_pos, &utf16_pos); in ConvertMatchPositionsToWide()
199 i->second, &utf8_pos, &utf16_pos); in ConvertMatchPositionsToWide()