Searched refs:RTUNI_WSPACE (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Duni.h99 #define RTUNI_WSPACE RT_BIT(5) macro
225 return (rtUniCpFlags(CodePoint) & RTUNI_WSPACE) != 0;
/vbox/src/VBox/Runtime/common/string/
H A Dunidata-flags.cpp43 RTUNI_WSPACE, /* U+000009: <control>*/
44 RTUNI_WSPACE, /* U+00000a: <control>*/
45 RTUNI_WSPACE, /* U+00000b: <control>*/
46 RTUNI_WSPACE, /* U+00000c: <control>*/
47 RTUNI_WSPACE, /* U+00000d: <control>*/
66 RTUNI_WSPACE, /* U+000020: SPACE*/
167 RTUNI_WSPACE, /* U+000085: <control>*/
194 RTUNI_WSPACE, /* U+0000a0: NO-BREAK SPACE*/
5794 RTUNI_WSPACE, /* U+001680: OGHAM SPACE MARK*/
8226 RTUNI_WSPACE, /*
[all...]

Completed in 121 milliseconds