HomeSort by relevance Sort by last modified time
    Searched full:languagecountry (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 58 String[] languageCountry = available.get(i).split("-");
59 Locale loc = new Locale(languageCountry[0], languageCountry[1]);
69 String[] languageCountry = unavailableLang.split("-");
70 Locale loc = new Locale(languageCountry[0], languageCountry[1]);
CheckVoiceData.java 67 HashMap<String, Boolean> languageCountry = new HashMap<String, Boolean>();
76 languageCountry.put(langCountryVars.get(i), true);
84 if ((languageCountry.size() < 1) ||
85 (languageCountry.containsKey(supportedLanguages[i]))){
97 if ((languageCountry.size() > 0) && !foundMatch){

Completed in 27 milliseconds