Home
last modified time | relevance | path

Searched refs:DoTheRealListStyleTesting (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DListFormatterTest.java199 …void DoTheRealListStyleTesting(ULocale locale, String items[], ListFormatter.Style style, String e… in DoTheRealListStyleTesting() method in ListFormatterTest
209DoTheRealListStyleTesting(locale, input, ListFormatter.Style.STANDARD, "rouge, jaune, bleu et vert… in TestDifferentStyles()
210DoTheRealListStyleTesting(locale, input, ListFormatter.Style.OR, "rouge, jaune, bleu ou vert"); in TestDifferentStyles()
211DoTheRealListStyleTesting(locale, input, ListFormatter.Style.UNIT, "rouge, jaune, bleu et vert"); in TestDifferentStyles()
212DoTheRealListStyleTesting(locale, input, ListFormatter.Style.UNIT_NARROW, "rouge jaune bleu vert"); in TestDifferentStyles()
213DoTheRealListStyleTesting(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/
DListFormatterTest.java196 …void DoTheRealListStyleTesting(ULocale locale, String items[], ListFormatter.Type type, ListFormat… in DoTheRealListStyleTesting() method in ListFormatterTest
206DoTheRealListStyleTesting(locale, input, ListFormatter.Type.AND, ListFormatter.Width.WIDE, "rouge,… in TestDifferentStyles()
207DoTheRealListStyleTesting(locale, input, ListFormatter.Type.OR, ListFormatter.Width.WIDE, "rouge, … in TestDifferentStyles()
208DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.WIDE, "roug… in TestDifferentStyles()
209DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.NARROW, "ro… in TestDifferentStyles()
210DoTheRealListStyleTesting(locale, input, ListFormatter.Type.UNITS, ListFormatter.Width.SHORT, "rou… in TestDifferentStyles()
/third_party/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp613 void ListFormatterTest::DoTheRealListStyleTesting( in DoTheRealListStyleTesting() function in ListFormatterTest
636DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_AND, ULISTFMT_WIDTH_WIDE, "rouge, jaune,… in TestDifferentStyles()
637DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_OR, ULISTFMT_WIDTH_WIDE, "rouge, jaune, … in TestDifferentStyles()
638DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_UNITS, ULISTFMT_WIDTH_WIDE, "rouge, jaun… in TestDifferentStyles()
639DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_UNITS, ULISTFMT_WIDTH_NARROW, "rouge jau… in TestDifferentStyles()
640DoTheRealListStyleTesting(locale, input, 4, ULISTFMT_TYPE_UNITS, ULISTFMT_WIDTH_SHORT, "rouge, jau… in TestDifferentStyles()
Dlistformattertest.h110 void DoTheRealListStyleTesting(