Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DJsonConverter.java161 Map<String, String> lastAttributes = out.getAttributes(-2); in rewrite() local
162 lastAttributes.put("_q", "_q"); in rewrite()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java3016 Map<String, String> lastAttributes = parts.getAttributes(parts.size() - 1);
3026 if (!contains(lastOtherAttributes, lastAttributes)) continue;
3055 Map<String, String> lastAttributes = parts.getAttributes(parts.size() - 1);
3063 if (!contains(lastOtherAttributes, lastAttributes)) {