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

/external/swiftshader/third_party/LLVM/lib/Support/
H A DStringRef.cpp22 static char ascii_tolower(char x) { function
35 unsigned char LHC = ascii_tolower(Data[I]);
36 unsigned char RHC = ascii_tolower(RHS.Data[I]);
/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/swiftshader/third_party/llvm-subzero/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]);
73 char L = ascii_tolower(C);
74 return find_if([L](char D) { return ascii_tolower(D) == L; }, From);
125 Result[i] = ascii_tolower(Data[i]);
212 if (ascii_tolower(Data[i]) == ascii_tolower(C))
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h92 inline char ascii_tolower(char c) { function in namespace:google::protobuf

Completed in 698 milliseconds