/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | SelectFormatAPITest.java | 15 import android.icu.text.SelectFormat; 37 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() 46 SelectFormat selFmt1 = null; in TestEquals() 49 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 50 SelectFormat selFmt2 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 56 Object selFmt3 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 57 Object selFmt4 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 58 Object selFmt5 = new SelectFormat(SIMPLE_PATTERN2); in TestEquals() 71 SelectFormat selFmt = null; in TestApplyPatternToPattern() 75 selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestApplyPatternToPattern() [all …]
|
D | SelectFormatUnitTest.java | 12 import android.icu.text.SelectFormat; 45 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() 83 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() 141 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat()
|
D | TestAll.java | 129 public static class SelectFormat extends TestGroup { class in TestAll 130 public SelectFormat() { in SelectFormat() method in TestAll.SelectFormat
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | SelectFormatAPITest.java | 14 import com.ibm.icu.text.SelectFormat; 33 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() 42 SelectFormat selFmt1 = null; in TestEquals() 45 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 46 SelectFormat selFmt2 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 52 Object selFmt3 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 53 Object selFmt4 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 54 Object selFmt5 = new SelectFormat(SIMPLE_PATTERN2); in TestEquals() 67 SelectFormat selFmt = null; in TestApplyPatternToPattern() 71 selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestApplyPatternToPattern() [all …]
|
D | SelectFormatUnitTest.java | 11 import com.ibm.icu.text.SelectFormat; 41 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() 79 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() 137 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat()
|
D | TestAll.java | 118 public static class SelectFormat extends TestGroup { class in TestAll 119 public SelectFormat() { in SelectFormat() method in TestAll.SelectFormat
|
/external/icu/icu4c/source/i18n/ |
D | selfmt.cpp | 40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat) 44 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() function in SelectFormat 49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), in SelectFormat() function in SelectFormat 53 SelectFormat::~SelectFormat() { in ~SelectFormat() 57 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { in applyPattern() 69 SelectFormat::format(const Formattable& obj, in format() 86 SelectFormat::format(const UnicodeString& keyword, in format() 115 SelectFormat::toPattern(UnicodeString& appendTo) { in toPattern() 125 int32_t SelectFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, in findSubMessage() 152 Format* SelectFormat::clone() const in clone() [all …]
|
D | msgfmt.cpp | 1082 dynamic_cast<const SelectFormat*>(formatter)) { in format() 1139 …int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success… in format()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | selfmt.h | 183 class U_I18N_API SelectFormat : public Format { 194 SelectFormat(const UnicodeString& pattern, UErrorCode& status); 200 SelectFormat(const SelectFormat& other); 206 virtual ~SelectFormat(); 248 SelectFormat& operator=(const SelectFormat& other); 346 SelectFormat(); // default constructor not implemented.
|
/external/icu/icu4c/source/test/intltest/ |
D | selfmts.cpp | 95 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 130 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 183 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 205 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest() 213 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest() 221 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest() 222 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest() 231 selFmt[1] = (SelectFormat*)selFmt[0]->clone(); in selectFormatAPITest() 247 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest() 266 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest() [all …]
|
D | uobjtest.cpp | 364 …TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"… in testIDs()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SelectFormat.java | 149 public class SelectFormat extends Format{ class 167 public SelectFormat(String pattern) { in SelectFormat() method in SelectFormat 343 SelectFormat sf = (SelectFormat) obj; in equals()
|
D | MessageFormat.java | 1634 formatter instanceof SelectFormat) { in format() 1701 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SelectFormat.java | 150 public class SelectFormat extends Format{ class 169 public SelectFormat(String pattern) { in SelectFormat() method in SelectFormat 351 SelectFormat sf = (SelectFormat) obj; in equals()
|
D | MessageFormat.java | 1678 formatter instanceof SelectFormat) { in format() 1745 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
|
/external/messageformat/java/com/ibm/icu/text/ |
D | SelectFormat.java | 151 public class SelectFormat extends Format{ class 170 public SelectFormat(String pattern) { in SelectFormat() method in SelectFormat 352 SelectFormat sf = (SelectFormat) obj; in equals()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | FormatTests.java | 37 import android.icu.text.SelectFormat; 2123 SelectFormat[] selfmts = {new SelectFormat("keyword{phrase} other{otherPhrase}")}; in getTestObjects() 2129 SelectFormat sfa = (SelectFormat) a; in hasSameBehavior() 2130 SelectFormat sfb = (SelectFormat) b; in hasSameBehavior()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatTests.java | 36 import com.ibm.icu.text.SelectFormat; 2122 SelectFormat[] selfmts = {new SelectFormat("keyword{phrase} other{otherPhrase}")}; in getTestObjects() 2128 SelectFormat sfa = (SelectFormat) a; in hasSameBehavior() 2129 SelectFormat sfb = (SelectFormat) b; in hasSameBehavior()
|
/external/messageformat/ |
D | import.sh | 12 cp ${TOP}/main/classes/core/src/com/ibm/icu/text/SelectFormat.java java/com/ibm/icu/text
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | MessageFormat.java | 43 import com.ibm.icu.text.SelectFormat; 1656 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
|
/external/icu/icu4j/tools/build/ |
D | icu4j48.api3.gz |
|
D | icu4j49.api3.gz | 12;ICU4J 49.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j52.api3.gz |
|
D | icu4j51.api3.gz | 12;ICU4J 51.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j50.api3.gz | 12;ICU4J 50.1;;
2ST@3.6;PB;NS;NF;NS; ... |