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

  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 149 class AndConstraint : public UMemory {
161 AndConstraint *next;
163 AndConstraint();
164 AndConstraint(const AndConstraint& other);
165 virtual ~AndConstraint();
166 AndConstraint* add();
173 AndConstraint *childNode;
179 AndConstraint* add();
plurrule.cpp 289 AndConstraint *curAndConstraint=NULL;
338 if ( (curAndConstraint->op==AndConstraint::MOD)&&
352 curAndConstraint->op=AndConstraint::MOD;
521 AndConstraint::AndConstraint() {
522 op = AndConstraint::NONE;
532 AndConstraint::AndConstraint(const AndConstraint& other) {
543 this->next = new AndConstraint(*other.next)
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 32 class AndConstraint;
157 AndConstraint *curAndConstraint;
215 class AndConstraint : public UMemory {
228 AndConstraint *next;
230 AndConstraint();
231 AndConstraint(const AndConstraint& other);
232 virtual ~AndConstraint();
233 AndConstraint* add();
240 AndConstraint *childNode
    [all...]
plurrule.cpp 538 if ( (curAndConstraint->op==AndConstraint::MOD)&&
581 curAndConstraint->op=AndConstraint::MOD;
749 AndConstraint::AndConstraint() {
750 op = AndConstraint::NONE;
761 AndConstraint::AndConstraint(const AndConstraint& other) {
778 this->next = new AndConstraint(*other.next);
782 AndConstraint::~AndConstraint()
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 45 class AndConstraint;
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 5903 milliseconds