Lines Matching refs:offset_for_adjustment
1334 size_t* offset_for_adjustment) { in IDNToUnicode() argument
1336 if (offset_for_adjustment) in IDNToUnicode()
1337 offsets.push_back(*offset_for_adjustment); in IDNToUnicode()
1340 if (offset_for_adjustment) in IDNToUnicode()
1341 *offset_for_adjustment = offsets[0]; in IDNToUnicode()
1799 size_t* offset_for_adjustment) { in AppendFormattedHost() argument
1801 if (offset_for_adjustment) in AppendFormattedHost()
1802 offsets.push_back(*offset_for_adjustment); in AppendFormattedHost()
1804 if (offset_for_adjustment) in AppendFormattedHost()
1805 *offset_for_adjustment = offsets[0]; in AppendFormattedHost()
1828 size_t* offset_for_adjustment) { in FormatUrl() argument
1830 if (offset_for_adjustment) in FormatUrl()
1831 offsets.push_back(*offset_for_adjustment); in FormatUrl()
1835 if (offset_for_adjustment) in FormatUrl()
1836 *offset_for_adjustment = offsets[0]; in FormatUrl()