Searched refs:y_chars (Results 1 – 1 of 1) sorted by relevance
1180 base::Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in Compare() local1181 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()1183 base::Vector<const base::uc16> y_chars = y_content.ToUC16Vector(); in Compare() local1184 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()1189 base::Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in Compare() local1190 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()1192 base::Vector<const base::uc16> y_chars = y_content.ToUC16Vector(); in Compare() local1193 r = CompareChars(x_chars.begin(), y_chars.begin(), prefix_length); in Compare()