Searched refs:to_upper (Results 1 – 2 of 2) sorted by relevance
31 static inline int to_upper(int c) { in to_upper() function95 op = (char) to_upper(op); in FromSVGString()
1481 unibrow::Mapping<unibrow::ToUppercase> to_upper; in TEST() local1485 int length = to_upper.get(c, '\0', upper); in TEST()