Home
last modified time | relevance | path

Searched refs:selFmt1 (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatAPITest.java47 SelectFormat selFmt1 = null; in TestEquals() local
50 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
54 , selFmt1.equals(selFmt2) ); in TestEquals()
63 , selFmt1.equals(selFmt3) ); in TestEquals()
113 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
116 , selFmt.hashCode(), selFmt1.hashCode() ); in TestHashCode()
137 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestFormat() local
141 , selFmt1.format("feminine") ); in TestFormat()
148 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString()); in TestFormat()
154 selFmt1.format(Integer.valueOf(0), buf, new FieldPosition(0)); in TestFormat()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DSelectFormatAPITest.java50 SelectFormat selFmt1 = null; in TestEquals() local
53 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
57 , selFmt1.equals(selFmt2) ); in TestEquals()
66 , selFmt1.equals(selFmt3) ); in TestEquals()
116 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
119 , selFmt.hashCode(), selFmt1.hashCode() ); in TestHashCode()
140 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestFormat() local
144 , selFmt1.format("feminine") ); in TestFormat()
151 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString()); in TestFormat()
157 selFmt1.format(Integer.valueOf(0), buf, new FieldPosition(0)); in TestFormat()
/third_party/icu/icu4c/source/test/intltest/
Dselfmts.cpp273 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest() local
280 if(selFmt1->getDynamicClassID() !=SelectFormat::getStaticClassID()) { in selectFormatAPITest()
288 selFmt1->applyPattern( pattern, status1); in selectFormatAPITest()
293 selFmt1->toPattern( checkPattern); in selectFormatAPITest()
306 selFmt1->format( keyWord, result , ignore , status1); in selectFormatAPITest()
321 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
332 delete selFmt1; in selectFormatAPITest()