Home
last modified time | relevance | path

Searched defs:Charset (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-gwt/src-super/java/nio/charset/
DCharset.java28 public abstract class Charset implements Comparable<Charset> { class
71 private Charset(String name) { in Charset() method in Charset
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh438 struct Charset { struct
439 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
456 bool serialize (hb_serialize_context_t *c, const Charset &src, unsigned int num_glyphs) in serialize()
467 bool serialize (hb_serialize_context_t *c, in serialize()
516 static unsigned int calculate_serialized_size ( in calculate_serialized_size()
531 unsigned int get_size (unsigned int num_glyphs) const in get_size()
543 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid()
553 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph()
563 HBUINT8 format;
564 union {
[all …]
/external/python/cpython3/Lib/email/
Dcharset.py167 class Charset: class
Dheader.py21 Charset = _charset.Charset variable
Dmessage.py20 Charset = _charset.Charset variable
/external/python/cpython2/Lib/email/
Dcharset.py156 class Charset: class
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.h89 uint32_t Charset; member
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp543 int Charset = FX_CHARSET_ANSI; in FindSubstFont() local