Searched refs:codeWithStars (Results 1 – 1 of 1) sorted by relevance
80 private String getName(String codeWithStars, boolean user) { in getName() argument81 if (!codeWithStars.contains("*") && !codeWithStars.contains("$")) { in getName()82 return ENGLISH.getName(codeWithStars, true, CLDRFile.SHORT_ALTS); in getName()84 String[] parts = codeWithStars.split("_"); in getName()