Searched refs:localeScript (Results 1 – 2 of 2) sorted by relevance
161 const char *localeScript = locale.getScript(); in ValidateOtherTags() local162 if (localeCountry[0] != '\0' && localeScript[0] != '\0') { in ValidateOtherTags()165 removeCountry.append(localeScript); in ValidateOtherTags()168 if (localeCountry[0] != '\0' || localeScript[0] != '\0') { in ValidateOtherTags()
435 const char *localeScript = locale.getScript(); in ValidateOtherTags() local437 if (localeCountry[0] != '\0' && localeScript[0] != '\0') { in ValidateOtherTags()440 removeCountry.append(localeScript); in ValidateOtherTags()443 if (localeCountry[0] != '\0' || localeScript[0] != '\0') { in ValidateOtherTags()