Home
last modified time | relevance | path

Searched refs:numInt (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java199 int numInt = 0; in testFields() local
209 numInt++; in testFields()
216 assertEquals(str.length() > 0 ? 4 : 0, numInt); in testFields()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DFormattedStringBuilderTest.java202 int numInt = 0; in testFields() local
212 numInt++; in testFields()
219 assertEquals(str.length() > 0 ? 4 : 0, numInt); in testFields()
/external/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp250 int32_t numInt = 0; in testFields() local
260 numInt++; in testFields()
267 assertEquals("Number of integer fields", str.length() > 0 ? 2 : 0, numInt); in testFields()