HomeSort by relevance Sort by last modified time
    Searched refs:RuleChain (Results 1 - 10 of 10) sorted by null

  /external/junit/src/org/junit/rules/
RuleChain.java 14 * The RuleChain rule allows ordering of TestRules. You create a
15 * {@code RuleChain} with {@link #outerRule(TestRule)} and subsequent calls of
21 * public TestRule chain= RuleChain
44 public class RuleChain implements TestRule {
45 private static final RuleChain EMPTY_CHAIN= new RuleChain(
51 * Returns a {@code RuleChain} without a {@link TestRule}. This method may
52 * be the starting point of a {@code RuleChain}.
54 * @return a {@code RuleChain} without a {@link TestRule}.
56 public static RuleChain emptyRuleChain()
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
plurrule.h 42 class RuleChain;
465 RuleChain *mRules;
471 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 42 class RuleChain;
485 RuleChain *mRules;
491 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;
  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 33 class RuleChain;
155 // Note: currentChain may not be the last RuleChain in the
158 RuleChain *currentChain;
251 class RuleChain : public UMemory {
254 RuleChain *fNext;
262 RuleChain();
263 RuleChain(const RuleChain& other);
264 virtual ~RuleChain();
274 PluralKeywordEnumeration(RuleChain *header, UErrorCode& status)
    [all...]
plurrule.cpp 90 mRules = new RuleChain(*other.mRules);
300 RuleChain *rc = rulesForKeyword(keyword);
312 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const {
313 RuleChain *rc;
490 RuleChain *newChain = new RuleChain;
501 RuleChain *insertAfter = prules->mRules;
796 RuleChain::RuleChain(): fKeyword(), fNext(NULL), ruleHeader(NULL), fDecimalSamples(), fIntegerSamples(),
800 RuleChain::RuleChain(const RuleChain& other) :
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 33 class RuleChain;
155 // Note: currentChain may not be the last RuleChain in the
158 RuleChain *currentChain;
251 class RuleChain : public UMemory {
254 RuleChain *fNext;
262 RuleChain();
263 RuleChain(const RuleChain& other);
264 virtual ~RuleChain();
274 PluralKeywordEnumeration(RuleChain *header, UErrorCode& status)
    [all...]
plurrule.cpp 110 mRules = new RuleChain(*other.mRules);
403 RuleChain *rc = rulesForKeyword(keyword);
415 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const {
416 RuleChain *rc;
593 RuleChain *newChain = new RuleChain;
604 RuleChain *insertAfter = prules->mRules;
899 RuleChain::RuleChain(): fKeyword(), fNext(NULL), ruleHeader(NULL), fDecimalSamples(), fIntegerSamples(),
903 RuleChain::RuleChain(const RuleChain& other) :
    [all...]
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1747 milliseconds