Searched defs:match_class (Results 1 - 3 of 3) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlstrlib.c266 static int match_class (int c, int cl) { function
295 if (match_class(c, uchar(*p)))
317 case L_ESC: return match_class(c, uchar(*(p+1)));
/external/syslinux/com32/lua/src/
H A Dlstrlib.c266 static int match_class (int c, int cl) { function
295 if (match_class(c, uchar(*p)))
317 case L_ESC: return match_class(c, uchar(*(p+1)));
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh677 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) function in namespace:OT
1378 {match_class},
1399 {match_class},
1944 {match_class},
1970 {match_class},

Completed in 133 milliseconds