Searched refs:match_class (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider.cc307 ACMatchClassifications match_class; local
310 match_class.push_back(
317 match_class.push_back(
321 // |match_class| should start at position 0. If the first matching word is
323 match_class.push_back(
333 // |match_class|, moving |last_position| to be after the matching word. If we
345 if (match_class.back().offset == last_position)
346 match_class.pop_back();
348 AutocompleteMatch::AddLastClassificationIfNecessary(&match_class,
351 match_class
[all...]
/external/chromium_org/third_party/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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh683 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) function in namespace:OT
1363 {match_class},
1384 {match_class},
1933 {match_class},
1959 {match_class},
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh683 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) function in namespace:OT
1363 {match_class},
1384 {match_class},
1934 {match_class},
1960 {match_class},

Completed in 592 milliseconds