Searched refs:RT_C_IS_UPPER (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dctype.h53 #define RT_C_IS_UPPER(ch) RTLocCIsUpper((ch)) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCType.cpp237 TEST_X(ch, RT_C_IS_UPPER, X_UPPER);
257 RTTESTI_CHECK(!RT_C_IS_UPPER(ch));
277 RTTESTI_CHECK(!RT_C_IS_UPPER(ch));
/vbox/src/recompiler/
H A Dqemu-common.h26 # define qemu_isupper(c) RT_C_IS_UPPER((unsigned char)(c))
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp590 || RT_C_IS_UPPER(*pszVersion)
608 if (!RT_C_IS_UPPER(*pszEdition))
613 while ( RT_C_IS_UPPER(*pszEdition)
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp273 if ( RT_C_IS_UPPER(pPktHdr->achOpcode[0])
274 && RT_C_IS_UPPER(pPktHdr->achOpcode[1])
275 && (RT_C_IS_UPPER(pPktHdr->achOpcode[2]) || pPktHdr->achOpcode[2] == ' ')

Completed in 151 milliseconds