Home
last modified time | relevance | path

Searched refs:isUpper (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dtar.js103 const isUpper = str => { function
108 const uppers = files.filter(file => isUpper(file.path))
109 const others = files.filter(file => !isUpper(file.path))
/third_party/vk-gl-cts/framework/delibs/decpp/
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()
DdeStringUtil.hpp54 bool isUpper (char c);
/third_party/icu/icu4c/source/test/perf/charperf/
Dcharperf.h128 inline void isUpper(UChar32 ch) in isUpper() function
Dcharperf.cpp137 return new CharPerfFunction(isUpper, MIN_, MAX_); in TestIsUpper()
/third_party/vk-gl-cts/modules/egl/
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/
Des31fShaderBuiltinConstantTests.cpp102 if (de::isUpper(c)) in makeCaseName()
Des31fProgramInterfaceQueryTests.cpp119 if ((de::isDigit((char)name.peek()) || de::isUpper((char)name.peek())) && token.tellp()) in convertGLTypeNameToTestName()