Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java273 String platformFromKeyboardId = Keyboard.getPlatformId(keyboardId); in showHtml() local
274 … String printId = platformId.equals(platformFromKeyboardId) ? keyboardId : keyboardId + "/und"; in showHtml()