Home | History | Annotate | Download | only in include

Lines Matching refs:Encoding

1129     enum Encoding { ONE_BYTE, TWO_BYTE, UTF8 };
1131 StreamedSource(ExternalSourceStream* source_stream, Encoding encoding);
1742 enum Encoding {
1925 * regardless of the encoding, otherwise return NULL. The encoding of the
1929 Encoding* encoding_out) const;
2076 Encoding encoding) const;
3432 * The result is an integer encoding property attributes (like v8::None,
3479 * The result is an integer encoding property attributes.
6473 String::Encoding* encoding_out) const {
6478 *encoding_out = static_cast<Encoding>(type & I::kStringEncodingMask);