Home
last modified time | relevance | path

Searched refs:ascii_tolower (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc231 result.push_back(ascii_tolower(input[i])); in ToCamelCase()
244 result.push_back(ascii_tolower(input[i])); in ToCamelCase()
274 result.push_back(ascii_tolower(input[i])); in ToSnakeCase()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc208 result += ascii_tolower(current); in ShoutyToPascalCase()
226 prefix_to_match += ascii_tolower(prefix[i]); in TryRemovePrefix()
239 if (ascii_tolower(value[value_index]) != prefix_to_match[prefix_index++]) { in TryRemovePrefix()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc122 current += ascii_tolower(c); in UnderscoresToCamelCase()
151 result[0] = ascii_tolower(result[0]); in UnderscoresToCamelCase()
519 result += ascii_tolower(c); in UnCamelCaseFieldName()
1137 } else if (desired == ascii_tolower(input)) { in AddFirst()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h92 inline char ascii_tolower(char c) { in ascii_tolower() function
Dstrutil.cc1293 static_cast<int>(static_cast<unsigned char>(ascii_tolower(us1[i]))) - in memcasecmp()
1294 static_cast<int>(static_cast<unsigned char>(ascii_tolower(us2[i]))); in memcasecmp()