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 D | IntlTestNumberFormatAPI.java | 96 FieldPosition pos4 = new FieldPosition(0); in TestAPI() 113 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
H A D | IntlTestDecimalFormatAPI.java | 152 FieldPosition pos4 = new FieldPosition(0); in TestAPI() 163 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
H A D | IntlTestDecimalFormatAPIC.java | 110 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 D | IntlTestNumberFormatAPI.java | 99 FieldPosition pos4 = new FieldPosition(0); in TestAPI() 116 res6 = cur_fr.format(l, res6, pos4); in TestAPI()
|
H A D | IntlTestDecimalFormatAPI.java | 155 FieldPosition pos4 = new FieldPosition(0); in TestAPI() 166 res4 = cust1.format(l, res4, pos4); in TestAPI()
|
H A D | IntlTestDecimalFormatAPIC.java | 113 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 D | nmfmapts.cpp | 125 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 D | dcfmapts.cpp | 225 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 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/ |
H A 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/ |
H A D | hlslParseHelper.cpp | 3821 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