Searched refs:word_boundary (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/data/translit/ |
D | pl_FONIPA_ja.txt | 10 $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 → ス;
|
D | cs_FONIPA_ja.txt | 10 $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 → ス;
|
D | es_FONIPA_zh.txt | 10 $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 → 亥 ;
|
D | ru_ja.txt | 10 $word_boundary = [-\ $]; 15 $vowel { го } $word_boundary → во;
|
D | es_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 38 d } $word_boundary → ー; 86 m } $word_boundary → ム ;
|
D | ro_FONIPA_ja.txt | 10 $word_boundary = [-\ $] ; 18 ul } $word_boundary → u ;
|
/external/regex-re2/re2/ |
D | re2.h | 620 bool word_boundary() const { return word_boundary_; } in word_boundary() function
|
D | re2.cc | 163 if (word_boundary()) in ParseFlags()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 3106 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/ |
D | macro-assembler-ia32.cc | 3259 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/ |
D | macro-assembler-arm.cc | 3679 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/ |
D | macro-assembler-ppc.cc | 3639 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/ |
D | macro-assembler-s390.cc | 3397 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/ |
D | macro-assembler-mips.cc | 6564 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()
|