Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatAPITest.java42 SelectFormat selFmt1 = null; in TestEquals() local
45 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
49 , selFmt1.equals(selFmt2) ); in TestEquals()
58 , selFmt1.equals(selFmt3) ); in TestEquals()
105 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
108 , selFmt.hashCode(), selFmt1.hashCode() ); in TestHashCode()
127 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestFormat() local
131 , selFmt1.format("feminine") ); in TestFormat()
138 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString()); in TestFormat()
144 selFmt1.format(Integer.valueOf(0), buf, new FieldPosition(0)); in TestFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DSelectFormatAPITest.java46 SelectFormat selFmt1 = null; in TestEquals() local
49 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
53 , selFmt1.equals(selFmt2) ); in TestEquals()
62 , selFmt1.equals(selFmt3) ); in TestEquals()
109 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
112 , selFmt.hashCode(), selFmt1.hashCode() ); in TestHashCode()
131 SelectFormat selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestFormat() local
135 , selFmt1.format("feminine") ); in TestFormat()
142 , (selFmt1.format("other", strBuf, new FieldPosition(0))).toString()); in TestFormat()
148 selFmt1.format(Integer.valueOf(0), buf, new FieldPosition(0)); in TestFormat()
/external/icu/icu4c/source/test/intltest/
Dselfmts.cpp266 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest() local
273 if(selFmt1->getDynamicClassID() !=SelectFormat::getStaticClassID()) { in selectFormatAPITest()
281 selFmt1->applyPattern( pattern, status1); in selectFormatAPITest()
286 selFmt1->toPattern( checkPattern); in selectFormatAPITest()
299 selFmt1->format( keyWord, result , ignore , status1); in selectFormatAPITest()
314 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
325 delete selFmt1; in selectFormatAPITest()