Searched refs:thisIsRoot (Results 1 – 3 of 3) sorted by relevance
1409 boolean thisIsRoot = data.base == null; in equals()1411 assert(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be == in equals()1412 if(thisIsRoot != otherIsRoot) { return false; } in equals()1415 if((thisIsRoot || theseRules.length() != 0) && in equals()
1372 boolean thisIsRoot = data.base == null; in equals()1374 assert(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be == in equals()1375 if(thisIsRoot != otherIsRoot) { return false; } in equals()1378 if((thisIsRoot || theseRules.length() != 0) && in equals()
247 UBool thisIsRoot = data->base == NULL; variable249 U_ASSERT(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be ==250 if(thisIsRoot != otherIsRoot) { return FALSE; }251 if((thisIsRoot || !tailoring->rules.isEmpty()) &&