/external/cronet/third_party/icu/source/data/translit/ |
D | pl_FONIPA_ja.txt | 11 $word_boundary = [-\ $] ; 49 b } $word_boundary → プ; 72 d } $word_boundary → ト; 93 h } $word_boundary → ; 103 g } $word_boundary → ク; 211 #tʂ } $word_boundary → チ; 246 t \u0361 ʂ } $word_boundary → チ; 260 v } $word_boundary → フ; 285 ʐ } $word_boundary → ジュ; 302 z } $word_boundary → ス;
|
D | cs_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 46 b } $word_boundary → プ; 60 d } $word_boundary → ト; 75 h } $word_boundary → ; 83 g } $word_boundary → ク; # not backed by data 203 v } $word_boundary → フ; 220 z } $word_boundary → ス;
|
D | ru_ja.txt | 10 $word_boundary = [-\ $]; 19 $vowel { го } $word_boundary → во;
|
D | es_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 51 d } $word_boundary → ー; 99 m } $word_boundary → ム ;
|
D | es_FONIPA_zh.txt | 11 $word_boundary = [-\ $]; 35 [^$word_boundary] { m } [bp] → n; # GB/T 17693.5-2009, 5.3.2 130 d } $word_boundary → ; 162 f } $word_boundary → 夫 ; 524 $word_boundary { 东 → 栋 ; 525 $word_boundary { 南 → 楠 ; 526 $word_boundary { 西 → 锡 ; 527 海 } $word_boundary → 亥 ;
|
D | ro_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 21 ul } $word_boundary → u ;
|
/external/icu/icu4c/source/data/translit/ |
D | pl_FONIPA_ja.txt | 11 $word_boundary = [-\ $] ; 49 b } $word_boundary → プ; 72 d } $word_boundary → ト; 93 h } $word_boundary → ; 103 g } $word_boundary → ク; 211 #tʂ } $word_boundary → チ; 246 t \u0361 ʂ } $word_boundary → チ; 260 v } $word_boundary → フ; 285 ʐ } $word_boundary → ジュ; 302 z } $word_boundary → ス;
|
D | cs_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 46 b } $word_boundary → プ; 60 d } $word_boundary → ト; 75 h } $word_boundary → ; 83 g } $word_boundary → ク; # not backed by data 203 v } $word_boundary → フ; 220 z } $word_boundary → ス;
|
D | ru_ja.txt | 10 $word_boundary = [-\ $]; 19 $vowel { го } $word_boundary → во;
|
D | es_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 51 d } $word_boundary → ー; 99 m } $word_boundary → ム ;
|
D | es_FONIPA_zh.txt | 11 $word_boundary = [-\ $]; 35 [^$word_boundary] { m } [bp] → n; # GB/T 17693.5-2009, 5.3.2 130 d } $word_boundary → ; 162 f } $word_boundary → 夫 ; 524 $word_boundary { 东 → 栋 ; 525 $word_boundary { 南 → 楠 ; 526 $word_boundary { 西 → 锡 ; 527 海 } $word_boundary → 亥 ;
|
D | ro_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 21 ul } $word_boundary → u ;
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | inclusive_language.py | 70 word_boundary = ( 76 w='|'.join(all_words), b=word_boundary
|
/external/rust/crates/regex/tests/ |
D | test_nfa_bytes.rs | 53 mod word_boundary; module
|
D | test_backtrack_bytes.rs | 53 mod word_boundary; module
|
D | test_nfa_utf8bytes.rs | 52 mod word_boundary; module
|
D | test_backtrack_utf8bytes.rs | 56 mod word_boundary; module
|
D | test_backtrack.rs | 54 mod word_boundary; module
|
D | test_nfa.rs | 48 mod word_boundary; module
|
D | test_default_bytes.rs | 73 mod word_boundary; module
|
D | bytes.rs | 12 mat!(word_boundary, r"(?-u) \b", " δ", None);
|
D | test_default.rs | 60 mod word_boundary; module
|
/external/rust/crates/regex/src/ |
D | dfa.rs | 403 word_boundary: bool, field 928 flags.word_boundary = true; in exec_byte() 1095 WordBoundaryAscii if flags.word_boundary => { in follow_epsilons() 1103 WordBoundary if flags.word_boundary => { in follow_epsilons() 1383 | ((empty_flags.word_boundary as u8) << 4) in start_state() 1426 empty_flags.word_boundary = true; in start_flags() 1456 empty_flags.word_boundary = true; in start_flags_reverse()
|
/external/rust/crates/regex-syntax/src/hir/ |
D | mod.rs | 325 pub fn word_boundary(word_boundary: WordBoundary) -> Hir { in word_boundary() method 345 if let WordBoundary::AsciiNegate = word_boundary { in word_boundary() 348 Hir { kind: HirKind::WordBoundary(word_boundary), info } in word_boundary()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.h | 674 bool word_boundary() const { return word_boundary_; } in word_boundary() function
|