Home
last modified time | relevance | path

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

/applications/standard/contacts_data/ability/common/utils/src/
H A Dsql_analyzer.cpp67 if (ch == '-' && PickChar(sql, pos + 1) == '-') { in CharCheck()
75 if (ch == '/' && PickChar(sql, pos + 1) == '*') { in CharCheck()
99 if (PickChar(sql, pos + 1) != ch) { in StrCheck()
116 char ch = PickChar(sql, pos); in FindIllegalWords()
120 while (IsLetterNumber(PickChar(sql, pos))) { in FindIllegalWords()
/applications/standard/contacts_data/ability/common/utils/include/
H A Dsql_analyzer.h50 inline char PickChar(std::string str, std::size_t index) in PickChar() function in OHOS::Contacts::SqlAnalyzer

Completed in 1 milliseconds