OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HB_CharCategory
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-external.h
78
}
HB_CharCategory
;
81
static inline
HB_CharCategory
HB_GetUnicodeCharCategory(HB_UChar32 ch)
83
return (
HB_CharCategory
) hb_unicode_general_category (hb_unicode_funcs_get_default (), ch);
96
static inline void HB_GetUnicodeCharProperties(HB_UChar32 ch,
HB_CharCategory
*category, int *combiningClass)
/external/harfbuzz/src/
harfbuzz-external.h
93
}
HB_CharCategory
;
144
void HB_GetUnicodeCharProperties(HB_UChar32 ch,
HB_CharCategory
*category, int *combiningClass);
145
HB_CharCategory
HB_GetUnicodeCharCategory(HB_UChar32 ch);
Completed in 3101 milliseconds