Searched refs:theirVal (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DFieldsSet.java91 int theirVal = other.get(i);
97 String bval = Integer.toString(theirVal);
101 str.append(Integer.toString(i) + "=" + myVal+" not " + theirVal+", ");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java90 int theirVal = other.get(i);
96 String bval = Integer.toString(theirVal);
100 str.append(Integer.toString(i) + "=" + myVal+" not " + theirVal+", ");
/external/icu/icu4c/source/test/intltest/
H A Dfldset.cpp53 int32_t theirVal = other.get(i); local
59 str = str + fieldName + UnicodeString("=")+myVal+UnicodeString(" not ")+theirVal+UnicodeString(", ");
61 str = str + UnicodeString("some field") + "=" + myVal+" not " + theirVal+", ";

Completed in 123 milliseconds