Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStringUtils.java494 private static final String LANGUAGE_GREEK = "el"; field in StringUtils
499 if (LANGUAGE_GREEK.equals(locale.getLanguage())) { in getLocaleUsedForToTitleCase()