Searched refs:x_chars (Results 1 – 1 of 1) sorted by relevance
1178 base::Vector<const uint8_t> x_chars = x_content.ToOneByteVector(); in Compare() local1181 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()1184 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()1187 base::Vector<const base::uc16> x_chars = x_content.ToUC16Vector(); in Compare() local1190 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()1193 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()