Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/lowio/
H A Dwrite.cpp548 wchar_t const* utf16_buf_end = utf16_buf + (BUF_SIZE / 6 - 1); in write_text_utf8_nolock() local
553 while (utf16_buf_it < utf16_buf_end && source_it < buffer_end) in write_text_utf8_nolock()