HomeSort by relevance Sort by last modified time
    Searched defs:getDateInstance (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
DateFormatProviderICU.java 24 public DateFormat getDateInstance(int style, Locale locale) {
49 icuDfmt = com.ibm.icu.text.DateFormat.getDateInstance(dstyle, actual);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 48 * myString = DateFormat.getDateInstance().format(myDate);
55 * DateFormat df = DateFormat.getDateInstance();
61 * call to getDateInstance().
63 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
69 * <p>Use getDateInstance to get the normal date format for that country.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 63 * myString = DateFormat.getDateInstance().format(myDate);
71 * DateFormat df = DateFormat.getDateInstance();
77 * To format a date for a different Locale, specify it in the call to getDateInstance().
80 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
89 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 62 * myString = DateFormat.getDateInstance().format(myDate);
70 * DateFormat df = DateFormat.getDateInstance();
76 * To format a date for a different Locale, specify it in the call to getDateInstance().
79 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
88 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country.
    [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 275 milliseconds