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.java1439 private PathInfo lastPathInfo; field in GenerateXMB.MyContentHandler
1470 if (lastPathInfo == null) { in endElement()
1478 String fixedCount = lastPathInfo.path.replace("other", pluralTag); in endElement()
1487 myData.put(lastPathInfo.path, chars); in endElement()
1529 lastPathInfo = info.getPathInfo(lastId); in startElement()
1533 String original = lastPathInfo.getPlaceholderReplacementsToOriginal().get(name); in startElement()
1548 + lastPathInfo.getPlaceholderReplacementsToOriginal()); in startElement()