OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
81
const void *
vprop
= bsearch((void *) (intptr_t) cp, script_properties,
local
85
if (!
vprop
)
88
return ((const struct script_property *)
vprop
)->script;
216
const void *
vprop
= bsearch((void *) (intptr_t) ch, grapheme_break_properties,
local
220
if (!
vprop
)
223
return ((const struct grapheme_break_property *)
vprop
)->klass;
Completed in 129 milliseconds