Searched refs:lastLabel (Results 1 – 2 of 2) sorted by relevance
227 String lastLabel = null; in parseRB() local261 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 …]
1131 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);