Home
last modified time | relevance | path

Searched refs:IsAlphabet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/parser/
H A Dlexer.cpp95 } else if (IsAlphabet(c) || c == '_') { in ReadToken()
153 if (IsAlphabet(c) || c == '_' || IsDecimalDigital(c) || c == '.') { in ReadIdentifier()
H A Dlexer.h90 static bool IsAlphabet(char c) in IsAlphabet() function
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c55 static inline bool IsAlphabet(char chr) in IsAlphabet() function
160 if (!IsNum(str[i]) && !IsAlphabet(str[i])) { in MatchUdidStr()