Home
last modified time | relevance | path

Searched refs:andRule (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dplurrule.cpp861 AndConstraint* andRule = orRule->childNode; in isFulfilled() local
862 while (andRule!=NULL && result) { in isFulfilled()
863 result = andRule->isFulfilled(number); in isFulfilled()
864 andRule=andRule->next; in isFulfilled()
936 AndConstraint* andRule=orRule->childNode; in dumpRules() local
937 while ( andRule != NULL ) { in dumpRules()
938 … if ((andRule->op==AndConstraint::NONE) && (andRule->rangeList==NULL) && (andRule->value == -1)) { in dumpRules()
940 } else if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeList==NULL) ) { in dumpRules()
941 result += tokenString(andRule->digitsType); in dumpRules()
943 if (andRule->negated) { in dumpRules()
[all …]