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

/external/chromium/third_party/icu/source/i18n/
H A Dnfsubs.cpp150 virtual UBool doParse(const UnicodeString& text,
210 virtual UBool doParse(const UnicodeString& text,
277 virtual UBool doParse(const UnicodeString& text,
309 virtual UBool doParse(const UnicodeString& /*text*/, function in class:NullSubstitution
675 NFSubstitution::doParse(const UnicodeString& text, function in class:NFSubstitution
926 ModulusSubstitution::doParse(const UnicodeString& text, function in class:ModulusSubstitution
936 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
939 // use the specific rule's doParse() method, and then we have to
942 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1095 FractionalPartSubstitution::doParse(cons function in class:FractionalPartSubstitution
1227 NumeratorSubstitution::doParse(const UnicodeString& text, function in class:NumeratorSubstitution
[all...]
H A Dnfrule.cpp756 NFRule::doParse(const UnicodeString& text, function in class:NFRule
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
H A Drbnf.cpp321 StringLocalizationInfo* doParse(void);
379 return doParse();
384 LocDataParser::doParse(void) { function in class:LocDataParser
/external/icu4c/i18n/
H A Dnfsubs.cpp150 virtual UBool doParse(const UnicodeString& text,
210 virtual UBool doParse(const UnicodeString& text,
277 virtual UBool doParse(const UnicodeString& text,
309 virtual UBool doParse(const UnicodeString& /*text*/, function in class:NullSubstitution
675 NFSubstitution::doParse(const UnicodeString& text, function in class:NFSubstitution
926 ModulusSubstitution::doParse(const UnicodeString& text, function in class:ModulusSubstitution
936 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
939 // use the specific rule's doParse() method, and then we have to
942 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1092 FractionalPartSubstitution::doParse(cons function in class:FractionalPartSubstitution
1224 NumeratorSubstitution::doParse(const UnicodeString& text, function in class:NumeratorSubstitution
[all...]
H A Dnfrule.cpp756 NFRule::doParse(const UnicodeString& text, function in class:NFRule
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
H A Drbnf.cpp321 StringLocalizationInfo* doParse(void);
379 return doParse();
384 LocDataParser::doParse(void) { function in class:LocDataParser

Completed in 790 milliseconds