Home
last modified time | relevance | path

Searched defs:EncodingType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.h99 enum EncodingType { INVALID = 0, ASCII, UTF8, UTF16LE, BASE64, BASE64URL, LATIN1, BINARY, HEX }; enum
Djs_api_buffer.cpp47 using EncodingType = JSAPIFastBuffer::EncodingType; typedef