Lines Matching refs:u16
66 u16
73 u16 code; in ReadNextCharUTF8()
84 code = static_cast<u16>( in ReadNextCharUTF8()
96 code = static_cast<u16>( in ReadNextCharUTF8()
107 u16
113 u16 code; in ReadNextCharUTF16()
115 code = GetChar<u16>(); in ReadNextCharUTF16()
116 StepStrm<u16>(); in ReadNextCharUTF16()
121 u16
126 u16 code; in ReadNextCharCP1252()
134 u16
139 u16 code; in ReadNextCharSJIS()
144 code = static_cast<u16>((GetChar<u8>(0) << 8) | GetChar<u8>(1)); in ReadNextCharSJIS()