Home
last modified time | relevance | path

Searched refs:fmt0 (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java115 RuleBasedNumberFormat fmt0 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); in TestCoverage() local
116 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); in TestCoverage()
118 if (!fmt0.equals(fmt0)) { in TestCoverage()
121 if (!fmt0.equals(fmt1)) { in TestCoverage()
124 if (!fmt0.equals(fmt2)) { in TestCoverage()
127 String str = fmt0.toString(); in TestCoverage()
132 if (fmt0.equals(fmt3)) { in TestCoverage()
DDateFormatRegressionTest.java1529 SimpleDateFormat fmt0 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in TestT11363() local
1538 fmt0.format(cal.getTime()); in TestT11363()
1550 SimpleDateFormat fmt = (SimpleDateFormat)fmt0.clone(); in TestT11363()
DDateFormatTest.java4871 DateFormat fmt0 = DateFormat.getDateTimeInstance(dateStylesList[i], DateFormat.DEFAULT); in Test10632() local
4875 String s0 = fmt0.format(testDates[j]); in Test10632()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java118 RuleBasedNumberFormat fmt0 = new RuleBasedNumberFormat(RuleBasedNumberFormat.SPELLOUT); in TestCoverage() local
119 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); in TestCoverage()
121 if (!fmt0.equals(fmt0)) { in TestCoverage()
124 if (!fmt0.equals(fmt1)) { in TestCoverage()
127 if (!fmt0.equals(fmt2)) { in TestCoverage()
130 String str = fmt0.toString(); in TestCoverage()
135 if (fmt0.equals(fmt3)) { in TestCoverage()
DDateFormatRegressionTest.java1532 SimpleDateFormat fmt0 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in TestT11363() local
1541 fmt0.format(cal.getTime()); in TestT11363()
1553 SimpleDateFormat fmt = (SimpleDateFormat)fmt0.clone(); in TestT11363()
DDateFormatTest.java4874 DateFormat fmt0 = DateFormat.getDateTimeInstance(dateStylesList[i], DateFormat.DEFAULT); in Test10632() local
4878 String s0 = fmt0.format(testDates[j]); in Test10632()
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh191 …Encoding0 *fmt0 = c->allocate_size<Encoding0> (Encoding0::min_size + HBUINT8::static_size * enc_co… in serialize() local
192 if (unlikely (fmt0 == nullptr)) return_trace (false); in serialize()
193 fmt0->nCodes () = enc_count; in serialize()
199 fmt0->codes[glyph++] = code++; in serialize()
479 …Charset0 *fmt0 = c->allocate_size<Charset0> (Charset0::min_size + HBUINT16::static_size * (num_gly… in serialize() local
480 if (unlikely (fmt0 == nullptr)) return_trace (false); in serialize()
486 fmt0->sids[glyph++] = sid++; in serialize()
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp518 FBOSentry(const glw::Functions& gl, int width, int height, glw::GLenum fmt0);
519 FBOSentry(const glw::Functions& gl, int width, int height, glw::GLenum fmt0, glw::GLenum fmt1);
523 void init(int width, int height, glw::GLenum fmt0, glw::GLenum fmt1);
529 FBOSentry::FBOSentry(const glw::Functions& gl, int width, int height, glw::GLenum fmt0) : m_gl(gl) in FBOSentry() argument
531 init(width, height, fmt0, GL_NONE); in FBOSentry()
534 FBOSentry::FBOSentry(const glw::Functions& gl, int width, int height, glw::GLenum fmt0, glw::GLenum… in FBOSentry() argument
536 init(width, height, fmt0, fmt1); in FBOSentry()
545 void FBOSentry::init(int width, int height, glw::GLenum fmt0, glw::GLenum fmt1) in init() argument
552 m_gl.renderbufferStorage(GL_RENDERBUFFER, fmt0, width, height); in init()
/external/icu/icu4c/source/test/intltest/
Dincaltst.cpp1108 DateFormat *fmt0 = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull); in simpleTest() local
1124 …logln( "wanted " + escape(fmt0->format(expectDate,tmp.remove())) + " but got " + escape(fmt0->form… in simpleTest()
1130 delete fmt0; in simpleTest()