HomeSort by relevance Sort by last modified time
    Searched refs:SHORT (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/icu4c/test/intltest/
dtfmrgts.cpp 123 DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::SHORT,
124 DateFormat::SHORT, Locale::getUS());
441 shortdate = DateFormat::createDateInstance(DateFormat::SHORT);
452 strShortDate = "The current date (short form) is ";
    [all...]
dtfmttst.cpp 784 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 711 + " " + tz.getDisplayName(tz.inDaylightTime(this), TimeZone.SHORT) + " " + cal.get(Calendar.YEAR);
Formatter.java 163 * Byte, Character, Short, and Integer (and primitives that box to those types) are all acceptable
183 * Byte, Short, Integer, Long, and BigInteger (and primitives that box to those types) are all
467 * <td width="25%">Short 24-hour time ({@code %tH:%tM}).</td>
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthActivity.java 119 .append(timeZone.getDisplayName(isDST, TimeZone.SHORT, Locale.getDefault()))
EditEvent.java     [all...]
CalendarView.java 712 .append(mTimeZone.getDisplayName(isDST, TimeZone.SHORT, Locale.getDefault()))
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 443 Type.SHORT);
557 Type.SHORT);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 209 TimeZone.SHORT,
225 TimeZone.SHORT,
    [all...]
ArraysTest.java 64 short[] shortArray;
358 * @tests java.util.Arrays#binarySearch(short[], short)
364 args = {short[].class, short.class}
367 // Test for method int java.util.Arrays.binarySearch(short [], short)
368 for (short counter = 0; counter < arraySize; counter++)
369 assertTrue("Binary search on short[] answered incorrect position",
372 -1, Arrays.binarySearch(intArray, (short) -1))
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 120 * SHORT uses the short delay for the timeout (SHORT_KEYLIGHT_DELAY, 6 sec)
125 SHORT,
    [all...]
  /prebuilt/common/asm/
asm-3.1.jar 
  /external/freetype/include/freetype/internal/
ftstream.h 231 ( (short)( buffer += 2, FT_PEEK_SHORT( buffer - 2 ) ) )
234 ( (unsigned short)( buffer += 2, FT_PEEK_USHORT( buffer - 2 ) ) )
250 ( (short)( buffer += 2, FT_PEEK_SHORT_LE( buffer - 2 ) ) )
253 ( (unsigned short)( buffer += 2, FT_PEEK_USHORT_LE( buffer - 2 ) ) )
277 #define FT_GET_SHORT() FT_GET_MACRO( SHORT )
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 203 SHORT = 0x1402,
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 434 title.append(" (").append(mTimeZone.getDisplayName(isDST, TimeZone.SHORT,
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 741 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL
    [all...]
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.idl 227 const unsigned int SHORT = 0x1402;
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 350 // Note that here we use sMonthsMedium for MEDIUM, SHORT and SHORTER.
383 // Note that here we use sMonthsMedium for MEDIUM, SHORT and SHORTER.
631 sStatusTimeFormat = java.text.DateFormat.getTimeInstance(java.text.DateFormat.SHORT);
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 735 milliseconds

1 23 4