Searched refs:pos4 (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestNumberFormatAPI.java | 99 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 116 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 155 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 166 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 113 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 124 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestNumberFormatAPI.java | 96 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 113 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 152 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 163 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 110 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local 121 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
/third_party/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 | 225 …NT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT… in testAPI() local 241 res4 = cust2.format(fL, res4, pos4, status); in testAPI()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.c | 934 static const float pos4[4][2] = { in svga_get_sample_position() local 975 positions = pos4; in svga_get_sample_position()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 1675 static const uint8_t pos4[4][2] = {{0x6, 0x2}, in fd_get_sample_position() local 1694 ptr = pos4; in fd_get_sample_position()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3728 static const tSamplePos pos4[] = { in getSamplePosArray() local 3749 case 4: sampleLoc = pos4; break; in getSamplePosArray()
|