Searched defs:right2 (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java95 float left2, float right2, float top2, float bottom2) {
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
94 boxIntersect(float left1, float right1, float top1, float bottom1, float left2, float right2, float top2, float bottom2) argument
/external/icu/icu4c/source/i18n/
H A Drbt_rule.cpp297 int32_t right2 = r2.pattern.length() - left2; local
304 if (left == left2 && right == right2 &&
314 (right < right2 ||
315 (right == right2 && keyLength <= r2.keyLength)) &&

Completed in 220 milliseconds