Home
last modified time | relevance | path

Searched refs:dformat (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatMiscTests.java47 String dformat[] = in Test4097450()
57 log(dformat[i] + "\t" + dstring[i] + "\t"); in Test4097450()
58 formatter = new SimpleDateFormat(dformat[i]); in Test4097450()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatMiscTests.java50 String dformat[] = in Test4097450()
60 log(dformat[i] + "\t" + dstring[i] + "\t"); in Test4097450()
61 formatter = new SimpleDateFormat(dformat[i]); in Test4097450()
/third_party/icu/icu4c/source/test/intltest/
H A Dmiscdtfm.cpp81 UnicodeString dformat [] = { in test4097450() local
127 log(dformat[i] + "\t" + dstring[i] + "\t"); in test4097450()
128 formatter.adoptInstead(new SimpleDateFormat(dformat[i], status)); in test4097450()
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c37 int dformat; member
71 { "format", "set display number format", OFFSET(dformat), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGSR, "format" },
189 const int D = ((s->chars - s->dformat) >> 2) + s->dformat * 2; in filter_color2()
236 const int D = ((s->chars - s->dformat) >> 2) + s->dformat * 2; in filter_color()
279 const int D = ((s->chars - s->dformat) >> 2) + s->dformat * 2; in filter_mono()
391 s->chars = (s->draw.desc->comp[0].depth + 7) / 8 * 2 + s->dformat; in config_input()
/third_party/python/Lib/test/
H A Dtest_buffer.py2584 dformat = '@' + dfmt if randrange(2) else dfmt
2585 dsize = struct.calcsize(dformat)

Completed in 10 milliseconds