Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java1444 private PathInfo lastPathInfo; field in GenerateXMB.MyContentHandler
1475 if (lastPathInfo == null) { in endElement()
1483 String fixedCount = lastPathInfo.path.replace("other", pluralTag); in endElement()
1492 myData.put(lastPathInfo.path, chars); in endElement()
1534 lastPathInfo = info.getPathInfo(lastId); in startElement()
1538 String original = lastPathInfo.getPlaceholderReplacementsToOriginal().get(name); in startElement()
1553 + lastPathInfo.getPlaceholderReplacementsToOriginal()); in startElement()