Home
last modified time | relevance | path

Searched refs:U_JT_JOIN_CAUSING (Results 1 – 3 of 3) sorted by relevance

/frameworks/minikin/libs/minikin/ffi/
DIcuBridge.cpp87 case U_JT_JOIN_CAUSING: in getJoiningType()
/frameworks/minikin/rust/
Dhyphenator.rs92 const U_JT_JOIN_CAUSING: u8 = 4; constant
636 || join_type == U_JT_JOIN_CAUSING in get_hyph_type_for_arabic()
656 || join_type == U_JT_JOIN_CAUSING in get_hyph_type_for_arabic()
/frameworks/minikin/libs/minikin/
DHyphenator.cpp286 if (type == U_JT_DUAL_JOINING || type == U_JT_RIGHT_JOINING || type == U_JT_JOIN_CAUSING) { in getHyphTypeForArabic()
294 if (type == U_JT_DUAL_JOINING || type == U_JT_LEFT_JOINING || type == U_JT_JOIN_CAUSING) { in getHyphTypeForArabic()