HomeSort by relevance Sort by last modified time
    Searched full:standalonemonths (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 227 final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
228 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE);
230 count = standaloneMonths.length;
236 if(! standaloneMonths[i].equals(standaloneMonths1[i])) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 385 String standaloneMonths[] = null;
749 returnValue = standaloneMonths;
804 standaloneMonths = duplicate(newMonths);
    [all...]
SimpleDateFormat.java     [all...]

Completed in 1776 milliseconds