Home
last modified time | relevance | path

Searched refs:getCreatedDate (Results 1 – 5 of 5) sorted by relevance

/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()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBICUExporter.java111 resOut.print(" @created " + item.getCreatedDate()); in export()
DBundleItem.java75 public Date getCreatedDate() { in getCreatedDate() method in BundleItem
DRBTMXExporter.java100 tuv.setAttribute("creationdate",convertToISO(item.getCreatedDate()));
DRBxliffExporter.java146 created_prop.appendChild(xml.createTextNode(convertToISO(item.getCreatedDate()))); in addTransUnit()