Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java2261 public static String formatAlt(String altType, String proposedType) { in formatAlt() argument
2263 if (((altType == null) || (altType.length() == 0)) && in formatAlt()
2269 return altType; // no proposed type: 'alternate' in formatAlt()
2274 if ((altType == null) || (altType.length() == 0)) { in formatAlt()
2277 return altType + "-" + proposedType; // 'alternate-proposed' in formatAlt()