Home
last modified time | relevance | path

Searched refs:getComment (Results 1 – 22 of 22) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java120 …abelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents()
194 … jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents()
352 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents()
357 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents()
368 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents()
504 retStr = (item.getComment() == null ? "" : item.getComment()); in getValueAt()
DRBSearchPanel.java107 if (item.getComment().indexOf(term) >= 0) { in performSearch()
133 if (item.getComment().toUpperCase().indexOf(term.toUpperCase()) >= 0) { in performSearch()
171 item.setComment(replace(item.getComment(), search_term, replace_term)); in performReplace()
DBundleGroupEditDialog.java91 commentField.setText(group.getComment()); in initComponents()
DBundleItemCreationDialog.java193 if (item.getComment() != null) commentField.setText(item.getComment()); in initComponents()
DRBProjectItemPanel.java133 String comment = item.getComment(); in updateComponents()
DBundleItemDialog.java107 commentField = new JTextField(item.getComment()); in initComponents()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java124 if (item.getComment() != null && item.getComment().length() > 1) { in addTransUnit()
127 comment_prop.appendChild(xml.createTextNode(item.getComment())); in addTransUnit()
331 if (curr_group.getComment() != null && curr_group.getComment().length() > 1) { in exportFile()
334 comment_prop.appendChild(xml.createTextNode(curr_group.getComment())); in exportFile()
DRBICUExporter.java90 String groupComment = group.getComment(); in export()
115 String itemComment = item.getComment(); in export()
DRBTMXExporter.java104 item.getComment();
108 comment_prop.appendChild(xml.createTextNode(item.getComment()));
DRBManager.java470 String oldComment = item.getComment(); in editItem()
484 …if (oldItem.getComment() == null || oldItem.getComment().equals(oldComment)) oldItem.setComment(co… in editItem()
674 bg.setComment(mainGroup.getComment()); in createResource()
679 item.setComment(mainItem.getComment()); in createResource()
DBundleGroup.java122 public String getComment() { in getComment() method in BundleGroup
DBundleItem.java115 public String getComment() { in getComment() method in BundleItem
DRBJavaExporter.java98 …t{\"" + item.getKey() + "\", \"" + item.getTranslation() + "\"},\t// " + item.getComment() + "\n"); in export()
/third_party/typescript/scripts/
Dperf-result-post.mjs60 const comment = await gh.issues.getComment({
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3710 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value
4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4999 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp3743 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value
4540 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4556 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4560 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4756 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4771 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4775 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
5044 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
5060 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5064 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
Djson.h930 std::string getComment(CommentPlacement placement) const;
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3710 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value
4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4999 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3710 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value
4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue()
4999 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine()
5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h880 std::string getComment(CommentPlacement placement) const;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h880 std::string getComment(CommentPlacement placement) const;
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h880 std::string getComment(CommentPlacement placement) const;