Home | History | Annotate | Download | only in i18n

Lines Matching refs:doParse

151     virtual UBool doParse(const UnicodeString& text, 
211 virtual UBool doParse(const UnicodeString& text,
278 virtual UBool doParse(const UnicodeString& text,
310 virtual UBool doParse(const UnicodeString& /*text*/,
676 NFSubstitution::doParse(const UnicodeString& text,
927 ModulusSubstitution::doParse(const UnicodeString& text,
937 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
940 // use the specific rule's doParse() method, and then we have to
943 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1093 FractionalPartSubstitution::doParse(const UnicodeString& text,
1101 // doParse()
1103 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal);
1107 // upperBound to 10 when calling doParse() ) until we reach
1225 NumeratorSubstitution::doParse(const UnicodeString& text,
1270 NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, result);