HomeSort by relevance Sort by last modified time
    Searched refs:vprop (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/contrib/
harfbuzz-unicode-tables.c 31 const void *vprop = bsearch((void *) (intptr_t) cp, combining_properties, local
35 if (!vprop)
38 return ((const struct combining_property *) vprop)->klass;
63 const void *vprop = bsearch((void *) (intptr_t) cp, category_properties, local
67 if (!vprop)
70 return ((const struct category_property *) vprop)->category;
harfbuzz-unicode.c 85 const void *vprop = bsearch((void *) (intptr_t) cp, script_properties, local
89 if (!vprop)
92 return ((const struct script_property *) vprop)->script;
223 const void *vprop = bsearch((void *) (intptr_t) ch, grapheme_break_properties, local
227 if (!vprop)
230 return ((const struct grapheme_break_property *) vprop)->klass;

Completed in 751 milliseconds