Searched refs:Rule (Results 1 – 25 of 36) sorted by relevance
12
/external/icu4c/data/brkitr/ |
D | sent.txt | 56 # Rule 3 - break after separators. Keep CR/LF together. 61 # Rule 4 - Break after $Sep. 62 # Rule 5 - Ignore $Format and $Extend 67 # Rule 6 70 # Rule 7 73 #Rule 8 78 # Rule 8a 81 #Rule 9, 10, 11 84 #Rule 12
|
D | word_ja.txt | 55 # Rule 4 Ignore trailing Format characters (Also see note in TR 29) 74 # Rule 3 - CR x LF 79 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
|
D | word_POSIX.txt | 55 # Rule 4 Ignore trailing Format characters (Also see note in TR 29) 74 # Rule 3 - CR x LF 79 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
|
D | word.txt | 55 # Rule 4 Ignore trailing Format characters (Also see note in TR 29) 74 # Rule 3 - CR x LF 79 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
|
D | line.txt | 101 # Rule LB1. By default, treat AI (characters with ambiguous east Asian width), 110 # Combining Marks. X $CM* behaves as if it were X. Rule LB6. 192 # Rule LB 4, 5 Mandatory (Hard) breaks. 332 $CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL 368 # Rule 30 Do not break between letters, numbers or ordinary symbols 491 # Rule 13 & 14 taken together for an edge case.
|
/external/icu4c/data/rbnf/ |
D | root.txt | 11 // Rule Based Number Format Support
|
D | eo.txt | 11 // Rule Based Number Format Support
|
D | nl.txt | 11 // Rule Based Number Format Support
|
D | fr_CH.txt | 11 // Rule Based Number Format Support
|
D | sv.txt | 11 // Rule Based Number Format Support
|
D | th.txt | 11 // Rule Based Number Format Support
|
D | en_GB.txt | 12 // Rule Based Number Format Support
|
D | es.txt | 11 // Rule Based Number Format Support
|
D | ru.txt | 11 // Rule Based Number Format Support
|
D | fr.txt | 12 // Rule Based Number Format Support
|
D | it.txt | 11 // Rule Based Number Format Support
|
/external/bison/data/ |
D | lalr1.cc | 353 # define YY_REDUCE_PRINT(Rule) \ 356 yy_reduce_print_ (Rule); \ 368 # define YY_REDUCE_PRINT(Rule)
|
D | yacc.c | 717 # define YY_REDUCE_PRINT(Rule) \ 720 yy_reduce_print (yyvsp, ]b4_locations_if([yylsp, ])[Rule]b4_user_args[); \ 730 # define YY_REDUCE_PRINT(Rule)
|
/external/bison/doc/ |
D | refcard.tex | 385 Rule definition 1 387 Rule definition {\it n} 398 \section {Rule definitions}
|
/external/bison/src/ |
D | parse-gram.c | 1150 # define YY_REDUCE_PRINT(Rule) \ argument 1153 yy_reduce_print (yyvsp, yylsp, Rule); \ 1163 # define YY_REDUCE_PRINT(Rule) argument
|
/external/elfutils/src/ |
D | ldscript.c | 782 # define YY_REDUCE_PRINT(Rule) \ argument 785 yy_reduce_print (Rule); \ 796 # define YY_REDUCE_PRINT(Rule) argument
|
/external/icu4c/test/testdata/ |
D | rbbitst.txt | 287 # Breaks around '(' following a sentence TERM. (Rule 9) 295 <data>•Hello.123<100></data> # Rule 6 298 <data>•HELLO.Bye<100></data> # Rule 7 301 <data>•Hello.goodbye<100></data> #Rule 8
|
/external/libpcap/ |
D | grammar.c | 1292 # define YY_REDUCE_PRINT(Rule) \ argument 1295 yy_reduce_print (Rule); \ 1305 # define YY_REDUCE_PRINT(Rule) argument
|
/external/bison/tests/ |
D | regression.at | 140 ## Rule Line Numbers. ## 143 AT_SETUP([Rule Line Numbers])
|
/external/webkit/V8Binding/v8/tools/ |
D | test.py | 998 class Rule(object): class 1047 current_section.AddRule(Rule(rule_match.group(1), path, value))
|
12