Home
last modified time | relevance | path

Searched refs:out_flags (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/inflib/
H A Dinfhostrtl.c57 unsigned int flags = MAXULONG, out_flags = 0; in RtlIsTextUnicode() local
75 if (len & 1) out_flags |= IS_TEXT_UNICODE_ODD_LENGTH; in RtlIsTextUnicode()
85 if (*s == 0xFEFF) out_flags |= IS_TEXT_UNICODE_SIGNATURE; in RtlIsTextUnicode()
98 out_flags |= IS_TEXT_UNICODE_STATISTICS; in RtlIsTextUnicode()
108 out_flags |= IS_TEXT_UNICODE_NULL_BYTES; in RtlIsTextUnicode()
120 out_flags |= IS_TEXT_UNICODE_CONTROLS; in RtlIsTextUnicode()
132 out_flags |= IS_TEXT_UNICODE_REVERSE_CONTROLS; in RtlIsTextUnicode()
140 out_flags &= (unsigned int)*pf; in RtlIsTextUnicode()
141 *pf = (INT)out_flags; in RtlIsTextUnicode()
146 if (out_flags & IS_TEXT_UNICODE_NOT_ASCII_MASK) return TRUE; in RtlIsTextUnicode()
[all …]
/reactos/sdk/lib/rtl/
H A Dunicode.c1296 unsigned int flags = MAXULONG, out_flags = 0; in RtlIsTextUnicode() local
1323 if (len & 1) out_flags |= IS_TEXT_UNICODE_ODD_LENGTH; in RtlIsTextUnicode()
1381 out_flags |= IS_TEXT_UNICODE_DBCS_LEADBYTE; in RtlIsTextUnicode()
1387 out_flags |= IS_TEXT_UNICODE_ASCII16; in RtlIsTextUnicode()
1392 out_flags |= IS_TEXT_UNICODE_REVERSE_ASCII16; in RtlIsTextUnicode()
1397 out_flags |= IS_TEXT_UNICODE_REVERSE_STATISTICS; in RtlIsTextUnicode()
1404 out_flags |= IS_TEXT_UNICODE_STATISTICS; in RtlIsTextUnicode()
1414 out_flags |= IS_TEXT_UNICODE_NULL_BYTES; in RtlIsTextUnicode()
1426 out_flags |= IS_TEXT_UNICODE_CONTROLS; in RtlIsTextUnicode()
1446 out_flags &= *pf; in RtlIsTextUnicode()
[all …]