Home
last modified time | relevance | path

Searched refs:localeCountry (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
H A Dlocale_helper.h160 const char *localeCountry = locale.getCountry(); in ValidateOtherTags() local
162 if (localeCountry[0] != '\0' && localeScript[0] != '\0') { in ValidateOtherTags()
168 if (localeCountry[0] != '\0' || localeScript[0] != '\0') { in ValidateOtherTags()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.h445 const char *localeCountry = locale.getCountry(); in ValidateOtherTags() local
448 if (localeCountry[0] != '\0' && localeScript[0] != '\0') { in ValidateOtherTags()
454 if (localeCountry[0] != '\0' || localeScript[0] != '\0') { in ValidateOtherTags()

Completed in 3 milliseconds