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

/macosx-10.10.1/vim-55/src/
H A Dfileio.c1874 int u16c; local
1894 u16c = (*--p << 8);
1895 u16c += *--p;
1899 u16c = *--p;
1900 u16c += (*--p << 8);
1902 u8c = 0x10000 + ((u16c & 0x3ff) << 10)
1906 if (u16c < 0xd800 || u16c > 0xdbff)

Completed in 121 milliseconds