OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortStandAloneWeekdayNames
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
LocaleData.java
60
public String[]
shortStandAloneWeekdayNames
;
153
"
shortStandAloneWeekdayNames
=" + Arrays.toString(
shortStandAloneWeekdayNames
) + "," +
215
if (overrides.
shortStandAloneWeekdayNames
!= null) {
216
shortStandAloneWeekdayNames
= overrides.
shortStandAloneWeekdayNames
;
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java
179
result.
shortStandAloneWeekdayNames
= result.shortWeekdayNames;
/libcore/luni/src/main/java/java/text/
DateFormatSymbols.java
121
this.shortStandAloneWeekdays = localeData.
shortStandAloneWeekdayNames
;
/libcore/luni/src/main/native/
libcore_icu_ICU.cpp
619
jobjectArray
shortStandAloneWeekdayNames
= getNames(env, dayNames.get(), false, STAND_ALONE, SHORT);
620
if (
shortStandAloneWeekdayNames
== NULL) {
621
shortStandAloneWeekdayNames
= shortWeekdayNames;
626
setStringArrayField(env, localeData, "
shortStandAloneWeekdayNames
",
shortStandAloneWeekdayNames
);
[
all
...]
Completed in 491 milliseconds