OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ascii_tolower
(Results
1 - 2
of
2
) 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]);
/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 85 milliseconds