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

  /external/chromium_org/third_party/cld/languages/internal/
languages.cc 20 const char * language_code_other_; // some nonstandard code for the language member in struct:LanguageInfo
242 } else if (info.language_code_other_) {
243 return info.language_code_other_;
287 (info.language_code_other_ &&
288 !base::strcasecmp(lang_code, info.language_code_other_))) {

Completed in 42 milliseconds