HomeSort by relevance Sort by last modified time
    Searched refs:SHORT (Results 176 - 200 of 401) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp     [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 493 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
521 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
607 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
635 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 105 * DateFormat::createDateInstance( DateFormat::SHORT, Locale::getFrance());
120 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
123 * <li> SHORT is completely numeric, such as 12/13/52 or 3:30pm
154 * in the resource occurs in the order full, long, medium, short.
204 SHORT = kShort,
512 * Create a default date/time formatter that uses the SHORT style for both
525 * SHORT for "h:mm a" in the US locale. Relative
538 * @param style The given formatting style. For example, SHORT for "M/d/yy" in the
557 * For example, SHORT for "M/d/yy" in the US locale. As currently
564 * For example, SHORT for "h:mm a" in the US locale. Relativ
    [all...]
dtfmtsym.h 252 * Gets short month strings. For example: "Jan", "Feb", etc.
255 * @return the short month strings. (DateFormatSymbols retains ownership.)
261 * Sets short month strings. For example: "Jan", "Feb", etc.
263 * @param shortMonths the new short month strings. (not adopted; caller retains ownership)
287 * Short width is currently only supported for weekday names.
290 SHORT,
336 * misleading; it does not get the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
345 * misleading; it does not set the CLDR-style "short" weekday strings, e.g. "Su", "Mo", etc.)
356 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
367 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARRO
    [all...]
timezone.h 565 * Selector for short display name
568 SHORT = 1,
575 * Selector for short generic display name
585 * Selector for short display name derived
597 * Selector for short display name derived
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp     [all...]
tsdtfmsy.cpp 152 const UnicodeString * wdFmtShort = symbol->getWeekdays(cntFmtShort,DateFormatSymbols::FORMAT,DateFormatSymbols::SHORT);
153 const UnicodeString * wdStdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbols::SHORT);
154 // Expect that English short names are prefixes of abbreviated names
156 errln("ERROR: English format short weekday names don't match prefixes of format abbreviated names");
159 errln("ERROR: English standalone short weekday names don't match prefixes of format abbreviated names");
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
BasicInterpreter.java 62 case Type.SHORT:
SimpleVerifier.java 122 case Type.SHORT:
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderContext.java 128 case ValueType.SHORT:
DexBuilder.java 253 case ValueType.SHORT:
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DexPool.java 137 case ValueType.SHORT:
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimeZoneTest.java 190 /* Time zone data was changed in ICU49.2. Many common short names were removed. */
194 timezone.getDisplayName(false, TimeZone.SHORT, Locale.CHINA));
SimpleTimeZoneTest.java 179 TimeZone.SHORT,
195 TimeZone.SHORT,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 134 isDST, TimeZone.SHORT, Locale.getDefault()));
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 119 Calendar.DAY_OF_WEEK, Calendar.SHORT, Locale.getDefault())));
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 199 case SHORT :
1005 if (type2 == INT || type2 == SHORT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h 191 typedef short SHORT;
244 typedef SHORT *PSHORT;
393 unsigned short __cdecl _rotl16(unsigned short Value,unsigned char Shift);
395 unsigned short __cdecl _rotr16(unsigned short Value,unsigned char Shift);
    [all...]
ntdef.h 290 typedef short SHORT;
300 typedef unsigned short USHORT, *PUSHORT;
313 typedef SHORT *PSHORT;
379 typedef short CSHORT, *PCSHORT;
olectl.h 79 SHORT sWeight;
80 SHORT sCharset;
  /external/aac/libAACdec/src/
aac_rom.cpp 172 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_960[50]
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 220 tz.getDisplayName(FALSE, TimeZone::SHORT, Locale(locale), id);
228 tz.getDisplayName(TRUE, TimeZone::SHORT, Locale(locale), id);
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 421 DateFormat.SHORT, DateFormat.SHORT)));
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc 33 float NormalizeXInputAxis(SHORT value) {
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 143 #define DSPWORD SHORT

Completed in 2142 milliseconds

1 2 3 4 5 6 78 91011>>