Searched refs:pos01 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_hqx.c | 172 int pos00, int pos01, in hq3x_interp_2x1() argument 181 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; in hq3x_interp_2x1() 238 int pos00, int pos01, in hq4x_interp_2x2() argument 247 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; in hq4x_interp_2x2()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatAPI.java | 128 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local 144 result3 = def.parse(text, pos01); in TestAPI()
|
D | IntlTestNumberFormatAPI.java | 124 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local 131 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDateFormatAPI.java | 131 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local 147 result3 = def.parse(text, pos01); in TestAPI()
|
D | IntlTestNumberFormatAPI.java | 127 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local 134 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmapts.cpp | 191 ParsePosition pos(0), pos01(0); in testAPI() local 206 result3 = def->parse(text, pos01); in testAPI()
|
D | nmfmapts.cpp | 162 ParsePosition pos(0), pos01(0); in testAPI() local 169 fr->parse(text, result2, pos01); in testAPI()
|