OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:monthNames
(Results
1 - 4
of
4
) 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/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]));
/prebuilt/common/jfreechart/
jcommon-1.0.12.jar
Completed in 2828 milliseconds