Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DStringRef.cpp23 static char ascii_tolower(char x) { in ascii_tolower() function
43 unsigned char LHC = ascii_tolower(LHS[I]); in ascii_strncasecmp()
44 unsigned char RHC = ascii_tolower(RHS[I]); in ascii_strncasecmp()
120 Result[i] = ascii_tolower(Data[i]); in lower()