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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
H A DSpacingAndPunctuationsTests.java47 private SpacingAndPunctuations FRENCH; field in class:SpacingAndPunctuationsTests
74 FRENCH = getSpacingAndPunctuations(Locale.FRENCH);
145 testingStandardWordSeparator(FRENCH);
197 testingStandardWordConnector(FRENCH);
250 testingCommonPrecededBySpace(FRENCH);
251 assertTrue("Exclamation", FRENCH.isUsuallyPrecededBySpace('!'));
252 assertTrue("Colon", FRENCH.isUsuallyPrecededBySpace(':'));
253 assertTrue("Semicolon", FRENCH.isUsuallyPrecededBySpace(';'));
254 assertTrue("Question", FRENCH
[all...]

Completed in 64 milliseconds