Home | History | Annotate | Download | only in common

Lines Matching refs:fType

204     if (n->fType == RBBINode::setRef ||
205 n->fType == RBBINode::endMark ) {
211 if (n->fType == RBBINode::lookAhead || n->fType == RBBINode::tag) {
225 if (n->fType == RBBINode::opOr) {
228 else if (n->fType == RBBINode::opCat) {
231 else if (n->fType == RBBINode::opStar || n->fType == RBBINode::opQuestion) {
251 if (n->fType == RBBINode::leafChar ||
252 n->fType == RBBINode::endMark ||
253 n->fType == RBBINode::lookAhead ||
254 n->fType == RBBINode::tag) {
269 if (n->fType == RBBINode::opOr) {
273 else if (n->fType == RBBINode::opCat) {
279 else if (n->fType == RBBINode::opStar ||
280 n->fType == RBBINode::opQuestion ||
281 n->fType == RBBINode::opPlus) {
297 if (n->fType == RBBINode::leafChar ||
298 n->fType == RBBINode::endMark ||
299 n->fType == RBBINode::lookAhead ||
300 n->fType == RBBINode::tag) {
315 if (n->fType == RBBINode::opOr) {
319 else if (n->fType == RBBINode::opCat) {
325 else if (n->fType == RBBINode::opStar ||
326 n->fType == RBBINode::opQuestion ||
327 n->fType == RBBINode::opPlus) {
341 n->fType == RBBINode::leafChar ||
342 n->fType == RBBINode::endMark) {
350 if (n->fType == RBBINode::opCat) {
363 if (n->fType == RBBINode::opStar ||
364 n->fType == RBBINode::opPlus) {
460 if (startNode->fType != RBBINode::leafChar) {
506 U_ASSERT(bofNode->fType == RBBINode::leafChar);
520 if (startNode->fType != RBBINode::leafChar) {
623 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) {