Home | History | Annotate | Download | only in i18n

Lines Matching refs:doParse

756 NFRule::doParse(const UnicodeString& text,
775 fprintf(stderr, "doParse %x ", this);
1010 // use "sub"'s doParse() method to match the text before the
1032 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
1081 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound,
1092 // sub.doParse() on through to the caller