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

  /external/swiftshader/third_party/llvm-subzero/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]);
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/util/internal/
utility.cc 227 result.push_back(ascii_tolower(input[i]));
240 result.push_back(ascii_tolower(input[i]));
270 result.push_back(ascii_tolower(input[i]));
  /external/swiftshader/third_party/LLVM/lib/Support/
StringRef.cpp 22 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/
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/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 208 result += ascii_tolower(current);
226 prefix_to_match += ascii_tolower(prefix[i]);
239 if (ascii_tolower(value[value_index]) != prefix_to_match[prefix_index++]) {
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 118 current += ascii_tolower(c);
147 result[0] = ascii_tolower(result[0]);
499 result += ascii_tolower(c);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 92 inline char ascii_tolower(char c) { function in namespace:google::protobuf
    [all...]
strutil.cc     [all...]

Completed in 329 milliseconds