Searched refs:trail_surrogate (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/locale/
H A Dmbrtoc16.c34 char16_t trail_surrogate; member in struct:__anon6658
57 cs->trail_surrogate = 0;
62 if (cs->trail_surrogate >= 0xdc00 && cs->trail_surrogate <= 0xdfff) {
63 *pc16 = cs->trail_surrogate;
64 cs->trail_surrogate = 0;
77 cs->trail_surrogate = 0xdc00 | (c32 & 0x3ff);

Completed in 88 milliseconds