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