Home
last modified time | relevance | path

Searched refs:word_break (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/regex-syntax/src/unicode_tables/
Dmod.rs57 pub mod word_break; module
/external/rust/crates/proc-macro2/src/
Dparse.rs145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() function
598 word_break(rest) in float()
694 word_break(rest) in int()
/external/rust/crates/regex-automata/data/tests/
Dunicode.toml432 pattern = '\p{word_break=Hebrew_Letter}'
/external/rust/crates/regex-syntax/src/
Dunicode.rs770 use unicode_tables::word_break::BY_NAME; in wb()