Lines Matching refs:rule
136 bool Uri::CheckCharacter(std::string data, std::bitset<MAX_BIT_SIZE> rule, bool flag) const
141 bool isLegal = rule.test(data[i]);
155 errStr_ = "SpecialPath does not conform to the rule";
170 errStr_ = "Fragment does not conform to the rule";
181 errStr_ = "Query does not conform to the rule";
206 errStr_ = "scheme does not conform to the rule";
221 errStr_ = "Prot does not conform to the rule";
231 errStr_ = "host does not conform to the rule";
284 errStr_ = "path does not conform to the rule";
295 errStr_ = "userInfo does not conform to the rule";
306 errStr_ = "port does not conform to the rule";
358 errStr_ = "ipv6 does not conform to the rule";