Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh465 struct Charset struct
468 bool serialize (hb_serialize_context_t *c, const Charset &src, unsigned int num_glyphs) in serialize()
479 bool serialize (hb_serialize_context_t *c, in serialize()
536 unsigned int get_size (unsigned int num_glyphs) const in get_size()
547 hb_codepoint_t get_sid (hb_codepoint_t glyph, unsigned int num_glyphs) const in get_sid()
558 void collect_glyph_to_sid_map (hb_map_t *mapping, unsigned int num_glyphs) const in collect_glyph_to_sid_map()
569 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph()
580 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
595 HBUINT8 format;
596 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/pdfium/core/fxge/
Dcfx_fontmapper.cpp655 const FX_Charset Charset = GetCharset(code_page, base_font, flags); in FindSubstFont() local