Home
last modified time | relevance | path

Searched refs:pos4 (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestNumberFormatAPI.java96 FieldPosition pos4 = new FieldPosition(0); in TestAPI()
113 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
H A DIntlTestDecimalFormatAPI.java152 FieldPosition pos4 = new FieldPosition(0); in TestAPI()
163 res4 = cust1.format(l, res4, pos4); in TestAPI()
H A DIntlTestDecimalFormatAPIC.java110 FieldPosition pos4 = new FieldPosition(0); in TestAPI()
121 res4 = cust1.format(l, res4, pos4); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestNumberFormatAPI.java99 FieldPosition pos4 = new FieldPosition(0); in TestAPI()
116 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
H A DIntlTestDecimalFormatAPI.java155 FieldPosition pos4 = new FieldPosition(0); in TestAPI()
166 res4 = cust1.format(l, res4, pos4); in TestAPI()
H A DIntlTestDecimalFormatAPIC.java113 FieldPosition pos4 = new FieldPosition(0); in TestAPI()
124 res4 = cust1.format(l, res4, pos4); in TestAPI()
/third_party/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp125 FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT_CARE); in testAPI()
147 res6 = cur_fr->format(fL, res6, pos4, status); in testAPI()
H A Ddcfmapts.cpp225 FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT_CARE); in testAPI()
241 res4 = cust2.format(fL, res4, pos4, status); in testAPI()
/third_party/mesa3d/src/gallium/drivers/svga/
H A 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/
H A 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/
H A DhlslParseHelper.cpp3821 static const tSamplePos pos4[] = { in getSamplePosArray() local
3842 case 4: sampleLoc = pos4; break; in getSamplePosArray()
4708 // (sampleCount == 4) ? pos4[idx] : in decomposeSampleMethods()

Completed in 23 milliseconds