Lines Matching refs:Encoding
1270 enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 };
1272 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);
2102 enum Encoding {
2280 * regardless of the encoding, otherwise return NULL. The encoding of the
2284 Encoding* encoding_out) const;
2454 Encoding encoding) const;
4191 * The result is an integer encoding property attributes (like v8::None,
4238 * The result is an integer encoding property attributes (like v8::None,
4283 * The result is an integer encoding property attributes.
7823 String::Encoding* encoding_out) const {
7828 *encoding_out = static_cast<Encoding>(type & I::kStringEncodingMask);