Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormatSymbols.java209 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() local
210 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
212 count = wideMonths.length; in TestSymbols()
218 if(! wideMonths[i].equals(wideMonths1[i])) { in TestSymbols()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java206 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() local
207 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
209 count = wideMonths.length; in TestSymbols()
215 if(! wideMonths[i].equals(wideMonths1[i])) { in TestSymbols()
/third_party/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp241 …const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols() local
242 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()