Searched defs:RTUNI_LOWER (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Duni.h95 #define RTUNI_LOWER RT_BIT(1) macro
159 return (rtUniCpFlags(CodePoint) & RTUNI_LOWER) != 0;
173 return (rtUniCpFlags(CodePoint) & (RTUNI_LOWER | RTUNI_UPPER)) != 0;

Completed in 33 milliseconds