Searched refs:rules (Results 126 - 150 of 330) sorted by relevance

1234567891011>>

/external/icu4c/common/
H A Drbbirb.cpp8 // building (compiling) break rules into the tables required by the runtime
45 RBBIRuleBuilder::RBBIRuleBuilder(const UnicodeString &rules, argument
48 : fRules(rules)
148 // Remove comments and whitespace from the rules to make it smaller.
226 // createRuleBasedBreakIterator construct from source rules that are passed in
231 RBBIRuleBuilder::createRuleBasedBreakIterator( const UnicodeString &rules, argument
238 // Read the input rules, generate a parse tree, symbol table,
239 // and list of all Unicode Sets referenced by the rules.
241 RBBIRuleBuilder builder(rules, parseError, status);
306 // Create a break iterator from the compiled rules
[all...]
H A Drbbiscan.h37 // scanning of break iterator rules.
50 }; // rules parsing. Corresponds roughly
52 // that is allowed in the rules.
70 void parse(); // Parse the rules, generating two parse
72 // reverse rules,
76 * Return a rules string without unnecessary
79 static UnicodeString stripRules(const UnicodeString &rules);
118 // transition rules.
136 // the sets created while parsing rules.
141 // the scanning of RBBI rules
[all...]
H A Dsprpimpl.h103 uprv_syntaxError(const UChar* rules,
H A Drbbistbl.cpp41 RBBISymbolTable::RBBISymbolTable(RBBIRuleScanner *rs, const UnicodeString &rules, UErrorCode &status) argument
42 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff))
135 // from the rules based transliterator implementation.
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y164 rules
183 rules
205 rules
216 rules
238 rules
260 rules
273 rules
275 | rules rule {
/external/junit/src/org/junit/rules/
H A DErrorCollector.java4 package org.junit.rules;
H A DTemporaryFolder.java1 package org.junit.rules;
H A DExpectedException.java1 package org.junit.rules;
/external/icu4c/i18n/unicode/
H A Dtblcoll.h103 * Sort ordering may be customized by providing your own set of rules. For more on
118 * RuleBasedCollator constructor. This takes the table rules and builds a
121 * @param rules the collation rules to build the collation table from.
126 RuleBasedCollator(const UnicodeString& rules, UErrorCode& status);
129 * RuleBasedCollator constructor. This takes the table rules and builds a
132 * @param rules the collation rules to build the collation table from.
138 RuleBasedCollator(const UnicodeString& rules,
143 * RuleBasedCollator constructor. This takes the table rules an
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DCompositeGrammar.java43 * rules from all delegate grammars, so they must be stored here in one
65 /** The NFA states in the NFA built from rules across grammars in composite.
99 /** If combined or lexer grammar, track the rules.
100 * Track lexer rules so we can warn about undefined tokens.
101 * This is combined set of lexer rules from all lexer grammars
246 /** Get set of rules for grammar g that need to have manual delegation
247 * methods. This is the list of rules collected from all direct/indirect
248 * delegates minus rules overridden in grammar g.
259 Set<Rule> rules = getAllImportedRules(g);
260 for (Iterator it = rules
[all...]
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_policy_provider.cc331 ContentSettingsRules* rules) {
356 rules->push_back(MakeTuple(
367 ContentSettingsRules rules; local
369 GetContentSettingsFromPreferences(prefs, &rules);
375 for (ContentSettingsRules::iterator rule = rules.begin();
376 rule != rules.end();
329 GetContentSettingsFromPreferences( PrefService* prefs, ContentSettingsRules* rules) argument
/external/icu4c/i18n/
H A Ducol_res.cpp166 const UChar *rules = ures_getStringByKey(collElem, "Sequence", &rulesLen, status); local
167 return ucol_openRules(rules, rulesLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, status);
236 if(intStatus == U_MISSING_RESOURCE_ERROR) { /* we didn't find the binary image, we should use the rules */
300 result->rules = ures_getStringByKey(collElem, "Sequence", &result->rulesLength, &intStatus);
371 ucol_openRulesForImport( const UChar *rules, argument
388 if(rules == NULL || rulesLength < -1) {
394 rulesLength = u_strlen(rules);
420 ucol_tok_initTokenList(&src, rules, rulesLength, UCA, importFunc, context, status);
425 /* if status is U_INVALID_FORMAT_ERROR, src->current points after the problematic part of the rules */
437 if(src.resultLen > 0 || src.removeSet != NULL) { /* we have a set of rules, le
525 ucol_openRules( const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, UErrorCode *status) argument
548 const UChar *rules = ucol_getRules(coll, &len); local
1007 const UChar *rules = ucol_getRules(coll, &rulesLen); local
[all...]
/external/bison/src/
H A Dclosure.c109 rule_rhs_print (&rules[r], stderr);
154 | rules can help derive the beginning of the data for each |
158 | 8 3 20, and one of the rules for deriving symbol 8 is rule 4, then |
223 item_number itemno = rules[ruleno].rhs - ritem;
H A Dtables.c203 != rule_number_as_item_number (reds->rules[i]->number)))
206 conflict_list[conflict_list_cnt] = reds->rules[i]->number + 1;
231 | rules considered lower-numbered rules last, and the last rule |
259 /* loop over all the rules available here which require
274 actrow[j] = rule_number_as_item_number (reds->rules[i]->number);
314 default_rule = reds->rules[0];
321 rule *r = reds->rules[i];
437 /* Find the rules which are reduced. */
440 rules[
[all...]
H A Dstate.c106 reductions *res = xmalloc (offsetof (reductions, rules) + rules_size);
109 memcpy (res->rules, reds, rules_size);
202 if (reds->rules[i] == r)
/external/bouncycastle/
H A DAndroid.mk36 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
89 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
/external/chromium/chrome/browser/net/
H A Dpredictor_unittest.cc79 net::RuleBasedHostResolverProc* rules = host_resolver_->rules(); local
80 rules->AddRuleWithLatency("www.google.com", "127.0.0.1", 50);
81 rules->AddRuleWithLatency("gmail.google.com.com", "127.0.0.1", 70);
82 rules->AddRuleWithLatency("mail.google.com", "127.0.0.1", 44);
83 rules->AddRuleWithLatency("gmail.com", "127.0.0.1", 63);
105 // (It would be a static constant... except style rules preclude that :-/ ).
182 host_resolver_->rules()->AddSimulatedFailure("*.notfound");
232 host_resolver_->rules()->AddSimulatedFailure("*.notfound");
/external/linux-tools-perf/util/
H A Dstrfilter.c155 struct strfilter *strfilter__new(const char *rules, const char **err) argument
161 ret->root = strfilter_node__new(rules, &ep);
193 /* Return true if STR matches the filter rules */
/external/webkit/Source/WebCore/html/
H A DHTMLTableElement.h63 String rules() const;
79 // and rules attributes.
/external/wpa_supplicant_8/hostapd/src/crypto/
H A DMakefile10 include ../lib.rules
/external/wpa_supplicant_8/src/crypto/
H A DMakefile10 include ../lib.rules
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A DMakefile10 include ../lib.rules
/external/chromium/net/proxy/
H A Dproxy_config.cc227 // Output the bypass rules.
229 if (!bypass.rules().empty()) {
236 bypass.rules().begin();
237 it != bypass.rules().end(); ++it) {
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Dcss_checker.py9 http://www.chromium.org/developers/web-development-style-guide for the rules
55 rules = filter(lambda r: ': ' in r, semis)
56 props = map(lambda r: r[0:r.find(':')], rules)
58 errors.append(' %s;\n' % (';\n '.join(rules)))
145 'and no rules after.',
/external/icu4c/samples/coll/
H A Dcoll.cpp15 "-rules rule Collation rules file (overrides locale)\n"
25 "Example coll -rules \\u0026b\\u003ca -source a -target b\n"
26 "The format \\uXXXX is supported for the rules and comparison strings\n"
67 {"-rules", OptSpec::STRING, &opt_rules},
160 UChar rules[100]; local
163 u_unescape(opt_rules, rules, 100);
164 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY,

Completed in 1696 milliseconds

1234567891011>>