/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/ |
H A D | Makefile | 46 include ../../Makefile.rules
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/ |
H A D | Makefile | 47 include ../../Makefile.rules
|
/kernel/linux/linux-6.6/scripts/package/debian/ |
H A D | rules | 4 include debian/rules.vars
|
/third_party/gn/src/gn/ |
H A D | ninja_toolchain_writer.h | 29 const std::vector<NinjaWriter::TargetRulePair>& rules);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | DecimalQuantity.java | 16 * methods for rounding, plural rules, and decimal digit extraction. 193 * Computes the plural form for this number based on the specified set of rules. 195 * @param rules 196 * A {@link PluralRules} object representing the set of rules. 200 public StandardPlural getStandardPlural(PluralRules rules); in getStandardPlural() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | sprpimpl.h | 104 uprv_syntaxError(const UChar* rules,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | DecimalQuantity.java | 17 * methods for rounding, plural rules, and decimal digit extraction. 178 * Computes the plural form for this number based on the specified set of rules. 180 * @param rules 181 * A {@link PluralRules} object representing the set of rules. 185 public StandardPlural getStandardPlural(PluralRules rules); in getStandardPlural() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationtailoring.h | 43 * built from rules or deserialized from binary data. 68 UnicodeString rules; member 69 // The locale is bogus when built from rules or constructed from a binary blob. 72 // UCA version u.v.w & rules version r.s.t.q:
|
H A D | plurrule.cpp | 205 /* end plural rules cache */ 263 // Locales with no specific rules (all numbers have the "other" category in internalForLocale() 272 // should we silently use default rules? in internalForLocale() 273 // Original impl used default rules. in internalForLocale() 699 // TODO: rule syntax checking is inadequate, can happen with badly formed rules. in parse() 858 LocalUResourceBundlePointer ruleRes(ures_getByKey(rb.getAlias(), "rules", nullptr, &errCode)); in getRuleFromResource() 871 UnicodeString rules = ures_getNextUnicodeString(setRes.getAlias(), &key, &errCode); in getRuleFromResource() local 875 result.append(rules); in getRuleFromResource() 884 UnicodeString rules; in getRules() local 886 mRules->dumpRules(rules); in getRules() [all...] |
H A D | ucol_res.cpp | 108 UnicodeString &rules, UErrorCode &errorCode) { in loadRules() 131 rules.setTo(s, length); in loadRules() 132 if(rules.isBogus()) { in loadRules() 391 // Note: U_MISSING_RESOURCE_ERROR --> The old code built from rules if available in loadFromData() 396 // Note: U_COLLATOR_VERSION_MISMATCH --> The old code built from rules if available in loadFromData() 400 // Try to fetch the optional rules string. in loadFromData() 407 t->rules.setTo(true, s, len); in loadFromData() 107 loadRules(const char *localeID, const char *collationType, UnicodeString &rules, UErrorCode &errorCode) loadRules() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | sprpimpl.h | 104 uprv_syntaxError(const UChar* rules,
|
/third_party/ninja/src/ |
H A D | clean.h | 46 /// Clean all built files, except for files created by generator rules. 47 /// @param generator If set, also clean files created by generator rules. 57 /// Clean the file produced by the given @a rules. 59 int CleanRules(int rule_count, char* rules[]);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationtailoring.h | 43 * built from rules or deserialized from binary data. 68 UnicodeString rules; member 69 // The locale is bogus when built from rules or constructed from a binary blob. 72 // UCA version u.v.w & rules version r.s.t.q:
|
H A D | plurrule.cpp | 209 /* end plural rules cache */ 267 // Locales with no specific rules (all numbers have the "other" category in internalForLocale() 276 // should we silently use default rules? in internalForLocale() 277 // Original impl used default rules. in internalForLocale() 703 // TODO: rule syntax checking is inadequate, can happen with badly formed rules. in parse() 862 LocalUResourceBundlePointer ruleRes(ures_getByKey(rb.getAlias(), "rules", nullptr, &errCode)); in getRuleFromResource() 875 UnicodeString rules = ures_getNextUnicodeString(setRes.getAlias(), &key, &errCode); in getRuleFromResource() local 879 result.append(rules); in getRuleFromResource() 888 UnicodeString rules; in getRules() local 890 mRules->dumpRules(rules); in getRules() [all...] |
H A D | ucol_res.cpp | 108 UnicodeString &rules, UErrorCode &errorCode) { in loadRules() 131 rules.setTo(s, length); in loadRules() 132 if(rules.isBogus()) { in loadRules() 401 // Note: U_MISSING_RESOURCE_ERROR --> The old code built from rules if available in loadFromData() 406 // Note: U_COLLATOR_VERSION_MISMATCH --> The old code built from rules if available in loadFromData() 410 // Try to fetch the optional rules string. in loadFromData() 417 t->rules.setTo(true, s, len); in loadFromData() 107 loadRules(const char *localeID, const char *collationType, UnicodeString &rules, UErrorCode &errorCode) loadRules() argument
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | validator.py | 40 for rule_name, rule in the_grammar.rules.items():
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationtailoring.h | 41 * built from rules or deserialized from binary data. 66 UnicodeString rules; member 67 // The locale is bogus when built from rules or constructed from a binary blob. 70 // UCA version u.v.w & rules version r.s.t.q:
|
H A D | plurrule.cpp | 202 /* end plural rules cache */ 260 // Locales with no specific rules (all numbers have the "other" category in internalForLocale() 269 // should we silently use default rules? in internalForLocale() 270 // Original impl used default rules. in internalForLocale() 689 // TODO: rule syntax checking is inadequate, can happen with badly formed rules. in parse() 843 LocalUResourceBundlePointer ruleRes(ures_getByKey(rb.getAlias(), "rules", nullptr, &errCode)); in getRuleFromResource() 856 UnicodeString rules = ures_getNextUnicodeString(setRes.getAlias(), &key, &errCode); in getRuleFromResource() local 860 result.append(rules); in getRuleFromResource() 869 UnicodeString rules; in getRules() local 871 mRules->dumpRules(rules); in getRules() [all...] |
H A D | ucol_res.cpp | 108 UnicodeString &rules, UErrorCode &errorCode) { in loadRules() 131 rules.setTo(s, length); in loadRules() 132 if(rules.isBogus()) { in loadRules() 391 // Note: U_MISSING_RESOURCE_ERROR --> The old code built from rules if available in loadFromData() 396 // Note: U_COLLATOR_VERSION_MISMATCH --> The old code built from rules if available in loadFromData() 400 // Try to fetch the optional rules string. in loadFromData() 407 t->rules.setTo(TRUE, s, len); in loadFromData() 107 loadRules(const char *localeID, const char *collationType, UnicodeString &rules, UErrorCode &errorCode) loadRules() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | sprpimpl.h | 104 uprv_syntaxError(const UChar* rules,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnf.cpp | 213 errln("Unable to access the rules string!"); in TestAPI() 218 errln("Formatter constructed from the original rules should be semantically equivalent to the original!"); in TestAPI() 224 errln("Formatter constructed from the original rules should be semantically equivalent to the original!"); in TestAPI() 233 UnicodeString rules = formatter->getRules(); in TestAPI() local 235 RuleBasedNumberFormat fromRulesResult(rules, Locale::getUS(), perror, status); in TestAPI() 238 errln("Formatter constructed from rules obtained by getRules should be semantically equivalent to the original!"); in TestAPI() 358 * Perform a simple spot check on the parsing going into an infinite loop for alternate rules. 362 // We're trying to test the plural rules where there are different prefixes. in TestMultiplePluralRules() 363 UnicodeString rules("%spellout-cardinal-feminine-genitive:" in TestMultiplePluralRules() 379 RuleBasedNumberFormat formatter(rules, Local in TestMultiplePluralRules() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | spdxcheck.py | 105 # Initialize the parser. No debug file and no parser rules stored on disk 106 # The rules are small enough to be generated on the fly 309 rules = [] 311 return rules 319 rules.append(pattern(line)) 320 return rules
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBIRuleScanner.java | 21 * It scans the rules and builds the parse tree. 27 // rules parsing. Corresponds roughly 29 // that is allowed in the rules. 56 // transition rules. 77 // the sets created while parsing rules. 82 // the scanning of RBBI rules. The 269 // TODO: Disable chaining out of look-ahead (hard break) rules. in doParseActions() 290 // Each of the four sets of rules are collected separately. in doParseActions() 366 // These are pretty uncommon in break rules; the terms are more commonly in doParseActions() 693 // stripRules Return a rules strin 697 stripRules(String rules) stripRules() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RBBIRuleScanner.java | 22 * It scans the rules and builds the parse tree. 28 // rules parsing. Corresponds roughly 30 // that is allowed in the rules. 57 // transition rules. 78 // the sets created while parsing rules. 83 // the scanning of RBBI rules. The 270 // TODO: Disable chaining out of look-ahead (hard break) rules. in doParseActions() 291 // Each of the four sets of rules are collected separately. in doParseActions() 367 // These are pretty uncommon in break rules; the terms are more commonly in doParseActions() 694 // stripRules Return a rules strin 698 stripRules(String rules) stripRules() argument [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
H A D | SearchTest.java | 551 String rules = m_de_.getRules() + EXTRACOLLATIONRULE; in init() 552 m_de_ = new RuleBasedCollator(rules); in init() 553 rules = m_es_.getRules() + EXTRACOLLATIONRULE; in init() 554 m_es_ = new RuleBasedCollator(rules); in init() 952 String rules = TESTCOLLATORRULE; in TestCollator() 955 tailored = new RuleBasedCollator(rules); in TestCollator() 998 String rules = TESTCOLLATORRULE; in TestCollatorCanonical() 1001 tailored = new RuleBasedCollator(rules); in TestCollatorCanonical() 1049 String rules = CONTRACTIONRULE; in TestContraction() 1052 collator = new RuleBasedCollator(rules); in TestContraction() [all...] |