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

  /external/llvm/lib/Support/
StringRef.cpp 23 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/
recover.c 352 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;
    [all...]

Completed in 134 milliseconds