Home
last modified time | relevance | path

Searched refs:SelectFormat (Results 1 – 25 of 29) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DSelectFormatAPITest.java18 import com.ibm.icu.text.SelectFormat;
34 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors()
44 SelectFormat selFmt1 = null; in TestEquals()
47 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
48 SelectFormat selFmt2 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
54 Object selFmt3 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
55 Object selFmt4 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
56 Object selFmt5 = new SelectFormat(SIMPLE_PATTERN2); in TestEquals()
70 SelectFormat selFmt = null; in TestApplyPatternToPattern()
74 selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestApplyPatternToPattern()
[all …]
DSelectFormatUnitTest.java15 import com.ibm.icu.text.SelectFormat;
42 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax()
81 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword()
140 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DSelectFormatAPITest.java19 import android.icu.text.SelectFormat;
35 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors()
45 SelectFormat selFmt1 = null; in TestEquals()
48 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
49 SelectFormat selFmt2 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
55 Object selFmt3 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
56 Object selFmt4 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals()
57 Object selFmt5 = new SelectFormat(SIMPLE_PATTERN2); in TestEquals()
71 SelectFormat selFmt = null; in TestApplyPatternToPattern()
75 selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestApplyPatternToPattern()
[all …]
DSelectFormatUnitTest.java16 import android.icu.text.SelectFormat;
43 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax()
82 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword()
141 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat()
/external/icu/icu4c/source/i18n/
Dselfmt.cpp42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat)
46 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() function in SelectFormat
51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), in SelectFormat() function in SelectFormat
55 SelectFormat::~SelectFormat() { in ~SelectFormat()
59 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { in applyPattern()
71 SelectFormat::format(const Formattable& obj, in format()
88 SelectFormat::format(const UnicodeString& keyword, in format()
117 SelectFormat::toPattern(UnicodeString& appendTo) { in toPattern()
127 int32_t SelectFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, in findSubMessage()
154 Format* SelectFormat::clone() const in clone()
[all …]
Dmsgfmt.cpp1084 dynamic_cast<const SelectFormat*>(formatter)) { in format()
1141 …int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success… in format()
/external/icu/icu4c/source/i18n/unicode/
Dselfmt.h185 class U_I18N_API SelectFormat : public Format {
196 SelectFormat(const UnicodeString& pattern, UErrorCode& status);
202 SelectFormat(const SelectFormat& other);
208 virtual ~SelectFormat();
250 SelectFormat& operator=(const SelectFormat& other);
348 SelectFormat(); // default constructor not implemented.
/external/icu/icu4c/source/test/intltest/
Dselfmts.cpp97 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
132 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
185 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
207 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest()
215 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest()
223 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest()
224 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest()
233 selFmt[1] = (SelectFormat*)selFmt[0]->clone(); in selectFormatAPITest()
249 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest()
268 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest()
[all …]
Duobjtest.cpp366 …TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"… in testIDs()
/external/messageformat/java/com/ibm/icu/text/
DSelectFormat.java151 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/java/android/icu/text/
DSelectFormat.java151 public class SelectFormat extends Format{ class
169 public SelectFormat(String pattern) { in SelectFormat() method in SelectFormat
345 SelectFormat sf = (SelectFormat) obj; in equals()
DMessageFormat.java1640 formatter instanceof SelectFormat) { in format()
1707 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSelectFormat.java152 public class SelectFormat extends Format{ class
171 public SelectFormat(String pattern) { in SelectFormat() method in SelectFormat
353 SelectFormat sf = (SelectFormat) obj; in equals()
DMessageFormat.java1684 formatter instanceof SelectFormat) { in format()
1751 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java38 import com.ibm.icu.text.SelectFormat;
2180 SelectFormat[] selfmts = {new SelectFormat("keyword{phrase} other{otherPhrase}")}; in getTestObjects()
2187 SelectFormat sfa = (SelectFormat) a; in hasSameBehavior()
2188 SelectFormat sfb = (SelectFormat) b; in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java39 import android.icu.text.SelectFormat;
2181 SelectFormat[] selfmts = {new SelectFormat("keyword{phrase} other{otherPhrase}")}; in getTestObjects()
2188 SelectFormat sfa = (SelectFormat) a; in hasSameBehavior()
2189 SelectFormat sfb = (SelectFormat) b; in hasSameBehavior()
/external/messageformat/
Dimport.sh12 cp ${TOP}/main/classes/core/src/com/ibm/icu/text/SelectFormat.java java/com/ibm/icu/text
/external/messageformat/java/com/ibm/icu/simple/
DMessageFormat.java43 import com.ibm.icu.text.SelectFormat;
1656 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz
Dicu4j50.api3.gz
Dicu4j57.api3.gz
Dicu4j55.api3.gz

12