Searched defs:matchStartNodes (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Drbbitblb.cpp412 UVector *matchStartNodes = userRuleRoot->fFirstPosSet; local
458 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) {
459 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx);
514 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet; local
518 for (startNodeIx = 0; startNodeIx<matchStartNodes->size(); startNodeIx++) {
519 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx);

Completed in 43 milliseconds