Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DCompareIcuOutput.java227 String lastLabel = null; in parseRB() local
261 lastLabel = lastLabel == null ? tokenText.toString() : lastLabel + " " + tokenText; in parseRB()
264 if (lastLabel == null) { in parseRB()
265 lastLabel = tokenText.toString(); in parseRB()
268 lastLabel += tokenText; in parseRB()
281 lastLabel = "<" + currentIndex + ">"; in parseRB()
283 … } else if (lastLabel.contains(":") && !lastLabel.contains(":int") && !lastLabel.contains(":alias") in parseRB()
285 lastLabel = '"' + lastLabel + '"'; in parseRB()
287 path += "/" + lastLabel; in parseRB()
289 lastLabel = null; in parseRB()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DStandardCodes.java1131 LstrField lastLabel = null;
1167 currentData.put(lastLabel, lastRest + " " + line.trim());
1212 lastLabel = label;
1224 String oldValue = (String) CldrUtility.get(currentData, lastLabel);
1228 currentData.put(lastLabel, lastRest);