Searched defs:getSpacingAndPunctuations (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
H A DSpacingAndPunctuationsTests.java76 ENGLISH = getSpacingAndPunctuations(Locale.ENGLISH);
77 FRENCH = getSpacingAndPunctuations(Locale.FRENCH);
78 GERMAN = getSpacingAndPunctuations(Locale.GERMAN);
79 THAI = getSpacingAndPunctuations(new Locale("th"));
80 ARMENIAN = getSpacingAndPunctuations(new Locale("hy"));
81 KHMER = getSpacingAndPunctuations(new Locale("km"));
82 LAO = getSpacingAndPunctuations(new Locale("lo"));
83 ARABIC = getSpacingAndPunctuations(new Locale("ar"));
84 PERSIAN = getSpacingAndPunctuations(new Locale("fa"));
85 HEBREW = getSpacingAndPunctuations(ne
98 private SpacingAndPunctuations getSpacingAndPunctuations(final Locale locale) { method in class:SpacingAndPunctuationsTests
[all...]

Completed in 80 milliseconds