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

/external/chromium_org/third_party/skia/src/utils/
H A DSkRTConf.cpp173 template <typename T> T doParse(const char *, bool *success ) { function
174 SkDebugf("WARNING: Invoked non-specialized doParse function...\n");
181 template<> bool doParse<bool>(const char *s, bool *success) { function
197 template<> const char * doParse<const char *>(const char * s, bool *success) { function
204 template<> int doParse<int>(const char * s, bool *success) { function
211 template<> unsigned int doParse<unsigned int>(const char * s, bool *success) { function
218 template<> float doParse<float>(const char * s, bool *success) { function
225 template<> double doParse<double>(const char * s, bool *success) { function
272 T new_value = doParse<T>(str, &success);
/external/skia/src/utils/
H A DSkRTConf.cpp173 template <typename T> T doParse(const char *, bool *success ) { function
174 SkDebugf("WARNING: Invoked non-specialized doParse function...\n");
181 template<> bool doParse<bool>(const char *s, bool *success) { function
197 template<> const char * doParse<const char *>(const char * s, bool *success) { function
204 template<> int doParse<int>(const char * s, bool *success) { function
211 template<> unsigned int doParse<unsigned int>(const char * s, bool *success) { function
218 template<> float doParse<float>(const char * s, bool *success) { function
225 template<> double doParse<double>(const char * s, bool *success) { function
272 T new_value = doParse<T>(str, &success);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfsubs.cpp158 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*/, function in class:NullSubstitution
702 NFSubstitution::doParse(const UnicodeString& text, function in class:NFSubstitution
953 ModulusSubstitution::doParse(const UnicodeString& text, function in class:ModulusSubstitution
963 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
966 // use the specific rule's doParse() method, and then we have to
969 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1140 FractionalPartSubstitution::doParse(cons function in class:FractionalPartSubstitution
1272 NumeratorSubstitution::doParse(const UnicodeString& text, function in class:NumeratorSubstitution
[all...]
H A Dnfrule.cpp754 NFRule::doParse(const UnicodeString& text, function in class:NFRule
773 fprintf(stderr, "doParse %x ", this);
1008 // use "sub"'s doParse() method to match the text before the
1030 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
1079 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound,
1090 // 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/icu/icu4c/source/i18n/
H A Dnfsubs.cpp158 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*/, function in class:NullSubstitution
702 NFSubstitution::doParse(const UnicodeString& text, function in class:NFSubstitution
953 ModulusSubstitution::doParse(const UnicodeString& text, function in class:ModulusSubstitution
963 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
966 // use the specific rule's doParse() method, and then we have to
969 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1140 FractionalPartSubstitution::doParse(cons function in class:FractionalPartSubstitution
1272 NumeratorSubstitution::doParse(const UnicodeString& text, function in class:NumeratorSubstitution
[all...]
H A Dnfrule.cpp755 NFRule::doParse(const UnicodeString& text, function in class:NFRule
774 fprintf(stderr, "doParse %x ", this);
1009 // use "sub"'s doParse() method to match the text before the
1031 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
1080 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound,
1091 // sub.doParse() on through to the caller
H A Drbnf.cpp324 StringLocalizationInfo* doParse(void);
384 return doParse();
389 LocDataParser::doParse(void) { function in class:LocDataParser
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 465 milliseconds