Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/ffi/
DIcuBridge.cpp79 case U_JT_NON_JOINING: in getJoiningType()
/frameworks/minikin/rust/
Dhyphenator.rs88 const U_JT_NON_JOINING: u8 = 0; constant
626 let mut join_type: u8 = U_JT_NON_JOINING; in get_hyph_type_for_arabic()
640 join_type = U_JT_NON_JOINING; in get_hyph_type_for_arabic()
/frameworks/minikin/libs/minikin/
DHyphenator.cpp281 int32_t type = U_JT_NON_JOINING; in getHyphTypeForArabic()
290 type = U_JT_NON_JOINING; in getHyphTypeForArabic()