Searched refs:isUpper (Results 1 – 9 of 9) sorted by relevance
143 bool isUpper (char c) in isUpper() function199 DE_TEST_ASSERT(isUpper('A')); in StringUtil_selfTest()200 DE_TEST_ASSERT(!isUpper('a')); in StringUtil_selfTest()
54 bool isUpper (char c);
128 inline void isUpper(UChar32 ch) in isUpper() function
138 return new CharPerfFunction(isUpper, MIN_, MAX_); in TestIsUpper()
755 bool isUpper = t > s; in renderResource() local765 if (isUpper) in renderResource()1044 bool isUpper = t > s; in renderResource() local1054 if (isUpper) in renderResource()
102 if (de::isUpper(c)) in makeCaseName()
119 if ((de::isDigit((char)name.peek()) || de::isUpper((char)name.peek())) && token.tellp()) in convertGLTypeNameToTestName()
852 bool isUpper = Obj->getAnyRelocationLength(RE) >> 1; in getRelocationValueString() local854 if (isUpper) in getRelocationValueString()
622 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString() local624 if (isUpper) in getMachORelocationValueString()