Home
last modified time | relevance | path

Searched refs:pos4 (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestNumberFormatAPI.java95 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
112 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java151 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
162 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java108 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
119 res4 = cust1.format(l, res4, pos4); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java91 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
108 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java147 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
158 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java104 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
115 res4 = cust1.format(l, res4, pos4); in TestAPI()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0); in testAPI() local
145 res6 = cur_fr->format(fL, res6, pos4, status); in testAPI()
Ddcfmapts.cpp180 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0); in testAPI() local
196 res4 = cust2.format(fL, res4, pos4, status); in testAPI()