Searched refs:RuleChain (Results 1 – 4 of 4) sorted by relevance
43 public class RuleChain implements TestRule { class44 private static final RuleChain EMPTY_CHAIN = new RuleChain(55 public static RuleChain emptyRuleChain() { in emptyRuleChain()66 public static RuleChain outerRule(TestRule outerRule) { in outerRule()70 private RuleChain(List<TestRule> rules) { in RuleChain() method in RuleChain81 public RuleChain around(TestRule enclosedRule) { in around()85 return new RuleChain(rulesOfNewChain); in around()
36 class RuleChain; variable164 RuleChain *currentChain;258 class RuleChain : public UMemory {261 RuleChain *fNext;269 RuleChain();270 RuleChain(const RuleChain& other);271 virtual ~RuleChain();281 PluralKeywordEnumeration(RuleChain *header, UErrorCode& status);
98 mRules = new RuleChain(*other.mRules); in operator =()376 RuleChain *rc = rulesForKeyword(keyword); in getSamples()388 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const { in rulesForKeyword()389 RuleChain *rc; in rulesForKeyword()567 RuleChain *newChain = new RuleChain; in parse()578 RuleChain *insertAfter = prules->mRules; in parse()873 RuleChain::RuleChain(): fKeyword(), fNext(NULL), ruleHeader(NULL), fDecimalSamples(), fIntegerSampl… in RuleChain() function in RuleChain877 RuleChain::RuleChain(const RuleChain& other) : in RuleChain() function in RuleChain885 this->fNext = new RuleChain(*other.fNext); in RuleChain()889 RuleChain::~RuleChain() { in ~RuleChain()[all …]
45 class RuleChain; variable496 RuleChain *mRules;502 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;