Home
last modified time | relevance | path

Searched refs:localeScript (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h161 const char *localeScript = locale.getScript(); in ValidateOtherTags() local
162 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()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h435 const char *localeScript = locale.getScript(); in ValidateOtherTags() local
437 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()