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

/haiku/src/kits/tracker/
H A DRegExp.cpp127 kRegExpAnyBut = 5, // str Match any character not in this string. enumerator in enum:__anon1748
685 ret = Node(kRegExpAnyBut);
1080 case kRegExpAnyBut:
1262 case kRegExpAnyBut:
1379 if (op == kRegExpAnyOf || op == kRegExpAnyBut
1433 case kRegExpAnyBut:
1434 p = "kRegExpAnyBut";

Completed in 27 milliseconds