Searched refs:WC_LF (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/unicode-segmentation/src/ |
D | word.rs | 269 Some(ncat) if ncat == wd::WC_LF => 1, // rule WB3 in next() 281 wd::WC_LF | wd::WC_Newline => break, // rule WB3a in next() 507 wd::WC_CR | wd::WC_LF | wd::WC_Newline => { in next_back() 509 if cat == wd::WC_LF { in next_back()
|
D | tables.rs | 1103 WC_LF, enumerator 1219 ('\u{a}', '\u{a}', WC_LF), ('\u{b}', '\u{c}', WC_Newline), ('\u{d}', '\u{d}', WC_CR),
|