Home
last modified time | relevance | path

Searched refs:word_char (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/
Dlib.rs286 fn word_char() { in word_char() function
/third_party/icu/docs/userguide/boundaryanalysis/
Dbreak-rules.md104 word_char = [\p{Letter}];
106 $word_char+;
107 $word_char $word_joiner $word_char;
120 * '`1`' shows matches of the first rule, `word_char+`
122 * '`2`' shows matches of the second rule, `$word_char $word_joiner $word_char`