Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dunicode.c1299 ULONG hi_byte_diff = 0; in RtlIsTextUnicode() local
1343 hi_byte_diff += max(hi_byte, last_hi_byte) - min(hi_byte, last_hi_byte); in RtlIsTextUnicode()
1385 if (lo_byte_diff < 127 && !hi_byte_diff) in RtlIsTextUnicode()
1390 if (hi_byte_diff && !lo_byte_diff) in RtlIsTextUnicode()
1395 if ((weight * lo_byte_diff) < hi_byte_diff) in RtlIsTextUnicode()
1402 ((weight * hi_byte_diff) < lo_byte_diff)) in RtlIsTextUnicode()