Home
last modified time | relevance | path

Searched defs:textsTable (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsTable.java52 public static String getText(final String name, final String[] textsTable) { in getText()
4194 sLocaleToTextsTableMap.put(locale, textsTable); in sLocaleToTextsTableMap.put() argument
4195 sTextsTableToLocaleMap.put(textsTable, locale); in sTextsTableToLocaleMap.put() argument