Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffImporter.java155 String sourceLocale = ((Element)fileNode).getAttribute("source-language"); in importDoc() local
157 if (!sourceLocale.equals("")) { in importDoc()
158 language = sourceLocale; in importDoc()