HomeSort by relevance Sort by last modified time
    Searched defs:tolowercase (Results 1 - 2 of 2) sorted by null

  /external/valgrind/none/tests/s390x/
table.h 39 char tolowercase[256] = variable
  /external/webrtc/webrtc/base/
stringutils.h 61 // 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 653 milliseconds