Home
last modified time | relevance | path

Searched defs:selFmt (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatAPITest.java37 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() local
73 SelectFormat selFmt = null; in TestApplyPatternToPattern() local
97 SelectFormat selFmt = null; in TestToString() local
112 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
126 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestToPattern() local
168 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestParseObject() local
DSelectFormatUnitTest.java45 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() local
84 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() local
143 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DSelectFormatAPITest.java40 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() local
76 SelectFormat selFmt = null; in TestApplyPatternToPattern() local
100 SelectFormat selFmt = null; in TestToString() local
115 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
129 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestToPattern() local
171 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestParseObject() local
DSelectFormatUnitTest.java48 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() local
87 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() local
146 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat() local
/third_party/icu/icu4c/source/test/intltest/
Dselfmts.cpp102 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() local
212 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest() local