Searched defs:tolowercase (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dtable.h39 char tolowercase[256] = variable
/external/webrtc/webrtc/base/
H A Dstringutils.h61 // strchr, vsnprintf, strtoul, tolowercase
62 // tolowercase is like tolower, but not compatible with end-of-file value
69 inline char tolowercase(char c) { function
104 inline wchar_t tolowercase(wchar_t c) { function
263 return ascii_string_compare(s1, s2, static_cast<size_t>(-1), tolowercase);
269 return ascii_string_compare(s1, s2, n, tolowercase);

Completed in 332 milliseconds