HomeSort by relevance Sort by last modified time
    Searched refs:LanguagePair (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.cc 60 typedef std::pair<std::string, string16> LanguagePair;
61 typedef std::map<string16, LanguagePair> LanguageMap;
88 const LanguagePair& pair = language_map[display_names[i]];
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.cc 69 typedef std::pair<std::string, string16> LanguagePair;
70 typedef std::map<string16, LanguagePair> LanguageMap;
99 const LanguagePair& pair = language_map[display_name];
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 214 // LanguagePair counter indexes to check for each entry above
326 private static class LanguagePair {
333 LanguagePair(int langTable, int langShiftTable) {
356 LanguagePair[] mCounters;
361 mCounters = new LanguagePair[12];
364 mCounters[i] = new LanguagePair(i/4, i%4);
390 LanguagePair pair = mCounters[i];
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 147 typedef std::pair<std::string, string16> LanguagePair;
148 typedef std::map<string16, LanguagePair> LanguageMap;
173 const LanguagePair& pair = language_map[display_names[i]];
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 209 typedef std::pair<std::string, string16> LanguagePair;
210 typedef std::map<string16, LanguagePair> LanguageMap;
273 const LanguagePair& pair = language_map[display_names[i]];

Completed in 241 milliseconds