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

  /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/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)

Completed in 110 milliseconds