Home
last modified time | relevance | path

Searched refs:rules (Results 601 - 625 of 799) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/icu/icu4c/source/i18n/
H A Dtransreg.h59 * Construct a rules alias (type = RULES)
62 const UnicodeString& rules,
94 * the rules via the "&Latin-Arabic()" syntax.
110 // Here ID is the ID, aliasID is the rules string.
H A Dtransreg.cpp106 const UnicodeString& rules, in TransliteratorAlias()
109 aliasesOrRules(rules), in TransliteratorAlias()
1170 // items; those are unidirectional forward rules. in findInBundle()
1371 UnicodeString rules = entry->stringArg; in instantiateEntry() local
1385 // rules -- there is probably an installation error. The list in instantiateEntry()
1389 aliasReturn = new TransliteratorAlias(ID, rules, in instantiateEntry()
105 TransliteratorAlias(const UnicodeString& theID, const UnicodeString& rules, UTransDirection dir) TransliteratorAlias() argument
H A Drbnf.cpp1478 RuleBasedNumberFormat::init(const UnicodeString& rules, LocalizationInfo* localizationInfos, in init() argument
1497 UnicodeString description(rules); in init()
1503 // start by stripping the trailing whitespace from all the rules in init()
1510 // check to see if there's a set of lenient-parse rules. If there in init()
1521 // rules (there may be whitespace between the name and in init()
1533 // copy out the lenient-parse rules and delete them in init()
1628 // Now that the rules are initialized, the 'real' default rule in init()
1636 // confirm the names, if any aren't in the rules, that's an error in init()
1637 // it is ok if the rules contain public rule sets that are not in this list in init()
1651 originalDescription = rules; in init()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.h59 * Construct a rules alias (type = RULES)
62 const UnicodeString& rules,
94 * the rules via the "&Latin-Arabic()" syntax.
110 // Here ID is the ID, aliasID is the rules string.
H A Dtransreg.cpp107 const UnicodeString& rules, in TransliteratorAlias()
110 aliasesOrRules(rules), in TransliteratorAlias()
1185 // items; those are unidirectional forward rules. in findInBundle()
1386 UnicodeString rules = entry->stringArg; in instantiateEntry() local
1400 // rules -- there is probably an installation error. The list in instantiateEntry()
1404 aliasReturn = new TransliteratorAlias(ID, rules, in instantiateEntry()
106 TransliteratorAlias(const UnicodeString& theID, const UnicodeString& rules, UTransDirection dir) TransliteratorAlias() argument
H A Drbnf.cpp1478 RuleBasedNumberFormat::init(const UnicodeString& rules, LocalizationInfo* localizationInfos, in init() argument
1497 UnicodeString description(rules); in init()
1503 // start by stripping the trailing whitespace from all the rules in init()
1510 // check to see if there's a set of lenient-parse rules. If there in init()
1521 // rules (there may be whitespace between the name and in init()
1533 // copy out the lenient-parse rules and delete them in init()
1628 // Now that the rules are initialized, the 'real' default rule in init()
1636 // confirm the names, if any aren't in the rules, that's an error in init()
1637 // it is ok if the rules contain public rule sets that are not in this list in init()
1651 originalDescription = rules; in init()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtransreg.h59 * Construct a rules alias (type = RULES)
62 const UnicodeString& rules,
94 * the rules via the "&Latin-Arabic()" syntax.
110 // Here ID is the ID, aliasID is the rules string.
H A Dtransreg.cpp106 const UnicodeString& rules, in TransliteratorAlias()
109 aliasesOrRules(rules), in TransliteratorAlias()
1170 // items; those are unidirectional forward rules. in findInBundle()
1370 UnicodeString rules = entry->stringArg; in instantiateEntry() local
1384 // rules -- there is probably an installation error. The list in instantiateEntry()
1388 aliasReturn = new TransliteratorAlias(ID, rules, in instantiateEntry()
105 TransliteratorAlias(const UnicodeString& theID, const UnicodeString& rules, UTransDirection dir) TransliteratorAlias() argument
H A Drbnf.cpp1478 RuleBasedNumberFormat::init(const UnicodeString& rules, LocalizationInfo* localizationInfos, in init() argument
1497 UnicodeString description(rules); in init()
1503 // start by stripping the trailing whitespace from all the rules in init()
1510 // check to see if there's a set of lenient-parse rules. If there in init()
1521 // rules (there may be whitespace between the name and in init()
1533 // copy out the lenient-parse rules and delete them in init()
1628 // Now that the rules are initialized, the 'real' default rule in init()
1636 // confirm the names, if any aren't in the rules, that's an error in init()
1637 // it is ok if the rules contain public rule sets that are not in this list in init()
1651 originalDescription = rules; in init()
[all...]
/third_party/skia/buildtools/checkdeps/
H A Dcheckdeps_test.py173 # dictionary for specific rules.
195 for rules, filenames in self.deps_checker.GetAllRulesAndFiles(dir_name='buildtools'):
/kernel/linux/linux-5.10/net/core/
H A Dfib_rules.c825 * There are unresolved goto rules in the list, check if in fib_nl_newrule()
927 * expensive, it is only performed if goto rules, except in fib_nl_delrule()
1193 static void attach_rules(struct list_head *rules, struct net_device *dev) in attach_rules() argument
1197 list_for_each_entry(rule, rules, list) { in attach_rules()
1207 static void detach_rules(struct list_head *rules, struct net_device *dev) in detach_rules() argument
1211 list_for_each_entry(rule, rules, list) { in detach_rules()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c1034 nic_rule->nic_matcher->rules--; in dr_rule_destroy_rule_nic()
1035 if (!nic_rule->nic_matcher->rules) in dr_rule_destroy_rule_nic()
1224 nic_matcher->rules++; in dr_rule_create_rule_nic()
1242 if (!nic_matcher->rules) in dr_rule_create_rule_nic()
/kernel/linux/linux-6.6/net/core/
H A Dfib_rules.c846 * There are unresolved goto rules in the list, check if in fib_nl_newrule()
948 * expensive, it is only performed if goto rules, except in fib_nl_delrule()
1214 static void attach_rules(struct list_head *rules, struct net_device *dev) in attach_rules() argument
1218 list_for_each_entry(rule, rules, list) { in attach_rules()
1228 static void detach_rules(struct list_head *rules, struct net_device *dev) in detach_rules() argument
1232 list_for_each_entry(rule, rules, list) { in detach_rules()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java66 * Create a break iterator from a precompiled set of break rules.
68 * Creating a break iterator from the binary rules is much faster than
69 * creating one from source rules.
71 * The binary rules are generated by the RuleBasedBreakIterator.compileRules() function.
72 * Binary break iterator rules are not guaranteed to be compatible between
75 * @param is an input stream supplying the compiled binary rules.
76 * @throws IOException if there is an error while reading the rules from the InputStream.
91 * Create a break iterator from a precompiled set of break rules.
93 * Creating a break iterator from the binary rules is much faster than
94 * creating one from source rules
142 RuleBasedBreakIterator(String rules) RuleBasedBreakIterator() argument
391 compileRules(String rules, OutputStream ruleBinary) compileRules() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp950 UnicodeString rules; in callEverything() local
952 rules = tr->toRules(rules, false); in callEverything()
954 CEASSERT(rules == clonedRules); in callEverything()
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp367 // up ICU rules and then poke through them. in processArgs()
732 logger->log("\n*** Final rules\n\n"); in processCollator()
848 UChar *rules = ruleBuffer; in main() local
853 rLen = u_unescape(buffer, rules, maxRuleLen); in main()
854 rules += rLen; in main()
859 //escapeString(ruleBuffer, rules-ruleBuffer, log);// in main()
862 UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &status); in main()
881 logger->log("\n*** Final rules\n\n"); in main()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java32 + "-rules file_name Collation rules file (overrides locale)\n"
129 new OptionSpec("-rules", 2, temp_opt_rules),
838 System.out.println("Cannot open rules:" + e.getMessage()); in setOptions()
1133 String rules = ""; in getCollationRules()
1148 rules = rules + line; in getCollationRules()
1150 return rules; in getCollationRules()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java57 * Create a break iterator from a precompiled set of break rules.
59 * Creating a break iterator from the binary rules is much faster than
60 * creating one from source rules.
62 * The binary rules are generated by the RuleBasedBreakIterator.compileRules() function.
63 * Binary break iterator rules are not guaranteed to be compatible between
66 * @param is an input stream supplying the compiled binary rules.
67 * @throws IOException if there is an error while reading the rules from the InputStream.
77 * Create a break iterator from a precompiled set of break rules.
79 * Creating a break iterator from the binary rules is much faster than
80 * creating one from source rules
103 RuleBasedBreakIterator(String rules) RuleBasedBreakIterator() argument
336 compileRules(String rules, OutputStream ruleBinary) compileRules() argument
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dlsm.c171 struct aa_ruleset *rules; in apparmor_capget() local
174 rules = list_first_entry(&profile->rules, in apparmor_capget()
175 typeof(*rules), list); in apparmor_capget()
177 rules->caps.allow); in apparmor_capget()
179 rules->caps.allow); in apparmor_capget()
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp387 /* read the rules into the buffer */ in parseUCARules()
693 UnicodeString &rules,
706 UnicodeString &rules, in getRules()
789 rules = sr->fString; in getRules()
1157 UnicodeString rules; in addCollation() local
1235 rules = sr->fString; in addCollation()
1240 /* to omit collation rules */ in addCollation()
1295 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus)); in addCollation()
704 getRules( const char *localeID, const char *collationType, UnicodeString &rules, const char *& , UErrorCode &errorCode) getRules() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java1318 StringBuilder rules = new StringBuilder(); in buildTailoring()
1320 rules.append(Utility.unescape(fileLine)); in buildTailoring()
1324 coll = new RuleBasedCollator(rules.toString()); in buildTailoring()
1326 logln(rules.toString()); in buildTailoring()
1327 errln("RuleBasedCollator(rules) failed - " + e.getMessage()); in buildTailoring()
1679 } else if (fileLine.equals("@ rules")) { in TestDataDriven()
1715 char[] rules = { in TestBuilderContextsOverflow()
1729 String s = new String(rules); in TestBuilderContextsOverflow()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp387 /* read the rules into the buffer */ in parseUCARules()
693 UnicodeString &rules,
706 UnicodeString &rules, in getRules()
789 rules = sr->fString; in getRules()
1157 UnicodeString rules; in addCollation() local
1235 rules = sr->fString; in addCollation()
1240 /* to omit collation rules */ in addCollation()
1295 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus)); in addCollation()
704 getRules( const char *localeID, const char *collationType, UnicodeString &rules, const char *& , UErrorCode &errorCode) getRules() argument
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp379 /* read the rules into the buffer */ in parseUCARules()
685 UnicodeString &rules,
698 UnicodeString &rules, in getRules()
781 rules = sr->fString; in getRules()
822 UnicodeString rules; in addCollation() local
900 rules = sr->fString; in addCollation()
905 /* to omit collation rules */ in addCollation()
960 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus)); in addCollation()
696 getRules( const char *localeID, const char *collationType, UnicodeString &rules, const char *& , UErrorCode &errorCode) getRules() argument
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs193 /// Returns a new `RenameAllRules` with the individual rules of `self` and
984 pub fn rename_by_rules(&mut self, rules: RenameAllRules) { in rename_by_rules()
986 self.name.serialize = rules.serialize.apply_to_variant(&self.name.serialize); in rename_by_rules()
989 self.name.deserialize = rules.deserialize.apply_to_variant(&self.name.deserialize); in rename_by_rules()
1326 pub fn rename_by_rules(&mut self, rules: RenameAllRules) { in rename_by_rules()
1328 self.name.serialize = rules.serialize.apply_to_field(&self.name.serialize); in rename_by_rules()
1331 self.name.deserialize = rules.deserialize.apply_to_field(&self.name.deserialize); in rename_by_rules()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs193 /// Returns a new `RenameAllRules` with the individual rules of `self` and
984 pub fn rename_by_rules(&mut self, rules: RenameAllRules) { in rename_by_rules()
986 self.name.serialize = rules.serialize.apply_to_variant(&self.name.serialize); in rename_by_rules()
989 self.name.deserialize = rules.deserialize.apply_to_variant(&self.name.deserialize); in rename_by_rules()
1326 pub fn rename_by_rules(&mut self, rules: RenameAllRules) { in rename_by_rules()
1328 self.name.serialize = rules.serialize.apply_to_field(&self.name.serialize); in rename_by_rules()
1331 self.name.deserialize = rules.deserialize.apply_to_field(&self.name.deserialize); in rename_by_rules()

Completed in 46 milliseconds

1...<<21222324252627282930>>...32