Searched refs:SHORT_BINUNICODE (Results 1 – 2 of 2) sorted by relevance
170 SHORT_BINUNICODE = b'\x8c' # push short string; UTF-8 length < 256 bytes variable743 self.write(SHORT_BINUNICODE + pack("<B", n) + encoded)1272 dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
93 SHORT_BINUNICODE = '\x8c', enumerator2389 header[0] = SHORT_BINUNICODE; in write_unicode_binary()6440 OP_ARG(SHORT_BINUNICODE, load_counted_binunicode, 1) in load()