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

/haiku/src/kits/tracker/
H A DRegExp.cpp133 kRegExpPlus = 11, // node Match this (simple) thing 1 or more times. enumerator in enum:__anon1748
153 // kRegExpStar,kRegExpPlus '?', and complex '*' and '+', are implemented as
156 // kRegExpPlus for speed and to minimize recursive plunges.
180 kSimple = 02, // Simple enough to be kRegExpStar/kRegExpPlus operand.
613 Insert(kRegExpPlus, ret);
1177 case kRegExpPlus:
1487 case kRegExpPlus:
1488 p = "kRegExpPlus";

Completed in 113 milliseconds