Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/uwildmat/
Duwildmat.c219 match_class(uint32_t text, const unsigned char *start, in match_class() function
354 if (!match_class(c, p, endclass - 1)) in match_pattern()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh753 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()
2409 {match_class}, in would_apply()
2432 {match_class}, in apply()
/external/lua/src/
Dlstrlib.c424 static int match_class (int c, int cl) { in match_class() function
453 if (match_class(c, uchar(*p))) in matchbracketclass()
475 case L_ESC: return match_class(c, uchar(*(p+1))); in singlematch()