Home
last modified time | relevance | path

Searched refs:getCreator (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java131 if ((item.getCreator() != null && item.getCreator().length() > 1) in addTransUnit()
136 if (item.getCreator() != null && item.getCreator().length() > 1) { in addTransUnit()
139 creator_prop.appendChild(xml.createTextNode(item.getCreator())); in addTransUnit()
143 if (item.getCreator() != null && item.getCreator().length() > 1) { in addTransUnit()
DRBICUExporter.java113 resOut.print(" @creator " + item.getCreator()); in export()
DBundleItem.java83 public String getCreator() { in getCreator() method in BundleItem
DRBTMXExporter.java101 tuv.setAttribute("creationid",item.getCreator());
DRBManager.java680 item.setCreator(mainItem.getCreator()); in createResource()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DBundleItemDialog.java108 String created[] = {df.format(item.getCreatedDate()), item.getCreator()}; in initComponents()
112 …createdLabel2 = new JLabel(item.getCreator() == null ? df.format(item.getCreatedDate()) : createdS… in initComponents()