Searched refs:getJoiningType (Results 1 – 5 of 5) sorted by relevance
35 uint8_t getJoiningType(uint32_t codePoint);
76 uint8_t getJoiningType(uint32_t codePoint) { in getJoiningType() function
29 fn getJoiningType(cp: u32) -> u8; in getJoiningType() function
107 use crate::ffi::getJoiningType;628 join_type = getJoiningType(word[i as usize].into()); in get_hyph_type_for_arabic()644 join_type = getJoiningType(word[i as usize].into()); in get_hyph_type_for_arabic()
273 static inline int32_t getJoiningType(UChar32 codepoint) { in getJoiningType() function283 (type = getJoiningType(word[i])) == U_JT_TRANSPARENT) { in getHyphTypeForArabic()291 while (i >= 0 && (type = getJoiningType(word[i])) == U_JT_TRANSPARENT) { in getHyphTypeForArabic()