HomeSort by relevance Sort by last modified time
    Searched refs:firstRight (Results 1 - 6 of 6) 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/chromium_org/third_party/icu/source/common/unicode/
stringtriebuilder.h 227 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight,
229 // Note: Edge numbers are negative, lastRight<=firstRight.
234 if(offset<0 && (offset<lastRight || firstRight<offset)) {
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 229 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight,
231 // Note: Edge numbers are negative, lastRight<=firstRight.
236 if(offset<0 && (offset<lastRight || firstRight<offset)) {
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 173 const icu::UnicodeString *firstRight = rightIter.next();
175 const icu::UnicodeString *nextRight = firstRight;
187 if (firstRight == NULL && firstLeft == NULL) {
192 } else if (firstRight == NULL) {
200 newFirstLeft = new icu::UnicodeString(*firstRight);
205 newFirstLeft = new icu::UnicodeString(*firstRight);
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 173 const icu::UnicodeString *firstRight = rightIter.next();
175 const icu::UnicodeString *nextRight = firstRight;
187 if (firstRight == NULL && firstLeft == NULL) {
192 } else if (firstRight == NULL) {
200 newFirstLeft = new icu::UnicodeString(*firstRight);
205 newFirstLeft = new icu::UnicodeString(*firstRight);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2351 milliseconds