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

  /external/icu/icu4c/source/i18n/
plurrule_impl.h 37 class AndConstraint;
171 AndConstraint *curAndConstraint;
307 class AndConstraint : public UMemory {
313 RuleOp op = AndConstraint::NONE;
320 AndConstraint *next = nullptr;
324 AndConstraint() = default;
325 AndConstraint(const AndConstraint& other);
326 virtual ~AndConstraint();
327 AndConstraint* add(UErrorCode& status)
    [all...]
plurrule.cpp 543 if ( (curAndConstraint->op==AndConstraint::MOD)&&
586 curAndConstraint->op=AndConstraint::MOD;
757 AndConstraint::AndConstraint(const AndConstraint& other) {
777 this->next = new AndConstraint(*other.next);
784 AndConstraint::~AndConstraint() {
792 AndConstraint::isFulfilled(const IFixedDecimal &number) {
795 // An empty AndConstraint, created by a rule with a keyword but no following expression
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 50 class AndConstraint;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 178 milliseconds