Home
last modified time | relevance | path

Searched defs:RuleName (Results 1 – 7 of 7) sorted by relevance

/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DDayPeriodsMapperTest.java42 enum RuleName { enum in DayPeriodsMapperTest
154 Set<String> locales, RuleType type, Map<RuleName, String> rules) { in dayPeriodRule()
160 Set<String> locales, RuleType type, Map<RuleName, String> rules, String label) { in dayPeriodRule()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFailedPredicateException.cs89 public string RuleName { property in Antlr.Runtime.FailedPredicateException
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DFailedPredicateException.cs98 public string RuleName property in Antlr.Runtime.FailedPredicateException
/external/llvm-project/clang/lib/Sema/
DSemaStmtAttr.cpp63 StringRef RuleName; in handleSuppressAttr() local
DSemaDeclAttr.cpp4572 StringRef RuleName; in handleSuppressAttr() local
/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar.py462 RuleName = Tuple[str, str] variable
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1572 property RuleName: String read FRuleName write FRuleName; property