Lines Matching defs:false
44 ParsedFilter_base() : mValid (false), mNull (true), mErrorPosition (0) {};
51 * string if #isValid() is false. Positions are zero-based.
59 * detailed matching meaningful, otherwise returns false.
61 * so that isMatch() will immediately return false if isPreMatch() returns
62 * false.
67 return false;
99 * appropriate. Parsing stops if mValid is false after this method
148 return false;
165 return false;
214 mValid = false;
229 mValid = false;
253 mValid = false;
269 * The string format is: "true|false|yes|no|1|0" or an empty string (any match).
276 ParsedBoolFilter() : mValue (false), mValueAny (false) {}
289 return false;
311 ParsedRegexpFilter_base (bool aDefIgnoreCase = false,
319 ParsedRegexpFilter_base (const Bstr &aFilter, bool aDefIgnoreCase = false,
363 * and false otherwise
393 return false;
406 * for which isNull() = false after parsing the string becomes the active
479 * If the string format is invalid, #isValid() will return false.
489 * If the string format is invalid, #isValid() will return false.