Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java20 private static final String[] EXAMPLE_STRINGS = { field in FormattedStringBuilderTest
34 for (String str : EXAMPLE_STRINGS) { in testInsertAppendCharSequence()
90 for (String replacement : EXAMPLE_STRINGS) { in testSplice()
153 for (String str : EXAMPLE_STRINGS) { in testCopy()
168 for (String str : EXAMPLE_STRINGS) { in testFields()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DFormattedStringBuilderTest.java23 private static final String[] EXAMPLE_STRINGS = { field in FormattedStringBuilderTest
37 for (String str : EXAMPLE_STRINGS) { in testInsertAppendCharSequence()
93 for (String replacement : EXAMPLE_STRINGS) { in testSplice()
156 for (String str : EXAMPLE_STRINGS) { in testCopy()
171 for (String str : EXAMPLE_STRINGS) { in testFields()
/external/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp32 static const char16_t *EXAMPLE_STRINGS[] = { variable
60 for (const char16_t* strPtr : EXAMPLE_STRINGS) { in testInsertAppendUnicodeString()
119 for (const char16_t* replacementPtr : EXAMPLE_STRINGS) { in testSplice()
195 for (UnicodeString str : EXAMPLE_STRINGS) { in testCopy()
212 for (UnicodeString str : EXAMPLE_STRINGS) { in testFields()