Searched defs:FLAG_UTF16 (Results 1 – 3 of 3) sorted by relevance
29 FLAG_UTF16 = (1 << 4), enumerator
38 static constexpr auto FLAG_UTF16 = (1U << 4U); variable
43 static constexpr auto FLAG_UTF16 = (1U << 4U); variable