Searched defs:AndConstraint (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp512 if ( (curAndConstraint->op==AndConstraint::MOD)&&
555 curAndConstraint->op=AndConstraint::MOD;
723 AndConstraint::AndConstraint() { function in class:AndConstraint
724 op = AndConstraint::NONE;
735 AndConstraint::AndConstraint(const AndConstraint& other) { function in class:AndConstraint
752 this->next = new AndConstraint(*other.next);
756 AndConstraint
[all...]
H A Dplurrule_impl.h35 class AndConstraint;
163 AndConstraint *curAndConstraint;
222 class AndConstraint : public UMemory { class in inherits:UMemory
235 AndConstraint *next;
237 AndConstraint();
238 AndConstraint(const AndConstraint& other);
239 virtual ~AndConstraint();
240 AndConstraint* add();
247 AndConstraint *childNod
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java1356 andConstraint = new AndConstraint(andConstraint,
1607 private static class AndConstraint extends BinaryConstraint { class in class:PluralRules
1610 AndConstraint(Constraint a, Constraint b) { method in class:PluralRules.AndConstraint
1682 return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1310 andConstraint = new AndConstraint(andConstraint,
1561 private static class AndConstraint extends BinaryConstraint { class in class:PluralRules
1564 AndConstraint(Constraint a, Constraint b) { method in class:PluralRules.AndConstraint
1636 return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples);
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java1295 andConstraint = new AndConstraint(andConstraint,
1543 private static class AndConstraint extends BinaryConstraint { class in class:PluralRules
1546 AndConstraint(Constraint a, Constraint b) { method in class:PluralRules.AndConstraint
1610 return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 600 milliseconds