OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 35 milliseconds