Searched refs:hs (Results 1 – 1 of 1) sorted by relevance
814 WCHAR hs, wc; in put_utf() local816 hs = (WCHAR)(chr >> 16); in put_utf()818 if (hs == 0) { /* Single encoding unit? */ in put_utf()823 …if (szb < 2 || !IsSurrogateH(hs) || !IsSurrogateL(wc)) return 0; /* Buffer overflow or wrong surro… in put_utf()824 *buf++ = hs; in put_utf()2647 WCHAR wc, hs; local2664 hs = 0;2671 if (hs == 0 && IsSurrogate(wc)) { /* Is it a surrogate? */2672 hs = wc; continue; /* Get low surrogate */2674 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …[all …]