Home
last modified time | relevance | path

Searched defs:IsAlpha (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dutils.h41 constexpr bool IsAlpha(char c) in IsAlpha() function
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h119 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() function
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLanguageTag.cpp27 static bool IsAlpha(std::string_view str) in IsAlpha() function
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h121 bool IsAlpha() const in IsAlpha() function
Djs_locale.h646 static bool IsAlpha(const std::string &str, size_t min, size_t max) in IsAlpha() function