Searched refs:RuleName (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | DayPeriodsMapperTest.java | 42 enum RuleName { enum in DayPeriodsMapperTest 154 Set<String> locales, RuleType type, Map<RuleName, String> rules) { in dayPeriodRule() argument 160 Set<String> locales, RuleType type, Map<RuleName, String> rules, String label) { in dayPeriodRule() argument 172 private static Map<RuleName, String> isAt(String time) { in isAt() 173 return ImmutableMap.of(RuleName.AT, time); in isAt() 176 private static Map<RuleName, String> isBetween(String from, String to) { in isBetween() 177 return ImmutableMap.of(RuleName.FROM, from, RuleName.BEFORE, to); in isBetween()
|
/third_party/python/Tools/peg_generator/pegen/ |
D | metagrammar.gram | 27 RuleName, 59 rulename[RuleName]:
|
D | grammar_parser.py | 33 RuleName, 226 def rulename(self) -> Optional[RuleName]:
|
D | grammar.py | 480 RuleName = Tuple[str, str] variable
|