Home
last modified time | relevance | path

Searched defs:SentenceBreaksState (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/unicode-segmentation/src/
Dsentence.rs37 struct SentenceBreaksState(pub [StatePart; 4]); struct
53 impl SentenceBreaksState { impl
56 fn next(&self, cat: SentenceCat) -> SentenceBreaksState { in next()
81 fn end(&self) -> SentenceBreaksState { in end()
102 fn match_sb8(state: &SentenceBreaksState, ahead: &str) -> bool { in match_sb8()