Searched refs:expectedLimit (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | formattedvaluetest.cpp | 228 int32_t expectedLimit = expectedFieldPositions[i].endIndex; in checkMixedFormattedValue() local 236 expectedLimit, cfpos.getLimit()); in checkMixedFormattedValue() 259 int32_t expectedLimit = expectedFieldPositions[i].endIndex; in checkMixedFormattedValue() local 267 expectedLimit, cfpos.getLimit()); in checkMixedFormattedValue() 295 int32_t expectedLimit = expectedFieldPositions[i].endIndex; in checkMixedFormattedValue() local 303 expectedLimit, cfpos.getLimit()); in checkMixedFormattedValue()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | FormattedValueTest.java | 208 int expectedLimit = (Integer) cas[2]; in checkFormattedValue() local 212 assertEquals(baseMessage + "limit " + i, expectedLimit, cfpos.getLimit()); in checkFormattedValue() 233 int expectedLimit = (Integer) cas[2]; in checkFormattedValue() local 237 assertEquals(baseMessage + "limit " + i, expectedLimit, cfpos.getLimit()); in checkFormattedValue() 264 int expectedLimit = (Integer) cas[2]; in checkFormattedValue() local 268 assertEquals(baseMessage + "limit " + i, expectedLimit, cfpos.getLimit()); in checkFormattedValue()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | FormattedValueTest.java | 211 int expectedLimit = (Integer) cas[2]; in checkFormattedValue() local 215 assertEquals(baseMessage + "limit " + i, expectedLimit, cfpos.getLimit()); in checkFormattedValue() 236 int expectedLimit = (Integer) cas[2]; in checkFormattedValue() local 240 assertEquals(baseMessage + "limit " + i, expectedLimit, cfpos.getLimit()); in checkFormattedValue() 267 int expectedLimit = (Integer) cas[2]; in checkFormattedValue() local 271 assertEquals(baseMessage + "limit " + i, expectedLimit, cfpos.getLimit()); in checkFormattedValue()
|