Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatAPITest.java33 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() local
67 SelectFormat selFmt = null; in TestApplyPatternToPattern() local
90 SelectFormat selFmt = null; in TestToString() local
104 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
117 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestToPattern() local
157 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestParseObject() local
DSelectFormatUnitTest.java41 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() local
79 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() local
137 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DSelectFormatAPITest.java37 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() local
71 SelectFormat selFmt = null; in TestApplyPatternToPattern() local
94 SelectFormat selFmt = null; in TestToString() local
108 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestHashCode() local
121 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestToPattern() local
161 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestParseObject() local
DSelectFormatUnitTest.java45 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() local
83 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() local
141 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat() local
/external/icu/icu4c/source/test/intltest/
Dselfmts.cpp95 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() local
205 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest() local