Searched refs:get_class (Results 1 – 10 of 10) sorted by relevance
999 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function1056 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function1113 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() function1116 case 1: return u.format1.get_class(glyph_id); in get_class()1117 case 2: return u.format2.get_class(glyph_id); in get_class()
348 { return (this+glyphClassDef).get_class (glyph); } in get_glyph_class()354 { return (this+markAttachClassDef).get_class (glyph); } in get_mark_attachment_type()
678 return class_def.get_class (glyph_id) == value; in match_class()1366 unsigned int index = class_def.get_class (c->glyphs[0]); in would_apply()1387 index = class_def.get_class (c->buffer->cur().codepoint); in apply()1932 unsigned int index = input_class_def.get_class (c->glyphs[0]); in would_apply()1958 index = input_class_def.get_class (c->buffer->cur().codepoint); in apply()
788 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint); in apply()789 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint); in apply()
177 def get_class(self): member in AP
43 self.class_name = ap_config.get_class()
251 self.CONFIGURATOR_MAP[ap.get_class()]
55 self.class_name = ap_config.get_class()
817 static PyObject* get_class(const qpol_class_t * class_datum, const apol_policy_t * policydb) in get_class() function910 obj = get_class(class_datum, policydb); in get_classes()923 obj = get_class(class_datum, policydb); in get_classes()
367 def get_class(self, band): member in prio