Lines Matching refs:Encoding
1247 enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 };
1249 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);
2094 enum Encoding {
2272 * regardless of the encoding, otherwise return NULL. The encoding of the
2276 Encoding* encoding_out) const;
2446 Encoding encoding) const;
4253 * The result is an integer encoding property attributes (like v8::None,
4300 * The result is an integer encoding property attributes (like v8::None,
4345 * The result is an integer encoding property attributes.
8215 String::Encoding* encoding_out) const {
8220 *encoding_out = static_cast<Encoding>(type & I::kStringEncodingMask);