Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestKeyboard.java157 for (String keyboardId : Keyboard.getKeyboardIDs(keyboardPlatformId)) { in testVerifyKeyboardLoad()
/external/cldr/tools/java/org/unicode/cldr/tool/
DKeymanCheck.java124 for (String kid : Keyboard.getKeyboardIDs(kpid)) { in prettyprint()
DShowKeyboards.java132 for (String keyboardId : Keyboard.getKeyboardIDs(platformId)) { in showRepertoire()
214 for (String keyboardId : Keyboard.getKeyboardIDs(platformId)) { in showHtml()
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java125 public static Set<String> getKeyboardIDs(String platformId) { in getKeyboardIDs() method in Keyboard