/external/chromium_org/third_party/skia/src/utils/ |
D | SkRTConf.cpp | 148 template <typename T> T doParse(const char *, bool *success ) { in doParse() function 156 template<> bool doParse<bool>(const char *s, bool *success) { in doParse() function 172 template<> const char * doParse<const char *>(const char * s, bool *success) { in doParse() function 179 template<> int doParse<int>(const char * s, bool *success) { in doParse() function 186 template<> unsigned int doParse<unsigned int>(const char * s, bool *success) { in doParse() function 193 template<> float doParse<float>(const char * s, bool *success) { in doParse() function 200 template<> double doParse<double>(const char * s, bool *success) { in doParse() function 247 T new_value = doParse<T>(str, &success); in parse()
|
/external/skia/src/utils/ |
D | SkRTConf.cpp | 148 template <typename T> T doParse(const char *, bool *success ) { in doParse() function 156 template<> bool doParse<bool>(const char *s, bool *success) { in doParse() function 172 template<> const char * doParse<const char *>(const char * s, bool *success) { in doParse() function 179 template<> int doParse<int>(const char * s, bool *success) { in doParse() function 186 template<> unsigned int doParse<unsigned int>(const char * s, bool *success) { in doParse() function 193 template<> float doParse<float>(const char * s, bool *success) { in doParse() function 200 template<> double doParse<double>(const char * s, bool *success) { in doParse() function 247 T new_value = doParse<T>(str, &success); in parse()
|
/external/icu4c/i18n/ |
D | nfsubs.cpp | 158 virtual UBool doParse(const UnicodeString& text, 226 virtual UBool doParse(const UnicodeString& text, 299 virtual UBool doParse(const UnicodeString& text, 334 virtual UBool doParse(const UnicodeString& /*text*/, in doParse() function in NullSubstitution 702 NFSubstitution::doParse(const UnicodeString& text, in doParse() function in NFSubstitution 953 ModulusSubstitution::doParse(const UnicodeString& text, in doParse() function in ModulusSubstitution 963 … return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result); in doParse() 969 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result); in doParse() 1140 FractionalPartSubstitution::doParse(const UnicodeString& text, in doParse() function in FractionalPartSubstitution 1150 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse() [all …]
|
D | nfsubs.h | 186 virtual UBool doParse(const UnicodeString& text,
|
D | nfrule.h | 67 UBool doParse(const UnicodeString& text,
|
D | nfrs.cpp | 641 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); in parse() 661 … UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); in parse() 701 … UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); in parse()
|
D | nfrule.cpp | 754 NFRule::doParse(const UnicodeString& text, in doParse() function in NFRule 1030 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound, in matchToDelimiter() 1079 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_org/third_party/icu/source/i18n/ |
D | nfsubs.cpp | 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*/, in doParse() function in NullSubstitution 676 NFSubstitution::doParse(const UnicodeString& text, in doParse() function in NFSubstitution 927 ModulusSubstitution::doParse(const UnicodeString& text, in doParse() function in ModulusSubstitution 937 … return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result); in doParse() 943 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result); in doParse() 1093 FractionalPartSubstitution::doParse(const UnicodeString& text, in doParse() function in FractionalPartSubstitution 1103 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse() [all …]
|
D | nfsubs.h | 186 virtual UBool doParse(const UnicodeString& text,
|
D | nfrule.h | 67 UBool doParse(const UnicodeString& text,
|
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 | 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 | 323 StringLocalizationInfo* doParse(void); 381 return doParse(); in parse() 386 LocDataParser::doParse(void) { in doParse() function in LocDataParser
|