Home
last modified time | relevance | path

Searched refs:isUpper (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeStringUtil.cpp143 bool isUpper (char c) in isUpper() function
199 DE_TEST_ASSERT(isUpper('A')); in StringUtil_selfTest()
200 DE_TEST_ASSERT(!isUpper('a')); in StringUtil_selfTest()
H A DdeStringUtil.hpp54 bool isUpper (char c);
/third_party/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h128 inline void isUpper(UChar32 ch) in isUpper() function
H A Dcharperf.cpp137 return new CharPerfFunction(isUpper, MIN_, MAX_); in TestIsUpper()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp815 bool isUpper = t > s; in renderResource() local
825 if (isUpper) in renderResource()
1104 bool isUpper = t > s; in renderResource() local
1114 if (isUpper) in renderResource()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp102 if (de::isUpper(c)) in makeCaseName()
H A Des31fProgramInterfaceQueryTests.cpp119 if ((de::isDigit((char)name.peek()) || de::isUpper((char)name.peek())) && token.tellp()) in convertGLTypeNameToTestName()

Completed in 12 milliseconds