Searched refs:RuleChain (Results 1 - 8 of 8) sorted by relevance
/external/junit/src/org/junit/rules/ |
H A D | 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 { class in inherits: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 emptyRuleChai 72 private RuleChain(List<TestRule> rules) { method in class:RuleChain [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | plurrule.h | 42 class RuleChain; 465 RuleChain *mRules; 471 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | 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 { class in inherits:UMemory 254 RuleChain *fNext; 262 RuleChain(); 263 RuleChain(const RuleChain& other); 264 virtual ~RuleChain(); 274 PluralKeywordEnumeration(RuleChain *heade [all...] |
H A D | 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(), function in class:RuleChain 800 RuleChain function in class:RuleChain [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | 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 { class in inherits:UMemory 254 RuleChain *fNext; 262 RuleChain(); 263 RuleChain(const RuleChain& other); 264 virtual ~RuleChain(); 274 PluralKeywordEnumeration(RuleChain *heade [all...] |
H A D | 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(), function in class:RuleChain 903 RuleChain function in class:RuleChain [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
H A D | plurrule.h | 42 class RuleChain; 485 RuleChain *mRules; 491 RuleChain *rulesForKeyword(const UnicodeString &keyword) const;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 1596 milliseconds