Searched refs:SHORT (Results 101 - 125 of 200) sorted by relevance

12345678

/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp952 "z1->getDisplayName(false, SHORT)/std zone",
953 z1->getDisplayName(FALSE, TimeZone::SHORT, a), "GMT+1:30",
956 "z1->getDisplayName(true, SHORT)/std zone",
957 z1->getDisplayName(TRUE, TimeZone::SHORT, c), "GMT+1:30",
960 "z2->getDisplayName(false, SHORT)/dst zone",
961 z2->getDisplayName(FALSE, TimeZone::SHORT, e), "GMT+1:30",
964 "z2->getDisplayName(true, SHORT)/dst zone",
965 z2->getDisplayName(TRUE, TimeZone::SHORT, g), "GMT+2:15",
H A Dtsdtfmsy.cpp152 const UnicodeString * wdFmtShort = symbol->getWeekdays(cntFmtShort,DateFormatSymbols::FORMAT,DateFormatSymbols::SHORT);
153 const UnicodeString * wdStdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbols::SHORT);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java129 DateFormat tf = DateFormat.getTimeInstance(DateFormat.SHORT);
H A DNumberFormatRegressionTest.java77 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc);
H A DDateFormatRegressionTest.java90 DateFormat fmt = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, Locale.US);
312 shortdate = DateFormat.getDateInstance(DateFormat.SHORT);
400 DateFormat fmt = DateFormat.getDateInstance(DateFormat.SHORT, Locale.US);
1007 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, new Locale("ar","IQ"));
H A DIntlTestDateFormatSymbols.java318 final String[] shorterWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.SHORT);
367 final String[] standaloneShorterWeekdays = en.getWeekdays(DateFormatSymbols.STANDALONE,DateFormatSymbols.SHORT);
H A DRelativeDateTimeFormatterTest.java233 RelativeDateTimeFormatter.Style.SHORT,
547 RelativeDateTimeFormatter.Style.SHORT,
732 RelativeDateTimeFormatter.Style.SHORT,
734 assertEquals("", RelativeDateTimeFormatter.Style.SHORT, fmt.getFormatStyle());
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DDateFormatTest.java36 checkGetInstance(1, DateFormat.SHORT, loc);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRegexUtilitiesTest.java110 valueName = UCharacter.getPropertyValueName(propNum, valueNum, NameChoice.SHORT);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicInterpreter.java62 case Type.SHORT:
H A DSimpleVerifier.java122 case Type.SHORT:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderContext.java128 case ValueType.SHORT:
H A DDexBuilder.java253 case ValueType.SHORT:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DDexPool.java146 case ValueType.SHORT:
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java199 case SHORT :
1005 if (type2 == INT || type2 == SHORT
1084 else /* INT, BYTE, SHORT */
1280 return P_INT; // BOOLEAN, BYTE, CHAR, SHORT, INT
1428 else if (destType == SHORT)
1648 case SHORT :
1673 case SHORT :
1736 else if (t == BYTE || t == CHAR || t == SHORT || t == INT) {
1797 if (t == INT || t == BYTE || t == CHAR || t == SHORT) {
1849 default : // BOOLEAN, BYTE, CHAR, SHORT, IN
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegression.java628 z.getDisplayName(false, TimeZone.SHORT, (ULocale)null);
856 "getDisplayName(false, SHORT)/std zone",
857 z1.getDisplayName(false, TimeZone.SHORT), "GMT+1:30",
860 "getDisplayName(true, SHORT)/std zone",
861 z1.getDisplayName(true, TimeZone.SHORT), "GMT+1:30",
864 "getDisplayName(false, SHORT)/dst zone",
865 z2.getDisplayName(false, TimeZone.SHORT), "GMT+1:30",
868 "getDisplayName(true, SHORT)/dst zone",
869 z2.getDisplayName(true, TimeZone.SHORT), "GMT+2:15",
/external/aac/libAACdec/src/
H A Daac_rom.cpp172 static const SHORT sfb_48_1024[50] = {
179 static const SHORT sfb_48_128[15] =
186 static const SHORT sfb_32_1024[52] =
195 static const SHORT sfb_24_1024[48] =
204 static const SHORT sfb_24_128[16] =
211 static const SHORT sfb_16_1024[44] =
220 static const SHORT sfb_16_128[16] =
227 static const SHORT sfb_8_1024[41] =
235 static const SHORT sfb_8_128[16] =
243 static const SHORT sfb_48_96
[all...]
/external/icu/icu4c/source/i18n/
H A Ducal.cpp243 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
251 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
H A Dudat.cpp653 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
681 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
791 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
819 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegression.java1884 DateFormat.getDateInstance(DateFormat.SHORT, loc),
1885 "DateFormat.getDateInstance(DateFormat.SHORT, loc)",
1888 DateFormat.getTimeInstance(DateFormat.SHORT, loc),
1889 "DateFormat.getTimeInstance(DateFormat.SHORT, loc)",
1892 DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.SHORT, loc),
1893 "DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.SHORT, loc)",
1896 DateFormat.getDateInstance(cal, DateFormat.SHORT, loc),
1897 "DateFormat.getDateInstance(cal, DateFormat.SHORT, loc)",
1900 DateFormat.getTimeInstance(cal, DateFormat.SHORT, loc),
1901 "DateFormat.getTimeInstance(cal, DateFormat.SHORT, lo
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java185 * <td><code>DateFormat.getDateInstance(DateFormat.SHORT, getLocale())</code>
204 * <td><code>DateFormat.getTimeInstance(DateFormat.SHORT, getLocale())</code>
906 * <td><code>DateFormat.getDateTimeInstance(DateFormat.SHORT,
907 * DateFormat.SHORT, getLocale()).format(argument)</code>
1575 DateFormat.SHORT, DateFormat.SHORT, ulocale);//fix
2213 newFormat = DateFormat.getDateInstance(DateFormat.SHORT, ulocale);
2235 newFormat = DateFormat.getTimeInstance(DateFormat.SHORT, ulocale);
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodePropertySource.java260 nameChoice == UProperty.NameChoice.LONG ? UProperty.NameChoice.SHORT : UProperty.NameChoice.LONG);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DField.java123 case SHORT:
/external/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java186 * <td><code>DateFormat.getDateInstance(DateFormat.SHORT, getLocale())</code>
205 * <td><code>DateFormat.getTimeInstance(DateFormat.SHORT, getLocale())</code>
862 * <td><code>DateFormat.getDateTimeInstance(DateFormat.SHORT,
863 * DateFormat.SHORT, getLocale()).format(argument)</code>
1492 DateFormat.SHORT, DateFormat.SHORT, locale_);//fix
2127 newFormat = DateFormat.getDateInstance(DateFormat.SHORT, locale_);
2149 newFormat = DateFormat.getTimeInstance(DateFormat.SHORT, locale_);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java184 * The SHORT type. This is a BASE type mainly used for array types.
186 static final int SHORT = BASE | 12; field in class:Frame
648 data = SHORT;
1192 push(ARRAY_OF | SHORT);

Completed in 575 milliseconds

12345678