/external/icu4c/i18n/ |
D | nfsubs.cpp | 150 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*/, in doParse() function in NullSubstitution 675 NFSubstitution::doParse(const UnicodeString& text, in doParse() function in NFSubstitution 926 ModulusSubstitution::doParse(const UnicodeString& text, in doParse() function in ModulusSubstitution 936 … return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result); in doParse() 942 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result); in doParse() 1092 FractionalPartSubstitution::doParse(const UnicodeString& text, in doParse() function in FractionalPartSubstitution 1102 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse() [all …]
|
D | nfrs.cpp | 616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); in parse() 636 … UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); in parse() 676 … UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); in parse()
|
D | nfsubs.h | 186 virtual UBool doParse(const UnicodeString& text,
|
D | nfrule.h | 67 UBool doParse(const UnicodeString& text,
|
D | nfrule.cpp | 756 NFRule::doParse(const UnicodeString& text, in doParse() function in NFRule 1032 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter() 1081 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
|
D | rbnf.cpp | 321 StringLocalizationInfo* doParse(void); 379 return doParse(); in parse() 384 LocDataParser::doParse(void) { in doParse() function in LocDataParser
|
/external/chromium/third_party/icu/source/i18n/ |
D | nfsubs.cpp | 150 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*/, in doParse() function in NullSubstitution 675 NFSubstitution::doParse(const UnicodeString& text, in doParse() function in NFSubstitution 926 ModulusSubstitution::doParse(const UnicodeString& text, in doParse() function in ModulusSubstitution 936 … return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result); in doParse() 942 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result); in doParse() 1095 FractionalPartSubstitution::doParse(const UnicodeString& text, in doParse() function in FractionalPartSubstitution 1105 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse() [all …]
|
D | nfrs.cpp | 616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); in parse() 636 … UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); in parse() 676 … UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); in parse()
|
D | nfsubs.h | 186 virtual UBool doParse(const UnicodeString& text,
|
D | nfrule.h | 67 UBool doParse(const UnicodeString& text,
|
D | nfrule.cpp | 756 NFRule::doParse(const UnicodeString& text, in doParse() function in NFRule 1032 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter() 1081 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound, in matchToDelimiter()
|
D | rbnf.cpp | 321 StringLocalizationInfo* doParse(void); 379 return doParse(); in parse() 384 LocDataParser::doParse(void) { in doParse() function in LocDataParser
|