Home
last modified time | relevance | path

Searched refs:match_class (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh746 static inline bool match_class (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data) in match_class() function
1613 {match_class}, in would_apply()
1631 {match_class}, in apply()
2290 {match_class}, in would_apply()
2313 {match_class}, in apply()
/external/lua/src/
Dlstrlib.c282 static int match_class (int c, int cl) { in match_class() function
311 if (match_class(c, uchar(*p))) in matchbracketclass()
333 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()