Home
last modified time | relevance | path

Searched refs:ARABIC (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuationsTests.java70 private SpacingAndPunctuations ARABIC; field in SpacingAndPunctuationsTests
95 ARABIC = getSpacingAndPunctuations(new Locale("ar")); in setUp()
473 testingStandardPunctuationSuggestions(ARABIC, in testPhonePunctuationSuggestions()
492 testingStandardPunctuationSuggestions(ARABIC, in testTabletPunctuationSuggestions()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java476 final InputMethodSubtype ARABIC = mRichImm in testIsRtlLanguage() local
478 assertNotNull("Arabic", ARABIC); in testIsRtlLanguage()
490 if (rawSubtype.equals(ARABIC) || rawSubtype.equals(FARSI) in testIsRtlLanguage()