Searched refs:localeScript (Results 1 – 2 of 2) sorted by relevance
159 const char *localeScript = locale.getScript(); in ValidateOtherTags() local160 if (localeCountry[0] != '\0' && localeScript[0] != '\0') { in ValidateOtherTags()163 removeCountry.append(localeScript); in ValidateOtherTags()166 if (localeCountry[0] != '\0' || localeScript[0] != '\0') { in ValidateOtherTags()
434 const char *localeScript = locale.getScript(); in ValidateOtherTags() local435 if (localeCountry[0] != '\0' && localeScript[0] != '\0') { in ValidateOtherTags()438 removeCountry.append(localeScript); in ValidateOtherTags()441 if (localeCountry[0] != '\0' || localeScript[0] != '\0') { in ValidateOtherTags()