/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | ListFormatterTest.java | 199 …void DoTheRealListStyleTesting(ULocale locale, String items[], ListFormatter.Style style, String e… in DoTheRealListStyleTesting() method in ListFormatterTest 209 …DoTheRealListStyleTesting(locale, input, ListFormatter.Style.STANDARD, "rouge, jaune, bleu et vert… in TestDifferentStyles() 210 … DoTheRealListStyleTesting(locale, input, ListFormatter.Style.OR, "rouge, jaune, bleu ou vert"); in TestDifferentStyles() 211 … DoTheRealListStyleTesting(locale, input, ListFormatter.Style.UNIT, "rouge, jaune, bleu et vert"); in TestDifferentStyles() 212 …DoTheRealListStyleTesting(locale, input, ListFormatter.Style.UNIT_NARROW, "rouge jaune bleu vert"); in TestDifferentStyles() 213 …DoTheRealListStyleTesting(locale, input, ListFormatter.Style.UNIT_SHORT, "rouge, jaune, bleu et ve… in TestDifferentStyles()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | ListFormatterTest.java | 196 …void DoTheRealListStyleTesting(ULocale locale, String items[], ListFormatter.Type type, ListFormat… in DoTheRealListStyleTesting() method in ListFormatterTest 206 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.AND, ListFormatter.Width.WIDE, "rouge,… in TestDifferentStyles() 207 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.OR, ListFormatter.Width.WIDE, "rouge, … in TestDifferentStyles() 208 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.WIDE, "roug… in TestDifferentStyles() 209 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.NARROW, "ro… in TestDifferentStyles() 210 …DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.SHORT, "rou… in TestDifferentStyles()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 613 void ListFormatterTest::DoTheRealListStyleTesting( in DoTheRealListStyleTesting() function in ListFormatterTest 636 …DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_AND, ULISTFMT_WIDTH_WIDE, "rouge, jaune,… in TestDifferentStyles() 637 …DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_OR, ULISTFMT_WIDTH_WIDE, "rouge, jaune, … in TestDifferentStyles() 638 …DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_UNITS, ULISTFMT_WIDTH_WIDE, "rouge, jaun… in TestDifferentStyles() 639 …DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_UNITS, ULISTFMT_WIDTH_NARROW, "rouge jau… in TestDifferentStyles() 640 …DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_UNITS, ULISTFMT_WIDTH_SHORT, "rouge, jau… in TestDifferentStyles()
|
D | listformattertest.h | 110 void DoTheRealListStyleTesting(
|