Lines Matching defs:script
72 // same language,same script,same region
218 // 16 is the offset of script
308 uint16_t LocaleMatcher::FindDefaultRegionEncode(const char *language, const char *script)
310 /* first try language and script */
311 uint64_t encodedLocale = LocaleUtil::EncodeLocale(language, script, nullptr);
320 /* if not found and script is not null,try language */
321 if (script != nullptr) {
439 bool LocaleMatcher::IsDefaultLocale(const char *language, const char *script, const char *region)
441 uint64_t encodedLocale = LocaleUtil::EncodeLocale(language, script, region);
507 // if request script is null, region must be same
523 // 16 is the offset of script
531 // 16 is the offset of script