Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh452 struct Charset struct
455 bool serialize (hb_serialize_context_t *c, const Charset &src, unsigned int num_glyphs) in serialize()
466 bool serialize (hb_serialize_context_t *c, in serialize()
524 static unsigned int calculate_serialized_size (uint8_t format, in calculate_serialized_size()
536 unsigned int get_size (unsigned int num_glyphs) const in get_size()
547 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid()
558 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph()
569 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
584 HBUINT8 format;
585 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/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.h90 uint32_t Charset; member
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp526 int Charset = FX_CHARSET_ANSI; in FindSubstFont() local