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

  /libcore/ojluni/src/main/java/sun/misc/
ASCIICaseInsensitiveComparator.java 88 static boolean isUpper(int ch) {
93 return isUpper(ch) ? (ch + 0x20) : ch;
  /external/deqp/framework/delibs/decpp/
deStringUtil.hpp 54 bool isUpper (char c);
deStringUtil.cpp 143 bool isUpper (char c)
145 return std::isupper(c, std::locale::classic());
199 DE_TEST_ASSERT(isUpper('A'));
200 DE_TEST_ASSERT(!isUpper('a'));
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleUtils.java 82 return isUpper(c) ? (char)(c + 0x20) : c;
92 if (isUpper(s.charAt(idx))) {
136 if (isUpper(s.charAt(idx))) {
159 private static boolean isUpper(char c) {
  /external/icu/icu4c/source/test/perf/charperf/
charperf.cpp 133 return new CharPerfFunction(isUpper, MIN_, MAX_);
charperf.h 124 inline void isUpper(UChar32 ch)
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 755 bool isUpper = t > s;
765 if (isUpper)
1044 bool isUpper = t > s;
1054 if (isUpper)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 102 if (de::isUpper(c))
es31fProgramInterfaceQueryTests.cpp 118 if ((de::isDigit((char)name.peek()) || de::isUpper((char)name.peek())) && token.tellp())
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 715 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1;
717 if (isUpper)
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 7588 milliseconds