Lines Matching refs:doParse
755 NFRule::doParse(const UnicodeString& text,
774 fprintf(stderr, "doParse %x ", this);
1009 // use "sub"'s doParse() method to match the text before the
1031 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
1080 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound,
1091 // sub.doParse() on through to the caller