Home
last modified time | relevance | path

Searched refs:HB_CharCategory (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-external.h78 } HB_CharCategory; typedef
81 static inline HB_CharCategory HB_GetUnicodeCharCategory(HB_UChar32 ch) in HB_GetUnicodeCharCategory()
83 return (HB_CharCategory) hb_unicode_general_category (hb_unicode_funcs_get_default (), ch); in HB_GetUnicodeCharCategory()
96 static inline void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combi… in HB_GetUnicodeCharProperties()
Dharfbuzz-hebrew.c151 HB_CharCategory category; in HB_HebrewShape()
Dharfbuzz-greek.c406 HB_CharCategory category; in HB_GreekShape()
Dharfbuzz-shaper.cpp263 HB_CharCategory lastCat; in HB_HeuristicSetGlyphAttributes()
278 HB_CharCategory cat; in HB_HeuristicSetGlyphAttributes()
/external/harfbuzz/tests/linebreaking/
Dharfbuzz-qt.cpp41 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) in HB_GetUnicodeCharProperties()
43 *category = (HB_CharCategory)QChar::category(ch); in HB_GetUnicodeCharProperties()
47 HB_CharCategory HB_GetUnicodeCharCategory(HB_UChar32 ch) in HB_GetUnicodeCharCategory()
49 return (HB_CharCategory)QChar::category(ch); in HB_GetUnicodeCharCategory()
/external/harfbuzz/contrib/
Dharfbuzz-unicode-tables.c61 static HB_CharCategory
75 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
81 HB_CharCategory
Dharfbuzz-unicode-icu.c193 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
199 HB_CharCategory
Dharfbuzz-unicode-glib.c160 HB_CharCategory *category, in HB_GetUnicodeCharProperties()
166 HB_CharCategory
/external/harfbuzz/src/
Dharfbuzz-external.h93 } HB_CharCategory; typedef
144 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass);
145 HB_CharCategory HB_GetUnicodeCharCategory(HB_UChar32 ch);
Dharfbuzz-hebrew.c151 HB_CharCategory category; in HB_HebrewShape()
Dharfbuzz-greek.c406 HB_CharCategory category; in HB_GreekShape()
Dharfbuzz-shaper.cpp474 HB_CharCategory lastCat; in HB_HeuristicSetGlyphAttributes()
489 HB_CharCategory cat; in HB_HeuristicSetGlyphAttributes()
/external/harfbuzz/contrib/tables/
Dcategory-properties.h12 HB_CharCategory category;