HomeSort by relevance Sort by last modified time
    Searched defs:monthNames (Results 1 - 6 of 6) sorted by null

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 81 String[] monthNames = res.getStringArray(R.array.month_names);
89 monthNames[today.month], today.monthDay);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 70 String[] monthNames = res.getStringArray(R.array.month_names);
78 monthNames[today.month], today.monthDay);
  /external/chromium/third_party/icu/source/test/intltest/
tchcfmt.cpp 45 UnicodeString monthNames[] = {"Sun","Mon","Tue","Wed","Thur","Fri","Sat"};
46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7);
74 ChoiceFormat* formequal=new ChoiceFormat(limits, monthNames, 7);
104 if(gotFormats[ix] != monthNames[ix]){
105 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
622 UnicodeString monthNames[] = { "one", "two", "three" };
623 ChoiceFormat fmt(limits, monthNames, sizeof(limits)/sizeof(limits[0]));
  /external/icu4c/test/intltest/
tchcfmt.cpp 45 UnicodeString monthNames[] = {"Sun","Mon","Tue","Wed","Thur","Fri","Sat"};
46 ChoiceFormat* form = new ChoiceFormat(limits, monthNames, 7);
74 ChoiceFormat* formequal=new ChoiceFormat(limits, monthNames, 7);
104 if(gotFormats[ix] != monthNames[ix]){
105 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
622 UnicodeString monthNames[] = { "one", "two", "three" };
623 ChoiceFormat fmt(limits, monthNames, sizeof(limits)/sizeof(limits[0]));
  /libcore/luni/src/main/java/java/util/
Date.java 708 return dayOfWeekNames[cal.get(Calendar.DAY_OF_WEEK) - 1] + " " + monthNames[cal.get(Calendar.MONTH)]
716 private static final String[] monthNames =
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 454 milliseconds