Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1429 boolean otherIsRoot = o.data.base == null; in equals()
1430 assert(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be == in equals()
1431 if(thisIsRoot != otherIsRoot) { return false; } in equals()
1433 (otherIsRoot || o.tailoring.rules.length() != 0)) { in equals()
/external/icu/icu4c/source/i18n/
Drulebasedcollator.cpp248 UBool otherIsRoot = o.data->base == NULL; variable
249 U_ASSERT(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be ==
250 if(thisIsRoot != otherIsRoot) { return FALSE; }
252 (otherIsRoot || !o.tailoring->rules.isEmpty())) {