Searched defs:EncodingType (Results 1 – 2 of 2) sorted by relevance
99 enum EncodingType { INVALID = 0, ASCII, UTF8, UTF16LE, BASE64, BASE64URL, LATIN1, BINARY, HEX }; enum
47 using EncodingType = JSAPIFastBuffer::EncodingType; typedef