Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestNumberFormatAPI.java93 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
110 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java150 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
161 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java107 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
118 res4 = cust1.format(l, res4, pos4); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java92 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
109 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java149 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
160 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java106 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
117 res4 = cust1.format(l, res4, pos4); in TestAPI()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp125 …NT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT… in testAPI() local
147 res6 = cur_fr->format(fL, res6, pos4, status); in testAPI()
Ddcfmapts.cpp182 …NT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT… in testAPI() local
198 res4 = cust2.format(fL, res4, pos4, status); in testAPI()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c711 static const float pos4[4][2] = { in svga_get_sample_position() local
749 positions = pos4; in svga_get_sample_position()