Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java317 String modsString = mods.getShortInput(); in showHtml() local
318 if (modsString.isEmpty()) { in showHtml()
319 modsString = "\u00A0"; in showHtml()
320 } else if (modsString.length() > 20) { in showHtml()
321 modsString = modsString.substring(0, 20) + "…"; in showHtml()
324 + TransliteratorUtilities.toHTML.transform(modsString) + in showHtml()