Home | History | Annotate | Download | only in encodings

Lines Matching refs:enc

75 const Language* LanguagesForEncoding(Encoding enc);
83 // The function returns true if the input enc is valid. Otherwise,
91 bool DefaultLanguageForEncoding(Encoding enc, Language* language);
101 // If either lang or enc is invalid return false.
108 // If enc is unicode or utf8, return true.
109 // Otherwise check if lang is supported by enc and enc supported by
112 bool IsLangEncCompatible(Language lang, Encoding enc);
128 Language DominantLanguageFromEncoding(Encoding enc);
140 const char* LanguageCode(Language lang, Encoding enc);
170 bool IsEncodingWithSupportedLanguage(Encoding enc);
207 // 3166-1993 (E). It sets *enc to the encoding that is
211 // country_code. Otherwise, it returns false, and *enc is set to
214 bool EncFromCountryCode(const char* country_code, Encoding* enc);