HomeSort by relevance Sort by last modified time
    Searched defs:monthNames (Results 1 - 9 of 9) 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_org/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);
115 if(gotFormats[ix] != monthNames[ix]){
116 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
638 UnicodeString monthNames[] = { "one", "two", "three" };
639 ChoiceFormat fmt(limits, monthNames, sizeof(limits)/sizeof(limits[0]));
  /external/chromium_org/third_party/libxslt/libexslt/
date.c     [all...]
  /external/icu4c/i18n/
calendar.cpp 618 static const char gMonthNames[] = "monthNames";
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 110 milliseconds