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

/haiku/src/kits/tracker/
H A DRegExp.cpp132 kRegExpStar = 10, // node Match this (simple) thing 0 or more times. enumerator in enum:__anon1748
153 // kRegExpStar,kRegExpPlus '?', and complex '*' and '+', are implemented as
155 // (one character per match) are implemented with kRegExpStar and
180 kSimple = 02, // Simple enough to be kRegExpStar/kRegExpPlus operand.
599 Insert(kRegExpStar, ret);
1176 case kRegExpStar:
1191 min = (*scan == kRegExpStar) ? 0 : 1;
1483 case kRegExpStar:
1484 p = "kRegExpStar";

Completed in 14 milliseconds