Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestKeyboard.java156 for (String keyboardPlatformId : Keyboard.getPlatformIDs()) { in testVerifyKeyboardLoad()
/external/cldr/tools/java/org/unicode/cldr/tool/
DKeymanCheck.java123 for (String kpid : Keyboard.getPlatformIDs()) { in prettyprint()
DShowKeyboards.java129 for (String platformId : Keyboard.getPlatformIDs()) { in showRepertoire()
211 for (String platformId : Keyboard.getPlatformIDs()) { in showHtml()
477 for (String platform : Keyboard.getPlatformIDs()) { in showLocaleToCharacters()
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java115 public static Set<String> getPlatformIDs() { in getPlatformIDs() method in Keyboard