/external/harfbuzz/contrib/ |
harfbuzz-unicode-tables.c | 74 HB_GetUnicodeCharProperties(HB_UChar32 ch,
|
harfbuzz-unicode-glib.c | 159 HB_GetUnicodeCharProperties(HB_UChar32 ch,
|
harfbuzz-unicode-icu.c | 192 HB_GetUnicodeCharProperties(HB_UChar32 ch,
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-external.h | 96 static inline void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass)
|
harfbuzz-hebrew.c | 154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
|
harfbuzz-greek.c | 409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
|
harfbuzz-shaper.cpp | 265 HB_GetUnicodeCharProperties(uc[0], &lastCat, &dummy); 280 HB_GetUnicodeCharProperties(uc[i], &cat, &cmb); [all...] |
/external/harfbuzz/src/ |
harfbuzz-external.h | 144 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass);
|
harfbuzz-hebrew.c | 154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
|
harfbuzz-greek.c | 409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
|
harfbuzz-shaper.cpp | 476 HB_GetUnicodeCharProperties(uc[0], &lastCat, &dummy); 491 HB_GetUnicodeCharProperties(uc[i], &cat, &cmb); [all...] |
/external/harfbuzz/tests/linebreaking/ |
harfbuzz-qt.cpp | 41 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass)
|