/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBManager.java | 173 group.setComment("NLS Items which were not initially assigned to a group"); in RBManager() 213 … o = descriptors.get("groupComment"); if (o != null) group.setComment((String) o); in RBManager() 216 o = descriptors.get("comment"); if (o != null) item.setComment((String) o); in RBManager() 285 group.setComment("NLS Items which were not initially assigned to a group"); in RBManager() 315 … o = descriptors.get("groupComment"); if (o != null) group.setComment((String) o); in RBManager() 318 … o = descriptors.get("comment"); if (o != null) item.setComment((String) o); in RBManager() 484 …dItem.getComment() == null || oldItem.getComment().equals(oldComment)) oldItem.setComment(comment); in editItem() 524 mainItem.setComment(comment); in createItem() 544 item.setComment(comment); in createItem() 573 bg.setComment(groupComment); in createGroup() [all …]
|
D | BundleGroup.java | 137 public void setComment(String comment) { in setComment() method in BundleGroup
|
D | BundleItem.java | 158 public void setComment(String comment) { in setComment() method in BundleItem
|
D | RBTMXImporter.java | 165 item.setComment(comment); in importDoc()
|
D | RBxliffImporter.java | 300 item.setComment(comment); in parseTranslationUnit()
|
D | Bundle.java | 225 bg.setComment(groupComment); in addBundleGroup()
|
/third_party/jsoncpp/include/json/ |
D | value.h | 566 void setComment(const char* comment, CommentPlacement placement) { in setComment() function 567 setComment(String(comment, strlen(comment)), placement); in setComment() 570 void setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function 571 setComment(String(comment, len), placement); in setComment() 574 void setComment(String comment, CommentPlacement placement);
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_xml.js | 46 this.setComment = function (...args) { method
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 873 void setComment(const char* comment, CommentPlacement placement); 875 void setComment(const char* comment, size_t len, CommentPlacement placement); 877 void setComment(const std::string& comment, CommentPlacement placement); 907 void setComment(const char* text, size_t len);
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 873 void setComment(const char* comment, CommentPlacement placement); 875 void setComment(const char* comment, size_t len, CommentPlacement placement); 877 void setComment(const std::string& comment, CommentPlacement placement); 907 void setComment(const char* text, size_t len);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 873 void setComment(const char* comment, CommentPlacement placement); 875 void setComment(const char* comment, size_t len, CommentPlacement placement); 877 void setComment(const std::string& comment, CommentPlacement placement); 907 void setComment(const char* text, size_t len);
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 923 void setComment(const char* comment, CommentPlacement placement); 925 void setComment(const char* comment, size_t len, CommentPlacement placement); 927 void setComment(const std::string& comment, CommentPlacement placement); 957 void setComment(const char* text, size_t len);
|
D | jsoncpp.cpp | 330 root.setComment(commentsBefore_, commentAfter); in parse() 360 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 581 lastValue_->setComment(normalized, placement); in addComment() 1260 root.setComment(commentsBefore_, commentAfter); in parse() 1285 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1540 lastValue_->setComment(normalized, placement); in addComment() 2608 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() function in Json::Value::CommentInfo 2841 comments_[comment].setComment( in Value() 3721 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function in Json::Value 3728 comments_[placement].setComment(comment, len); in setComment() [all …]
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | BundleGroupEditDialog.java | 69 group.setComment(commentField.getText().trim()); in editGroup()
|
D | RBSearchPanel.java | 171 item.setComment(replace(item.getComment(), search_term, replace_term)); in performReplace()
|
D | BundleItemDialog.java | 252 item.setComment(commentField.getText()); in actionPerformed()
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 133 root.setComment(commentsBefore_, commentAfter); in parse() 163 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 377 lastValue_->setComment(normalized, placement); in addComment() 1036 root.setComment(commentsBefore_, commentAfter); in parse() 1062 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1357 lastValue_->setComment(normalized, placement); in addComment()
|
D | json_value.cpp | 1408 void Value::setComment(String comment, CommentPlacement placement) { in setComment() function in Json::Value
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 315 root.setComment(commentsBefore_, commentAfter); in parse() 345 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 566 lastValue_->setComment(normalized, placement); in addComment() 1278 root.setComment(commentsBefore_, commentAfter); in parse() 1303 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1511 lastValue_->setComment(normalized, placement); in addComment() 2589 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() function in Json::Value::CommentInfo 2817 comments_[comment].setComment( in Value() 3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function in Json::Value 3695 comments_[placement].setComment(comment, len); in setComment() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 315 root.setComment(commentsBefore_, commentAfter); in parse() 345 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 566 lastValue_->setComment(normalized, placement); in addComment() 1278 root.setComment(commentsBefore_, commentAfter); in parse() 1303 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1511 lastValue_->setComment(normalized, placement); in addComment() 2589 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() function in Json::Value::CommentInfo 2817 comments_[comment].setComment( in Value() 3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function in Json::Value 3695 comments_[placement].setComment(comment, len); in setComment() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 315 root.setComment(commentsBefore_, commentAfter); in parse() 345 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 566 lastValue_->setComment(normalized, placement); in addComment() 1278 root.setComment(commentsBefore_, commentAfter); in parse() 1303 currentValue().setComment(commentsBefore_, commentBefore); in readValue() 1511 lastValue_->setComment(normalized, placement); in addComment() 2589 void Value::CommentInfo::setComment(const char* text, size_t len) { in setComment() function in Json::Value::CommentInfo 2817 comments_[comment].setComment( in Value() 3688 void Value::setComment(const char* comment, size_t len, CommentPlacement placement) { in setComment() function in Json::Value 3695 comments_[placement].setComment(comment, len); in setComment() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | gstapev2mux.cc | 190 apev2tag->setComment (String (comment, String::UTF8)); in add_one_tag()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 271 public void setComment(String value) { in setComment() method in DataDrivenNumberFormatTestData
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 274 public void setComment(String value) { in setComment() method in DataDrivenNumberFormatTestData
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 1855 val.setComment(Json::String("// this comment should appear before"), in JSONTEST_FIXTURE_LOCAL() 2319 root.setComment(Json::String("//commentBeforeValue"), Json::commentBefore); in JSONTEST_FIXTURE_LOCAL() 2326 root.setComment(Json::String("//commentAfterValueOnSameLine"), in JSONTEST_FIXTURE_LOCAL() 2334 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL() 2460 root.setComment(Json::String("//commentBeforeValue"), Json::commentBefore); in JSONTEST_FIXTURE_LOCAL() 2469 root.setComment(Json::String("//commentAfterValueOnSameLine"), in JSONTEST_FIXTURE_LOCAL() 2479 root.setComment(Json::String("//commentAfter"), Json::commentAfter); in JSONTEST_FIXTURE_LOCAL()
|