HomeSort by relevance Sort by last modified time
    Searched refs:NepaliCustomizer (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
NepaliCustomizer.java 25 public class NepaliCustomizer extends DevanagariCustomizer {
26 public NepaliCustomizer(final Locale locale) { super(locale); }
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
NepaliRomanized.java 23 import com.android.inputmethod.keyboard.layout.customizer.NepaliCustomizer;
36 super(new NepaliCustomizer(locale), HindiSymbols.class, SymbolsShifted.class);
NepaliTraditional.java 23 import com.android.inputmethod.keyboard.layout.customizer.NepaliCustomizer;
42 private static class NepaliTraditionalCustomizer extends NepaliCustomizer {

Completed in 6408 milliseconds