Home
last modified time | relevance | path

Searched refs:join_type (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/rust/
Dhyphenator.rs626 let mut join_type: u8 = U_JT_NON_JOINING; in get_hyph_type_for_arabic() localVariable
628 join_type = getJoiningType(word[i as usize].into()); in get_hyph_type_for_arabic()
629 if join_type != U_JT_TRANSPARENT { in get_hyph_type_for_arabic()
634 if join_type == U_JT_DUAL_JOINING in get_hyph_type_for_arabic()
635 || join_type == U_JT_RIGHT_JOINING in get_hyph_type_for_arabic()
636 || join_type == U_JT_JOIN_CAUSING in get_hyph_type_for_arabic()
640 join_type = U_JT_NON_JOINING; in get_hyph_type_for_arabic()
644 join_type = getJoiningType(word[i as usize].into()); in get_hyph_type_for_arabic()
645 if join_type != U_JT_TRANSPARENT { in get_hyph_type_for_arabic()
654 if join_type == U_JT_DUAL_JOINING in get_hyph_type_for_arabic()
[all …]
/frameworks/proto_logging/stats/
Datoms.proto13671 optional int32 join_type = 30; field