Home
last modified time | relevance | path

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/
DIntlTestNumberFormatAPI.java99 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
116 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java155 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
166 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java113 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/
DIntlTestNumberFormatAPI.java96 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
113 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
DIntlTestDecimalFormatAPI.java152 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
163 res4 = cust1.format(l, res4, pos4); in TestAPI()
DIntlTestDecimalFormatAPIC.java110 FieldPosition pos4 = new FieldPosition(0); in TestAPI() local
121 res4 = cust1.format(l, res4, pos4); in TestAPI()
/third_party/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.cpp225 …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/
Dsvga_surface.c934 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/
Dfreedreno_resource.c1675 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/
DhlslParseHelper.cpp3728 static const tSamplePos pos4[] = { in getSamplePosArray() local
3749 case 4: sampleLoc = pos4; break; in getSamplePosArray()