Home
last modified time | relevance | path

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

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