Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_records.cc35 const char& y_char = std::tolower(y[i]); in CompareIgnoreCase() local
36 if (x_char < y_char) { in CompareIgnoreCase()
38 } else if (y_char < x_char) { in CompareIgnoreCase()