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

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-external.h 50 HB_Separator_Space = HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR, /* Zs */
harfbuzz-arabic.c 246 else if (HB_GetUnicodeCharCategory(uc) == HB_Separator_Space)
517 properties[i].justification = (HB_GetUnicodeCharCategory(chars[i]) == HB_Separator_Space) ?
    [all...]
harfbuzz-shaper.cpp 324 if (lastCat == HB_Separator_Space)
334 if (lastCat == HB_Separator_Space)
    [all...]
  /external/harfbuzz/src/
harfbuzz-external.h 65 HB_Separator_Space, /* Zs */
harfbuzz-arabic.c 246 else if (HB_GetUnicodeCharCategory(uc) == HB_Separator_Space)
517 properties[i].justification = (HB_GetUnicodeCharCategory(chars[i]) == HB_Separator_Space) ?
    [all...]
harfbuzz-shaper.cpp 535 if (lastCat == HB_Separator_Space)
545 if (lastCat == HB_Separator_Space)
    [all...]
  /external/harfbuzz/contrib/
harfbuzz-unicode-glib.c 67 return HB_Separator_Space;
harfbuzz-unicode-icu.c 100 return HB_Separator_Space;
  /external/harfbuzz/contrib/tables/
category-properties.h 17 {0x20, 0x20, HB_Separator_Space},
45 {0xa0, 0xa0, HB_Separator_Space},
    [all...]

Completed in 174 milliseconds