/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | SelectFormatAPITest.java | 21 import ohos.global.icu.text.SelectFormat; 40 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() 50 SelectFormat selFmt1 = null; in TestEquals() 53 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 54 SelectFormat selFmt2 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 60 Object selFmt3 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 61 Object selFmt4 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 62 Object selFmt5 = new SelectFormat(SIMPLE_PATTERN2); in TestEquals() 76 SelectFormat selFmt = null; in TestApplyPatternToPattern() 80 selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestApplyPatternToPattern() [all …]
|
D | SelectFormatUnitTest.java | 18 import ohos.global.icu.text.SelectFormat; 48 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() 87 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() 146 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | SelectFormatAPITest.java | 20 import com.ibm.icu.text.SelectFormat; 37 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestConstructors() 47 SelectFormat selFmt1 = null; in TestEquals() 50 selFmt1 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 51 SelectFormat selFmt2 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 57 Object selFmt3 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 58 Object selFmt4 = new SelectFormat(SIMPLE_PATTERN1); in TestEquals() 59 Object selFmt5 = new SelectFormat(SIMPLE_PATTERN2); in TestEquals() 73 SelectFormat selFmt = null; in TestApplyPatternToPattern() 77 selFmt = new SelectFormat(SIMPLE_PATTERN1); in TestApplyPatternToPattern() [all …]
|
D | SelectFormatUnitTest.java | 17 import com.ibm.icu.text.SelectFormat; 45 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestPatternSyntax() 84 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestInvalidKeyword() 143 SelectFormat selFmt = new SelectFormat(SIMPLE_PATTERN); in TestApplyFormat()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | selfmt.cpp | 42 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 SelectFormat* SelectFormat::clone() const in clone() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | selfmt.cpp | 42 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 SelectFormat* SelectFormat::clone() const in clone() [all …]
|
D | msgfmt.cpp | 1090 dynamic_cast<const SelectFormat*>(formatter)) { in format() 1147 …int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success… in format()
|
/third_party/icu/icu4c/source/i18n/ |
D | selfmt.cpp | 42 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 SelectFormat* SelectFormat::clone() const in clone() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | selfmt.cpp | 42 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 …]
|
D | msgfmt.cpp | 1085 dynamic_cast<const SelectFormat*>(formatter)) { in format() 1142 …int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success… in format()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | selfmt.h | 188 class U_I18N_API SelectFormat : public Format { 199 SelectFormat(const UnicodeString& pattern, UErrorCode& status); 205 SelectFormat(const SelectFormat& other); 211 virtual ~SelectFormat(); 253 SelectFormat& operator=(const SelectFormat& other); 278 virtual SelectFormat* clone() const override; 351 SelectFormat(); // default constructor not implemented.
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | selfmt.h | 188 class U_I18N_API SelectFormat : public Format { 199 SelectFormat(const UnicodeString& pattern, UErrorCode& status); 205 SelectFormat(const SelectFormat& other); 211 virtual ~SelectFormat(); 253 SelectFormat& operator=(const SelectFormat& other); 278 virtual SelectFormat* clone() const; 351 SelectFormat(); // default constructor not implemented.
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | selfmt.h | 188 class U_I18N_API SelectFormat : public Format { 199 SelectFormat(const UnicodeString& pattern, UErrorCode& status); 205 SelectFormat(const SelectFormat& other); 211 virtual ~SelectFormat(); 253 SelectFormat& operator=(const SelectFormat& other); 278 virtual SelectFormat* clone() const; 351 SelectFormat(); // default constructor not implemented.
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | selfmt.h | 185 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.
|
/third_party/icu/icu4c/source/test/intltest/ |
D | selfmts.cpp | 102 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 137 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 190 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 212 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest() 220 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest() 228 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest() 229 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest() 254 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest() 273 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest() 280 if(selFmt1->getDynamicClassID() !=SelectFormat::getStaticClassID()) { in selectFormatAPITest()
|
D | uobjtest.cpp | 367 …TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"… in testIDs()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SelectFormat.java | 152 public class SelectFormat extends Format{ class 171 public SelectFormat(String pattern) { in SelectFormat() method in SelectFormat 353 SelectFormat sf = (SelectFormat) obj; in equals()
|
D | MessageFormat.java | 1713 formatter instanceof SelectFormat) { in format() 1780 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SelectFormat.java | 151 public class SelectFormat extends Format{ class 169 public SelectFormat(String pattern) { in SelectFormat() method in SelectFormat 345 SelectFormat sf = (SelectFormat) obj; in equals()
|
D | MessageFormat.java | 1669 formatter instanceof SelectFormat) { in format() 1736 int subMsgStart=SelectFormat.findSubMessage(msgPattern, i, arg.toString()); in format()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | FormatHandler.java | 41 import ohos.global.icu.text.SelectFormat; 2266 SelectFormat[] selfmts = {new SelectFormat("keyword{phrase} other{otherPhrase}")}; in getTestObjects() 2273 SelectFormat sfa = (SelectFormat) a; in hasSameBehavior() 2274 SelectFormat sfb = (SelectFormat) b; in hasSameBehavior()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 41 import com.ibm.icu.text.SelectFormat; 2279 SelectFormat[] selfmts = {new SelectFormat("keyword{phrase} other{otherPhrase}")}; in getTestObjects() 2286 SelectFormat sfa = (SelectFormat) a; in hasSameBehavior() 2287 SelectFormat sfb = (SelectFormat) b; in hasSameBehavior()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | kernel_build_client.cc | 171 std::string AscendKernelBuildClient::SelectFormat(const std::string &json) { in SelectFormat() function in mindspore::kernel::AscendKernelBuildClient
|
D | kernel_build_client.h | 238 std::string SelectFormat(const std::string &json);
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/ |
D | tbe_kernel_select.cc | 455 res_json_str = AscendKernelBuildClient::Instance().SelectFormat(kernel_json.dump()); in OpSelectFormat()
|