Lines Matching refs:raw_chars
1085 raw_chars = reader.ReadBytes(chars_ptr, 2 * self.length)1086 self.chars = codecs.getdecoder("utf16")(raw_chars)[0]