Searched refs:monthNames (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtchcfmt.cpp45 UnicodeString monthNames[] = {"Sun","Mon","Tue","Wed","Thur","Fri","Sat"}; local
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" }; local
639 ChoiceFormat fmt(limits, monthNames, sizeof(limits)/sizeof(limits[0]));
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcalendar.cpp618 static const char gMonthNames[] = "monthNames";
3628 UResourceBundle *monthNames = calData.getByKey(gMonthNames,status); local
3631 locBased.setLocaleIDs(ures_getLocaleByType(monthNames, ULOC_VALID_LOCALE, &status),
3632 ures_getLocaleByType(monthNames, ULOC_ACTUAL_LOCALE, &status));
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c2051 static const xmlChar monthNames[13][10] = { local
2070 return monthNames[month];

Completed in 93 milliseconds