Searched refs:cust1 (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | sdtfmtts.cpp | 85 SimpleDateFormat cust1(pattern, symbols, status); in testAPI() local 128 copy = cust1; in testAPI() 129 if(copy != cust1) { in testAPI() 153 res2 = cust1.format(fD, res2, pos2, status); in testAPI()
|
D | dcfmapts.cpp | 178 DecimalFormat cust1(pattern, symbols, status); in testAPI() local 199 copy = cust1; in testAPI() 200 if(copy != cust1) { in testAPI() 229 res3 = cust1.format(fD, res3, pos3, status); in testAPI()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestSimpleDateFormatAPI.java | 65 SimpleDateFormat cust1 = new SimpleDateFormat(pattern, symbols); in TestAPI() local 90 res2 = cust1.format(d, res2, pos2); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 124 DecimalFormat cust1 = new DecimalFormat(pattern, symbols); in TestAPI() local 160 res3 = cust1.format(d, res3, pos3); in TestAPI() 163 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 68 DecimalFormat cust1 = null; in TestAPI() local 70 cust1 = new DecimalFormat(pattern, symbols); in TestAPI() 118 res3 = cust1.format(d, res3, pos3); in TestAPI() 121 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestSimpleDateFormatAPI.java | 68 SimpleDateFormat cust1 = new SimpleDateFormat(pattern, symbols); in TestAPI() local 93 res2 = cust1.format(d, res2, pos2); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 127 DecimalFormat cust1 = new DecimalFormat(pattern, symbols); in TestAPI() local 163 res3 = cust1.format(d, res3, pos3); in TestAPI() 166 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 71 DecimalFormat cust1 = null; in TestAPI() local 73 cust1 = new DecimalFormat(pattern, symbols); in TestAPI() 121 res3 = cust1.format(d, res3, pos3); in TestAPI() 124 res4 = cust1.format(l, res4, pos4); in TestAPI()
|