Searched refs:pos4 (Results 1 – 9 of 9) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestNumberFormatAPI.java | 93 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 110 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 150 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 161 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 107 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/ |
D | IntlTestNumberFormatAPI.java | 92 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 109 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 149 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 160 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 106 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 117 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 125 …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()
|
D | dcfmapts.cpp | 182 …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/ |
D | svga_surface.c | 711 static const float pos4[4][2] = { in svga_get_sample_position() local 749 positions = pos4; in svga_get_sample_position()
|