Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h159 const char *localeScript = locale.getScript(); in ValidateOtherTags() local
160 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()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h434 const char *localeScript = locale.getScript(); in ValidateOtherTags() local
435 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()