Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java144 Element created_prop = xml.createElement("prop"); in addTransUnit() local
145 created_prop.setAttribute("prop-type","created"); in addTransUnit()
146 created_prop.appendChild(xml.createTextNode(convertToISO(item.getCreatedDate()))); in addTransUnit()
147 transUnit_prop_group_elem.appendChild(created_prop); in addTransUnit()