Searched refs:IsLower (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ | ||
H A D | utils.h | 31 constexpr bool IsLower(char c) in IsLower() function 43 return (IsLower(c) || IsUpper(c)); in IsAlpha() |
Completed in 1 milliseconds