Home
last modified time | relevance | path

Searched refs:rule (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_api_module/uri/
H A Djs_uri.h176 bool CheckCharacter(std::string data, std::bitset<MAX_BIT_SIZE> rule, bool flag) const;
H A Djs_uri.cpp136 bool Uri::CheckCharacter(std::string data, std::bitset<MAX_BIT_SIZE> rule, bool flag) const in CheckCharacter() argument
141 bool isLegal = rule.test(data[i]); in CheckCharacter()
155 errStr_ = "SpecialPath does not conform to the rule"; in SpecialPath()
170 errStr_ = "Fragment does not conform to the rule"; in AnalysisFragment()
181 errStr_ = "Query does not conform to the rule"; in AnalysisQuery()
206 errStr_ = "scheme does not conform to the rule"; in AnalysisScheme()
221 errStr_ = "Prot does not conform to the rule"; in AnalysisHost()
231 errStr_ = "host does not conform to the rule"; in AnalysisHost()
284 errStr_ = "path does not conform to the rule"; in AnalysisPath()
295 errStr_ = "userInfo does not conform to the rule"; in AnalysisUserInfo()
[all...]
/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp60 bool CheckCharacter(std::string data, std::bitset<static_cast<size_t>(BitsetStatusFlag::MAX_BIT_SIZE)> rule) in CheckCharacter() argument
66 bool IsIllegal = rule.test(data[i]); in CheckCharacter()

Completed in 7 milliseconds