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

  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 886 DateFormat *fmt0 = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java 118 RuleBasedNumberFormat fmt0 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
119 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone();
121 if (!fmt0.equals(fmt0)) {
124 if (!fmt0.equals(fmt1)) {
127 if (!fmt0.equals(fmt2)) {
130 String str = fmt0.toString();
135 if (fmt0.equals(fmt3)) {
    [all...]
DateFormatRegressionTest.java 1503 SimpleDateFormat fmt0 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); local
    [all...]
DateFormatTest.java 4785 DateFormat fmt0 = DateFormat.getDateTimeInstance(dateStylesList[i], DateFormat.DEFAULT); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java 115 RuleBasedNumberFormat fmt0 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); local
116 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone();
118 if (!fmt0.equals(fmt0)) {
121 if (!fmt0.equals(fmt1)) {
124 if (!fmt0.equals(fmt2)) {
127 String str = fmt0.toString();
132 if (fmt0.equals(fmt3)) {
    [all...]
DateFormatRegressionTest.java 1500 SimpleDateFormat fmt0 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); local
    [all...]
DateFormatTest.java 4782 DateFormat fmt0 = DateFormat.getDateTimeInstance(dateStylesList[i], DateFormat.DEFAULT); local
    [all...]

Completed in 267 milliseconds