Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/ffi/
DIcuBridge.cpp81 case U_JT_DUAL_JOINING: in getJoiningType()
/frameworks/minikin/rust/
Dhyphenator.rs89 const U_JT_DUAL_JOINING: u8 = 1; constant
634 if join_type == U_JT_DUAL_JOINING in get_hyph_type_for_arabic()
654 if join_type == U_JT_DUAL_JOINING 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()