Searched refs:doParse (Results 1 - 20 of 20) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DStaxDocumentLoader.java30 doParse(xmlStreamReader, xmlContext);
43 protected void doParse(XMLStreamReader reader, XmlContext xmlContext) throws XMLStreamException { method in class:StaxDocumentLoader
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNFSubstitution.java428 public Number doParse(String text, ParsePosition parsePosition, double baseValue, method in class:NFSubstitution
998 public Number doParse(String text, ParsePosition parsePosition, double baseValue, method in class:ModulusSubstitution
1003 return super.doParse(text, parsePosition, baseValue, upperBound, lenientParse);
1007 // use the specific rule's doParse() method, and then we have to
1009 Number tempResult = ruleToUse.doParse(text, parsePosition, false, upperBound);
1303 public Number doParse(String text, ParsePosition parsePosition, double baseValue, method in class:FractionalPartSubstitution
1306 // doParse()
1308 return super.doParse(text, parsePosition, baseValue, 0, lenientParse);
1313 // upperBound to 10 when calling doParse() ) until we reach
1629 public Number doParse(Strin method in class:NumeratorSubstitution
[all...]
H A DNFRuleSet.java769 tempResult = fractionRule.doParse(text, parsePosition, false, upperBound);
796 tempResult = rules[i].doParse(text, parsePosition, isFractionRuleSet, upperBound);
H A DNFRule.java906 public Number doParse(String text, ParsePosition parsePosition, boolean isFractionRule, method in class:NFRule
1128 // use "sub"'s doParse() method to match the text before the
1147 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound,
1195 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound,
1201 // sub.doParse() on through to the caller
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFSubstitution.java427 public Number doParse(String text, ParsePosition parsePosition, double baseValue, method in class:NFSubstitution
997 public Number doParse(String text, ParsePosition parsePosition, double baseValue, method in class:ModulusSubstitution
1002 return super.doParse(text, parsePosition, baseValue, upperBound, lenientParse);
1006 // use the specific rule's doParse() method, and then we have to
1008 Number tempResult = ruleToUse.doParse(text, parsePosition, false, upperBound);
1302 public Number doParse(String text, ParsePosition parsePosition, double baseValue, method in class:FractionalPartSubstitution
1305 // doParse()
1307 return super.doParse(text, parsePosition, baseValue, 0, lenientParse);
1312 // upperBound to 10 when calling doParse() ) until we reach
1628 public Number doParse(Strin method in class:NumeratorSubstitution
[all...]
H A DNFRuleSet.java768 tempResult = fractionRule.doParse(text, parsePosition, false, upperBound);
795 tempResult = rules[i].doParse(text, parsePosition, isFractionRuleSet, upperBound);
H A DNFRule.java905 public Number doParse(String text, ParsePosition parsePosition, boolean isFractionRule, method in class:NFRule
1127 // use "sub"'s doParse() method to match the text before the
1146 tempResult = sub.doParse(subText, tempPP, baseVal, upperBound,
1194 Number tempResult = sub.doParse(text, tempPP, baseVal, upperBound,
1200 // sub.doParse() on through to the caller
/external/icu/icu4c/source/i18n/
H A Dnfsubs.h189 virtual UBool doParse(const UnicodeString& text,
H A Dnfsubs.cpp153 virtual UBool doParse(const UnicodeString& text,
219 virtual UBool doParse(const UnicodeString& text,
290 virtual UBool doParse(const UnicodeString& text,
687 NFSubstitution::doParse(const UnicodeString& text, function in class:NFSubstitution
929 ModulusSubstitution::doParse(const UnicodeString& text, function in class:ModulusSubstitution
939 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
942 // use the specific rule's doParse() method, and then we have to
945 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1116 FractionalPartSubstitution::doParse(const UnicodeString& text, function in class:FractionalPartSubstitution
1124 // doParse()
1247 NumeratorSubstitution::doParse(const UnicodeString& text, function in class:NumeratorSubstitution
[all...]
H A Dnfrule.h73 UBool doParse(const UnicodeString& text,
H A Dnfrule.cpp899 NFRule::doParse(const UnicodeString& text,
921 fprintf(stderr, "doParse %p ", this);
1166 // use "sub"'s doParse() method to match the text before the
1188 UBool success = sub->doParse(subText, tempPP, _baseValue, upperBound,
1241 UBool success = sub->doParse(text, tempPP, _baseValue, upperBound,
1252 // sub.doParse() on through to the caller
H A Dnfrs.cpp712 UBool success = nonNumericalRules[i]->doParse(text, workingPos, 0, upperBound, tempResult);
751 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult);
H A Drbnf.cpp349 StringLocalizationInfo* doParse(void);
409 return doParse();
414 LocDataParser::doParse(void) { function in class:LocDataParser
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
H A DStaxValueLoaderTest.java63 staxDocumentLoader.doParse(xmlStreamReader, new XmlContext("pkg",
/external/volley/src/main/java/com/android/volley/toolbox/
H A DImageRequest.java163 return doParse(response);
174 private Response<Bitmap> doParse(NetworkResponse response) { method in class:ImageRequest
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 699 milliseconds