Searched refs:WC_ZWJ (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/unicode-segmentation/src/ |
D | word.rs | 221 let prev_zwj = cat == wd::WC_ZWJ; in next() 239 wd::WC_Extend | wd::WC_Format | wd::WC_ZWJ => { in next() 282 wd::WC_ZWJ => Zwj, // rule WB3c in next() 287 if ncat == wd::WC_Format || ncat == wd::WC_Extend || ncat == wd::WC_ZWJ in next() 467 if cat == wd::WC_Extend || cat == wd::WC_Format || (cat == wd::WC_ZWJ && state != Zwj) { in next_back() 501 wd::WC_Extend | wd::WC_Format | wd::WC_ZWJ => FormatExtend(AcceptAny), in next_back() 524 wd::WC_ZWJ => FormatExtend(AcceptAny), in next_back() 598 !(c == wd::WC_ZWJ || c == wd::WC_Extend || c == wd::WC_Format) in next_back()
|
D | tables.rs | 1112 WC_ZWJ, enumerator 1402 ('\u{200c}', '\u{200c}', WC_Extend), ('\u{200d}', '\u{200d}', WC_ZWJ), ('\u{200e}',
|