Searched refs:thisIsRoot (Results 1 – 3 of 3) sorted by relevance
1412 boolean thisIsRoot = data.base == null; in equals()1414 assert(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be == in equals()1415 if(thisIsRoot != otherIsRoot) { return false; } in equals()1418 if((thisIsRoot || theseRules.length() != 0) && in equals()
1377 boolean thisIsRoot = data.base == null; in equals()1379 assert(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be == in equals()1380 if(thisIsRoot != otherIsRoot) { return false; } in equals()1383 if((thisIsRoot || theseRules.length() != 0) && in equals()
249 UBool thisIsRoot = data->base == NULL; variable251 U_ASSERT(!thisIsRoot || !otherIsRoot); // otherwise their data pointers should be ==252 if(thisIsRoot != otherIsRoot) { return FALSE; }253 if((thisIsRoot || !tailoring->rules.isEmpty()) &&