Home
last modified time | relevance | path

Searched refs:rules (Results 526 - 550 of 592) sorted by relevance

1...<<21222324

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java1415 // Now hardcode the same rules as for Brazil in tzdata 2006n, so that in TestFebruary()
1485 // Since then, the TZ maintainer found some historic rules in mid 20th century in TestCanonicalID()
1486 // were not really reliable, and many zones are now sharing rules. in TestCanonicalID()
1490 // with zone rules. in TestCanonicalID()
2288 TimeZoneRule[] rules = btz.getTimeZoneRules(start); in createRBTZ()
2289 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("RBTZ:btz.getID()", (InitialTimeZoneRule)rules[0]); in createRBTZ()
2290 for (int i = 1; i < rules.length; i++) { in createRBTZ()
2291 rbtz.addTransitionRule(rules[i]); in createRBTZ()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java1321 StringBuilder rules = new StringBuilder(); in buildTailoring()
1323 rules.append(Utility.unescape(fileLine)); in buildTailoring()
1327 coll = new RuleBasedCollator(rules.toString()); in buildTailoring()
1329 logln(rules.toString()); in buildTailoring()
1330 errln("RuleBasedCollator(rules) failed - " + e.getMessage()); in buildTailoring()
1682 } else if (fileLine.equals("@ rules")) { in TestDataDriven()
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c187 static void cil_simple_rules_to_policy(FILE *out, struct cil_list *rules, const char *kind) in cil_simple_rules_to_policy() argument
191 cil_list_for_each(i1, rules) { in cil_simple_rules_to_policy()
1480 static void cil_roles_to_policy(FILE *out, struct cil_list *rules) in cil_roles_to_policy() argument
1485 cil_list_for_each(i1, rules) { in cil_roles_to_policy()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp973 UBreakIterator *ubrk_openRules(const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, in ubrk_openRules() argument
976 return U_ICU_ENTRY_POINT_RENAME(ubrk_openRules)(rules, rulesLength, text, textLength, parseErr, status); in ubrk_openRules()
1573 UCollator *ucol_openRules(const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, in ucol_openRules() argument
1576 return U_ICU_ENTRY_POINT_RENAME(ucol_openRules)(rules, rulesLength, normalizationMode, strength, parseError, in ucol_openRules()
2445 UTransliterator *utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, in utrans_openU() argument
2448 return U_ICU_ENTRY_POINT_RENAME(utrans_openU)(id, idLength, dir, rules, rulesLength, parseError, pErrorCode); in utrans_openU()
/third_party/icu/icu4c/source/i18n/
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
170 const UnicodeString *ruleSrc; // The rules string.
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
355 int32_t value = -1; // valid for 'is' rules only.
356 UVector32 *rangeList = nullptr; // for 'in', 'within' rules. Null otherwise.
357 UBool negated = false; // true for negated rules.
358 UBool integerOnly = false; // true for 'within' rules.
H A Dnumber_mapper.cpp58 macros.rules = properties.currencyPluralInfo.fPtr->getPluralRules(); in oldToNew()
198 // The mapping from property bag to scientific notation is nontrivial due to LDML rules. in oldToNew()
326 // 2) Otherwise, follows UTS 35 rules based on the pattern string. in setTo()
H A Dtranslit.cpp949 // instantiate "(Lower);Latin-Greek;", we want the rules to come out as "::Latin-Greek;" in createInstance()
1047 * if the rule string contains only rules, or a
1054 const UnicodeString& rules, in createFromRules()
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
1053 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) createFromRules() argument
H A Drbt_pars.cpp79 // transliteration rules can be expressed in XML without clashing with
855 TransliteratorParser::parse(const UnicodeString& rules, in parse() argument
860 parseRules(rules, transDirection, ec); in parse()
879 * Parse the given string as a sequence of rules, separated by newline
880 * characters ('\n'), and cause this object to implement those rules. Any
881 * previous rules are discarded. Typically this method is called exactly
884 * rules
953 // skip empty rules in parseRules()
957 // keep track of how many rules we've seen in parseRules()
1056 // By default, rules us in parseRules()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_mapper.cpp58 macros.rules = properties.currencyPluralInfo.fPtr->getPluralRules(); in oldToNew()
198 // The mapping from property bag to scientific notation is nontrivial due to LDML rules. in oldToNew()
326 // 2) Otherwise, follows UTS 35 rules based on the pattern string. in setTo()
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
170 const UnicodeString *ruleSrc; // The rules string.
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
355 int32_t value = -1; // valid for 'is' rules only.
356 UVector32 *rangeList = nullptr; // for 'in', 'within' rules. Null otherwise.
357 UBool negated = false; // true for negated rules.
358 UBool integerOnly = false; // true for 'within' rules.
H A Drbt_pars.cpp79 // transliteration rules can be expressed in XML without clashing with
855 TransliteratorParser::parse(const UnicodeString& rules, in parse() argument
860 parseRules(rules, transDirection, ec); in parse()
879 * Parse the given string as a sequence of rules, separated by newline
880 * characters ('\n'), and cause this object to implement those rules. Any
881 * previous rules are discarded. Typically this method is called exactly
884 * rules
953 // skip empty rules in parseRules()
957 // keep track of how many rules we've seen in parseRules()
1056 // By default, rules us in parseRules()
[all...]
H A Dtranslit.cpp949 // instantiate "(Lower);Latin-Greek;", we want the rules to come out as "::Latin-Greek;" in createInstance()
1047 * if the rule string contains only rules, or a
1054 const UnicodeString& rules, in createFromRules()
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
1053 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) createFromRules() argument
/third_party/node/deps/v8/
H A DPRESUBMIT.py138 change. Breaking - rules is an error, breaking ! rules is a
150 from rules import Rule
238 'You added one or more #includes that violate checkdeps rules.',
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_mapper.cpp58 macros.rules = properties.currencyPluralInfo.fPtr->getPluralRules(); in oldToNew()
197 // The mapping from property bag to scientific notation is nontrivial due to LDML rules. in oldToNew()
322 // 2) Otherwise, follows UTS 35 rules based on the pattern string. in setTo()
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
170 const UnicodeString *ruleSrc; // The rules string.
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
351 int32_t value = -1; // valid for 'is' rules only.
352 UVector32 *rangeList = nullptr; // for 'in', 'within' rules. Null otherwise.
353 UBool negated = false; // true for negated rules.
354 UBool integerOnly = false; // true for 'within' rules.
H A Drbt_pars.cpp79 // transliteration rules can be expressed in XML without clashing with
855 TransliteratorParser::parse(const UnicodeString& rules, in parse() argument
860 parseRules(rules, transDirection, ec); in parse()
879 * Parse the given string as a sequence of rules, separated by newline
880 * characters ('\n'), and cause this object to implement those rules. Any
881 * previous rules are discarded. Typically this method is called exactly
884 * rules
953 // skip empty rules in parseRules()
957 // keep track of how many rules we've seen in parseRules()
1048 // By default, rules us in parseRules()
[all...]
H A Dtranslit.cpp949 // instantiate "(Lower);Latin-Greek;", we want the rules to come out as "::Latin-Greek;" in createInstance()
1047 * if the rule string contains only rules, or a
1054 const UnicodeString& rules, in createFromRules()
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
1053 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) createFromRules() argument
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak290 # On Unix, Python generates at configure time a list of Makefile rules.
292 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcmake.py336 def WriteRules(target_name, rules, extra_sources, extra_deps, path_to_gyp, output):
337 """Write CMake for the 'rules' in the target.
347 for rule in rules:
695 if "rules" in spec:
698 spec["rules"],
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcmake.py336 def WriteRules(target_name, rules, extra_sources, extra_deps, path_to_gyp, output):
337 """Write CMake for the 'rules' in the target.
347 for rule in rules:
695 if "rules" in spec:
698 spec["rules"],
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak271 # On Unix, Python generates at configure time a list of Makefile rules.
273 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/third_party/gn/src/gn/
H A Dvariables.cc111 toolchain. When writing rules, "current_cpu" should be used rather than
871 build rules, but a warning will be emitted when it is used.
888 build rules, but a warning will be emitted when it is used.
905 build rules, but a warning will be emitted when it is used.
924 build rules, but a warning will be emitted when it is used.
953 "alink" rules.
1615 using the default system rules. For example, on Linux an output name of "foo"
2092 Unix shell rules. To parse the response file, the Python script should use
/third_party/node/tools/
H A Dtest.py1242 all_rules = reduce(list.__add__, [s.rules for s in sections], [])
1264 self.rules = [ ]
1267 self.rules.append(rule)
1385 result.add_option("--warn-unused", help="Report unused rules",
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp570 static const UChar rules[] = { 0x2e, 0x2a, 0x3b }; // ".*;" in TestCasing() local
572 iter.adoptInstead(ubrk_openRules(rules, UPRV_LENGTHOF(rules), NULL, 0, &parseError, &status)); in TestCasing()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 47 milliseconds

1...<<21222324