Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnlocode.java645 …static final Transform<String, String> REMOVE_ACCENTS = Transliterator.getInstance("nfd;[:mn:]remo… field in Unlocode
660 String cityName2 = REMOVE_ACCENTS.transform(cityName); in add()