ReactOS 0.4.15-dev-8621-g4b051b9
|
#include <usp10.h>
Public Attributes | |
BYTE | fSoftBreak:1 |
BYTE | fWhiteSpace:1 |
BYTE | fCharStop:1 |
BYTE | fWordStop:1 |
BYTE | fInvalid:1 |
BYTE | fReserved:3 |
BYTE tag_SCRIPT_LOGATTR::fCharStop |
Definition at line 189 of file usp10.h.
Referenced by BREAK_line(), and test_ScriptBreak().
BYTE tag_SCRIPT_LOGATTR::fInvalid |
Definition at line 191 of file usp10.h.
Referenced by test_ScriptBreak().
BYTE tag_SCRIPT_LOGATTR::fReserved |
Definition at line 192 of file usp10.h.
Referenced by test_ScriptBreak().
BYTE tag_SCRIPT_LOGATTR::fSoftBreak |
Definition at line 187 of file usp10.h.
Referenced by BREAK_line(), and test_ScriptBreak().
BYTE tag_SCRIPT_LOGATTR::fWhiteSpace |
Definition at line 188 of file usp10.h.
Referenced by BREAK_line(), and test_ScriptBreak().
BYTE tag_SCRIPT_LOGATTR::fWordStop |
Definition at line 190 of file usp10.h.
Referenced by BREAK_line(), and test_ScriptBreak().