HomeSort by relevance Sort by last modified time
    Searched full:utf16_pos (Results 1 - 1 of 1) sorted by null

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

Completed in 1654 milliseconds