Searched refs:getCode (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpec.java37 KeySpecParser.getCode(moreKeySpec, codesSet), needsToUpperCase, locale);
H A DKeyboardCodesSet.java35 public int getCode(final String name) { method in class:KeyboardCodesSet
H A DKeySpecParser.java153 // See {@link #getCode(Resources, String)}.
165 // Code is automatically generated for one letter label. See {@link getCode()}.
169 static int getCode(final String moreKeySpec, final KeyboardCodesSet codesSet) { method in class:KeySpecParser
198 return codesSet.getCode(text.substring(PREFIX_CODE.length()));

Completed in 50 milliseconds