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

  /external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 675 AndConstraint* andRule = orRule->childNode;
676 while (andRule!=NULL && result) {
677 result = andRule->isFulfilled(number);
678 andRule=andRule->next;
745 AndConstraint* andRule=orRule->childNode;
746 while ( andRule != NULL ) {
747 if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeHigh==-1) ) {
749 if (andRule->notIn)
    [all...]
  /external/icu4c/i18n/
plurrule.cpp 922 AndConstraint* andRule = orRule->childNode;
923 while (andRule!=NULL && result) {
924 result = andRule->isFulfilled(number);
925 andRule=andRule->next;
1008 AndConstraint* andRule=orRule->childNode;
1009 while ( andRule != NULL ) {
1010 if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeHigh==-1) ) {
1012 if (andRule->notIn)
    [all...]

Completed in 676 milliseconds