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