Searched refs:IsAlpha (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/intl/ |
H A D | locale_helper.h | 68 return IsAlpha(value, INTL_INDEX_TWO, INTL_INDEX_THREE) || IsAlpha(value, INTL_INDEX_FIVE, INTL_INDEX_EIGHT); in IsLanguageSubtag() 73 return IsAlpha(value, INTL_INDEX_FOUR, INTL_INDEX_FOUR); in IsScriptSubtag() 78 return IsAlpha(value, INTL_INDEX_TWO, INTL_INDEX_TWO) || IsDigit(value, INTL_INDEX_THREE, INTL_INDEX_THREE); in IsRegionSubtag() 119 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() function in panda::ecmascript::intl::LocaleHelper
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | utils.h | 41 constexpr bool IsAlpha(char c) in IsAlpha() function 48 return (IsAlpha(c) || IsDigit(c)); in IsAlnum()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_locale.h | 296 return IsAlpha(value, INTL_INDEX_TWO, INTL_INDEX_THREE) || IsAlpha(value, INTL_INDEX_FIVE, INTL_INDEX_EIGHT); in IsLanguageSubtag() 301 return IsAlpha(value, INTL_INDEX_FOUR, INTL_INDEX_FOUR); in IsScriptSubtag() 306 return IsAlpha(value, INTL_INDEX_TWO, INTL_INDEX_TWO) || IsDigit(value, INTL_INDEX_THREE, INTL_INDEX_THREE); in IsRegionSubtag() 645 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() function in panda::ecmascript::JSIntlIterator
|
H A D | date_parse.h | 77 for (; IsAlpha(); length++) {
in ReadAlphabet() 121 bool IsAlpha() const
in IsAlpha() function in panda::ecmascript::DateParse::StringReader
|
H A D | date_parse.cpp | 303 if (str_->IsAlpha()) { in Read()
|
H A D | js_locale.cpp | 792 IsAlpha(languageStr, INTL_INDEX_FOUR, INTL_INDEX_FOUR)) { in ApplyOptionsToTag()
|
Completed in 6 milliseconds