OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortStandAloneWeekdayNames
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/test/java/libcore/icu/
LocaleDataTest.java
51
assertEquals("Sun", l.
shortStandAloneWeekdayNames
[1]);
97
assertEquals("??", l.
shortStandAloneWeekdayNames
[1]);
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java
211
result.
shortStandAloneWeekdayNames
= result.shortWeekdayNames;
/libcore/luni/src/main/java/libcore/icu/
LocaleData.java
64
public String[]
shortStandAloneWeekdayNames
; // "Sun", ...
/frameworks/base/core/java/android/text/format/
DateFormat.java
540
return standalone ? ld.
shortStandAloneWeekdayNames
[day] : ld.shortWeekdayNames[day];
/libcore/ojluni/src/main/java/java/text/
DateFormatSymbols.java
812
shortStandAloneWeekdays = localeData.
shortStandAloneWeekdayNames
;
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_ICU.cpp
646
const icu::UnicodeString*
shortStandAloneWeekdayNames
=
648
setStringArrayField(env, localeData, "
shortStandAloneWeekdayNames
",
shortStandAloneWeekdayNames
, count);
[
all
...]
Completed in 532 milliseconds