Home
last modified time | relevance | path

Searched refs:toLocalizedPattern (Results 1 – 25 of 53) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp173 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
183 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
206 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
216 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
236 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
246 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
266 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975()
276 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975()
Dnumberformattesttuple.h122 UnicodeString toLocalizedPattern; variable
Dsdtfmtts.cpp238 s3 = pat.toLocalizedPattern(s3, status); in testAPI()
Ddcfmapts.cpp339 locPat = pat.toLocalizedPattern(locPat); in testAPI()
376 s3 = pat.toLocalizedPattern(s3); in testAPI()
389 s4 = pat.toLocalizedPattern(s3); in testAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatMiscTests.java81 logln(df.toLocalizedPattern()); in Test4099975new()
86 logln(df.toLocalizedPattern()); in Test4099975new()
103 logln(df.toLocalizedPattern()); in Test4099975new()
108 logln(df.toLocalizedPattern()); in Test4099975new()
DIntlTestDecimalFormatAPI.java248 locPat = pat.toLocalizedPattern(); in TestAPI()
269 s3 = pat.toLocalizedPattern(); in TestAPI()
DIntlTestSimpleDateFormatAPI.java153 String s3 = pat.toLocalizedPattern(); in TestAPI()
DNumberFormatTestData.java114 public String toLocalizedPattern = null; field in NumberFormatTestData
390 toLocalizedPattern = value; in setToLocalizedPattern()
DIntlTestDecimalFormatAPIC.java207 locPat = pat.toLocalizedPattern(); in TestAPI()
239 s3 = pat.toLocalizedPattern(); in TestAPI()
DNumberRegressionTests.java244 logln("nf toLocPattern1: " + ((DecimalFormat)nf).toLocalizedPattern()); in Test4086575()
250 logln("nf toLocPattern2: " + ((DecimalFormat)nf).toLocalizedPattern()); in Test4086575()
260 logln("nf toLocPattern2: " + ((DecimalFormat)nf).toLocalizedPattern()); in Test4086575()
1645 pat = df.toLocalizedPattern(); in Test4212072()
1658 … "\" -> \"" + f2.toLocalizedPattern() + '"'+ " in locale "+df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
DDataDrivenNumberFormatTestUtility.java313 } else if (tuple.toPattern != null || tuple.toLocalizedPattern != null) { in isPass()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatMiscTests.java80 logln(df.toLocalizedPattern()); in Test4099975new()
85 logln(df.toLocalizedPattern()); in Test4099975new()
102 logln(df.toLocalizedPattern()); in Test4099975new()
107 logln(df.toLocalizedPattern()); in Test4099975new()
DIntlTestDecimalFormatAPI.java247 locPat = pat.toLocalizedPattern(); in TestAPI()
268 s3 = pat.toLocalizedPattern(); in TestAPI()
DIntlTestSimpleDateFormatAPI.java152 String s3 = pat.toLocalizedPattern(); in TestAPI()
DNumberFormatTestData.java113 public String toLocalizedPattern = null; field in NumberFormatTestData
389 toLocalizedPattern = value; in setToLocalizedPattern()
DIntlTestDecimalFormatAPIC.java206 locPat = pat.toLocalizedPattern(); in TestAPI()
238 s3 = pat.toLocalizedPattern(); in TestAPI()
DNumberRegressionTests.java243 logln("nf toLocPattern1: " + ((DecimalFormat)nf).toLocalizedPattern()); in Test4086575()
249 logln("nf toLocPattern2: " + ((DecimalFormat)nf).toLocalizedPattern()); in Test4086575()
259 logln("nf toLocPattern2: " + ((DecimalFormat)nf).toLocalizedPattern()); in Test4086575()
1644 pat = df.toLocalizedPattern(); in Test4212072()
1657 … "\" -> \"" + f2.toLocalizedPattern() + '"'+ " in locale "+df.getLocale(ULocale.ACTUAL_LOCALE)); in Test4212072()
DDataDrivenNumberFormatTestUtility.java312 } else if (tuple.toPattern != null || tuple.toLocalizedPattern != null) { in isPass()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DSimpleDateFormatICU.java210 public String toLocalizedPattern() { in toLocalizedPattern() method in SimpleDateFormatICU
211 return fIcuSdf.toLocalizedPattern(); in toLocalizedPattern()
216 return fIcuSdf.toLocalizedPattern(); in toPattern()
DDecimalFormatICU.java389 public String toLocalizedPattern() { in toLocalizedPattern() method in DecimalFormatICU
390 return fIcuDecfmt.toLocalizedPattern(); in toLocalizedPattern()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DSimpleDateFormat.java366 public String toLocalizedPattern() { in toLocalizedPattern() method in SimpleDateFormat
367 return ((java.text.SimpleDateFormat)dateFormat).toLocalizedPattern(); in toLocalizedPattern()
DDecimalFormat.java1451 public String toLocalizedPattern() { in toLocalizedPattern() method in DecimalFormat
1452 return ((java.text.DecimalFormat)numberFormat).toLocalizedPattern(); in toLocalizedPattern()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatTest.java224 assertEquals("#\u00a0##0,##", df.toLocalizedPattern()); in testToLocalizedPattern()
DSimpleDateFormatTest.java161 assertEquals(mdy, sdf.toLocalizedPattern()); in testToLocalizedPattern()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1018 virtual UnicodeString& toLocalizedPattern(UnicodeString& result,

123