HomeSort by relevance Sort by last modified time
    Searched full:ascii_tolower (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Support/
StringRef.cpp 24 static char ascii_tolower(char x) { function
43 unsigned char LHC = ascii_tolower(Data[I]);
44 unsigned char RHC = ascii_tolower(RHS.Data[I]);
102 Result[i] = ascii_tolower(Data[i]);

Completed in 2069 milliseconds