Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/lowio/
H A Dopen.cpp80 #define UTF16_BOMLEN 2 // No of Bytes in a UTF16 BOM macro
585 case UTF16_BOMLEN: in configure_text_mode()
596 if(_lseeki64_nolock(fh, UTF16_BOMLEN, SEEK_SET) == -1) in configure_text_mode()
624 bom_length = UTF16_BOMLEN; in configure_text_mode()