Home
last modified time | relevance | path

Searched refs:word_boundary (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/data/translit/
Dpl_FONIPA_ja.txt10 $word_boundary = [-\ $] ;
36 b } $word_boundary → プ;
53 d } $word_boundary → ト;
68 h } $word_boundary → ;
76 g } $word_boundary → ク;
176 t \u0361 ʂ } $word_boundary → チ;
186 v } $word_boundary → フ;
205 ʐ } $word_boundary → ジュ;
218 z } $word_boundary → ス;
Dcs_FONIPA_ja.txt10 $word_boundary = [-\ $] ;
36 b } $word_boundary → プ;
50 d } $word_boundary → ト;
65 h } $word_boundary → ;
73 g } $word_boundary → ク; # not backed by data
179 v } $word_boundary → フ;
192 z } $word_boundary → ス;
Des_FONIPA_zh.txt10 $word_boundary = [-\ $];
33 [^$word_boundary] { m } [bp] → n; # GB/T 17693.5-2009, 5.3.2
121 d } $word_boundary → ;
148 f } $word_boundary → 夫 ;
494 $word_boundary { 东 → 栋 ;
495 $word_boundary { 南 → 楠 ;
496 $word_boundary { 西 → 锡 ;
497 海 } $word_boundary → 亥 ;
Dru_ja.txt10 $word_boundary = [-\ $];
15 $vowel { го } $word_boundary → во;
Des_FONIPA_ja.txt10 $word_boundary = [-\ $] ;
38 d } $word_boundary → ー;
86 m } $word_boundary → ム ;
Dro_FONIPA_ja.txt10 $word_boundary = [-\ $] ;
18 ul } $word_boundary → u ;
/external/regex-re2/re2/
Dre2.h620 bool word_boundary() const { return word_boundary_; } in word_boundary() function
Dre2.cc163 if (word_boundary()) in ParseFlags()
/external/v8/src/x87/
Dmacro-assembler-x87.cc3106 Label other_color, word_boundary; in HasColor() local
3110 j(zero, &word_boundary, Label::kNear); in HasColor()
3115 bind(&word_boundary); in HasColor()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc3259 Label other_color, word_boundary; in HasColor() local
3263 j(zero, &word_boundary, Label::kNear); in HasColor()
3268 bind(&word_boundary); in HasColor()
/external/v8/src/arm/
Dmacro-assembler-arm.cc3679 Label other_color, word_boundary; in HasColor() local
3685 b(eq, &word_boundary); in HasColor()
3690 bind(&word_boundary); in HasColor()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc3639 Label other_color, word_boundary; in HasColor() local
3647 beq(&word_boundary, cr0); in HasColor()
3653 bind(&word_boundary); in HasColor()
/external/v8/src/s390/
Dmacro-assembler-s390.cc3397 Label other_color, word_boundary; in HasColor() local
3406 beq(&word_boundary, Label::kNear); in HasColor()
3412 bind(&word_boundary); in HasColor()
/external/v8/src/mips/
Dmacro-assembler-mips.cc6564 Label other_color, word_boundary; in HasColor() local
6570 Branch(&word_boundary, eq, mask_scratch, Operand(zero_reg)); in HasColor()
6575 bind(&word_boundary); in HasColor()