Home | History | Annotate | Download | only in i18n

Lines Matching refs:nodePtr

1911     nodePtr = NULL;
1928 if ( nodePtr == NULL ) {
1932 return nodePtr->skeleton;
1939 PtnElem *curPtr=nodePtr;
1972 if ( nodePtr != NULL ) {
1973 if ( nodePtr->next != NULL ) {
1974 nodePtr = nodePtr->next;
1979 nodePtr=NULL;
1985 nodePtr = patternMap->boot[bootIndex];
1994 if (nodePtr!=NULL) {
1995 matcher->copyFrom(*nodePtr->skeleton);