Lines Matching refs:u16
64 u16
71 u16 code; in ReadNextCharUTF8()
82 code = static_cast<u16>( in ReadNextCharUTF8()
94 code = static_cast<u16>( in ReadNextCharUTF8()
105 u16
111 u16 code; in ReadNextCharUTF16()
113 code = GetChar<u16>(); in ReadNextCharUTF16()
114 StepStrm<u16>(); in ReadNextCharUTF16()
119 u16
124 u16 code; in ReadNextCharCP1252()
132 u16
137 u16 code; in ReadNextCharSJIS()
142 code = static_cast<u16>((GetChar<u8>(0) << 8) | GetChar<u8>(1)); in ReadNextCharSJIS()