Searched refs:getShortWeekdays (Results 1 - 24 of 24) sorted by relevance

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DDateFormatSymbolsTest.java81 compareArrays(jdkDfs.getShortWeekdays(), icuDfs.getShortWeekdays(), loc, "getShortWeekdays");
104 dfs.setShortWeekdays(dfsEnUS.getShortWeekdays());
112 compareArrays(dfs.getShortWeekdays(), dfsEnUS.getShortWeekdays(), loc, "getShortWeekdays");
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormatSymbols.java399 return dfs.getShortWeekdays();
448 public String[] getShortWeekdays() { method in class:DateFormatSymbols
449 return dfs.getShortWeekdays();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDateFormatSymbolsICU.java119 public String[] getShortWeekdays() { method in class:DateFormatSymbolsICU
121 return super.getShortWeekdays();
123 return fIcuDfs.getShortWeekdays();
H A DSimpleDateFormatICU.java191 newJDK = newFormatSymbols.getShortWeekdays();
192 curICU = icuDfs.getShortWeekdays();
H A DCalendarICU.java305 result = (style == LONG) ? dfs.getWeekdays() : dfs.getShortWeekdays();
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DDateFormatSymbolsTest.java150 * Test method for 'com.ibm.icu.text.DateFormatSymbols.getShortWeekdays()'
154 assertNotNull(dfs.getShortWeekdays());
162 String[] oldvalue = dfs.getShortWeekdays();
166 String[] result = dfs.getShortWeekdays();
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp288 const UnicodeString *shortWeekdays = en.getShortWeekdays(count);
290 if( *en.getShortWeekdays(count) != *fr.getShortWeekdays(count)) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java293 final String[] shortWeekdays = en.getShortWeekdays();
295 final String[] shortWeekdays1 = fr.getShortWeekdays();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java292 final String[] shortWeekdays = en.getShortWeekdays();
294 final String[] shortWeekdays1 = fr.getShortWeekdays();
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h353 const UnicodeString* getShortWeekdays(int32_t& count) const;
/external/icu/icu4c/source/i18n/
H A Dudat.cpp631 res = syms->getShortWeekdays(count);
773 syms->getShortWeekdays(count);
H A Ddtfmtsym.cpp731 DateFormatSymbols::getShortWeekdays(int32_t &count) const function in class:DateFormatSymbols
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormatSymbols.java995 public String[] getShortWeekdays() { method in class:DateFormatSymbols
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DFormatHandler.java1868 tmp.setShortWeekdays(dfsa.getShortWeekdays());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java1021 public String[] getShortWeekdays() { method in class:DateFormatSymbols
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatHandler.java1867 tmp.setShortWeekdays(dfsa.getShortWeekdays());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1036 milliseconds