Home
last modified time | relevance | path

Searched refs:GERMAN (Results 1 – 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DStringUtilsTests.java35 private static final Locale GERMAN = Locale.GERMAN; field in StringUtilsTests
72 assert_toTitleCaseOfKeyLabel(GERMAN, in test_toTitleCaseOfKeyLabel()
260 StringUtils.capitalizeFirstCodePoint("ßaa", Locale.GERMAN)); in testCapitalizeFirstCodePoint()
262 StringUtils.capitalizeFirstCodePoint("aßa", Locale.GERMAN)); in testCapitalizeFirstCodePoint()
280 StringUtils.capitalizeFirstAndDowncaseRest("ßaa", Locale.GERMAN)); in testCapitalizeFirstAndDowncaseRest()
282 StringUtils.capitalizeFirstAndDowncaseRest("aßa", Locale.GERMAN)); in testCapitalizeFirstAndDowncaseRest()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuationsTests.java65 private SpacingAndPunctuations GERMAN; field in SpacingAndPunctuationsTests
90 GERMAN = getSpacingAndPunctuations(Locale.GERMAN); in setUp()
384 assertTrue(GERMAN.mCurrentLanguageHasSpaces); in testLanguageHasSpace()
400 assertFalse(GERMAN.mUsesAmericanTypography); in testUsesAmericanTypography()
408 assertTrue(GERMAN.mUsesGermanRules); in testUsesGermanRules()
471 testingStandardPunctuationSuggestions(GERMAN, in testPhonePunctuationSuggestions()
490 testingStandardPunctuationSuggestions(GERMAN, in testTabletPunctuationSuggestions()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLocaleSetTest.java29 assertEquals(Locale.GERMAN, LocaleSet.newForTest(Locale.GERMAN).getPrimaryLocale()); in testPrimaryLocale()
30 assertEquals(Locale.GERMAN, LocaleSet.newForTest(Locale.GERMAN, Locale.CANADA) in testPrimaryLocale()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputMethodSubtypeTests.java118 Locale.GERMAN.toString(), "qwertz")); in setUp()
129 Locale.GERMAN.toString(), "qwerty")); in setUp()
DContactsDictionaryUtilsTest.java62 assertFalse(ContactsDictionaryUtils.useFirstLastBigramsForLocale(Locale.GERMAN)); in testUseFirstLastBigramsForLocale()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java115 Locale.GERMAN.toString(), "qwertz"); in setUp()
125 Locale.GERMAN.toString(), "qwerty"); in setUp()
DCapsModeUtilsTests.java111 sp = job.runInLocale(res, Locale.GERMAN); in testGetCapsMode()
DRecapitalizeStatusTests.java131 status.start(30, 34, "grüß", Locale.GERMAN, SPACE); in testRotate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuations.java71 mUsesGermanRules = Locale.GERMAN.getLanguage().equals(locale.getLanguage()); in SpacingAndPunctuations()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java65 sLanguageToMaximumAutoCorrectionWithSpaceLength.put(Locale.GERMAN.getLanguage(), in Locale.GERMAN.getLanguage()