Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/networking/com/jme3/network/
DFilters.java70 public static <T> Filter<T> notIn( T... values ) in notIn() method in Filters
80 public static <T> Filter<T> notIn( Collection<? extends T> collection ) in notIn() method in Filters
/external/icu4c/i18n/
Dplurrule.cpp387 curAndConstraint->notIn=TRUE; in parseDescription()
753 notIn=FALSE; in AndConstraint()
765 this->notIn=other.notIn; in AndConstraint()
788 return notIn; in isFulfilled()
825 if (notIn) { in isFulfilled()
835 return (rangeHigh == -1 || integerOnly) && !notIn && op != MOD; in isLimited()
1002 if (andRule->notIn) { in dumpRules()
1018 if (andRule->notIn) { in dumpRules()
1030 if (andRule->notIn) { in dumpRules()
Dplurrule_impl.h151 UBool notIn; variable