HomeSort by relevance Sort by last modified time
    Searched full:upperstring (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/base/
AsciiBenchmark.java 113 String upperString = testString.toUpperCase();
115 CharSequence upperSeq = new StringBuilder(upperString);
117 CharSequence[] rhs = new CharSequence[] { upperString, upperString, upperSeq, upperSeq };
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 196 UpperString(&name);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 456 UpperString(&constant_name);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 128 // UpperString()
144 inline void UpperString(string * s) {
154 UpperString(&out);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 259 UpperString(&name);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 255 UpperString(&name);

Completed in 157 milliseconds