Searched refs:otherIsRoot (Results 1 – 2 of 2) sorted by relevance
1429 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()
248 UBool otherIsRoot = o.data->base == NULL; variable249 U_ASSERT(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be ==250 if(thisIsRoot != otherIsRoot) { return FALSE; }252 (otherIsRoot || !o.tailoring->rules.isEmpty())) {