Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleMatcher.java493 List<String> tempList = new ArrayList<>(); in parse() local
524 if (!tempList.contains(r)) { in parse()
535 tempList.add(r); in parse()
543 && !tempList.contains(equivalent)) { in parse()
546 tempList.add(equivalent); in parse()
553 if (!tempList.contains(equiv)) { in parse()
556 tempList.add(equiv); in parse()
562 && !tempList.contains(equivalent)) { in parse()
565 tempList.add(equivalent); in parse()