Searched defs:ascii_tolower (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DStringRef.cpp23 static char ascii_tolower(char x) { function
43 unsigned char LHC = ascii_tolower(LHS[I]);
44 unsigned char RHC = ascii_tolower(RHS[I]);
120 Result[i] = ascii_tolower(Data[i]);
/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c352 static int ascii_tolower(int x){ function
360 while( *us1 && *us2 && n && ascii_tolower(*us1)==ascii_tolower(*us2) ){
363 return n ? ascii_tolower(*us1)-ascii_tolower(*us2) : 0;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c110598 static int ascii_tolower(int x){ function
[all...]

Completed in 298 milliseconds