HomeSort by relevance Sort by last modified time
    Searched defs:firstRight (Results 1 - 4 of 4) sorted by null

  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 137 int firstRight = xy[0] + first.getMeasuredWidth();
142 assertEquals("views are not right aligned", firstRight, secondRight);
156 int firstRight = xy[0] + first.getMeasuredWidth();
161 assertEquals("views are not right aligned", Math.abs(firstRight - secondRight), margin);
  /external/icu/icu4c/source/i18n/
ucurr.cpp 177 const icu::UnicodeString *firstRight = rightIter.next();
179 const icu::UnicodeString *nextRight = firstRight;
191 if (firstRight == NULL && firstLeft == NULL) {
196 } else if (firstRight == NULL) {
204 newFirstLeft = new icu::UnicodeString(*firstRight);
209 newFirstLeft = new icu::UnicodeString(*firstRight);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 808 milliseconds