HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 1876 - 1900 of 4368) sorted by null

<<71727374757677787980>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
jsonresponse.py 52 def parse(self, s): member in class:XmlHandler
  /external/deqp/executor/tools/
xeMergeTestLogs.cpp 142 parser.parse(&buf[0], numRead);
  /external/deqp/external/vulkancts/framework/vulkan/
vkGlslToSpirV.cpp 238 const int compileRes = shader.parse(&builtinRes, 110, false, (EShMessages)(EShMsgSpvRules | EShMsgVulkanRules));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 173 aDocument = builder.parse(inputSource);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java 71 Document document = parser.parse(fileName);
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 50 final IOptsParser.IOpts parsedopts = parser.parse (m_args);
52 // check if usage is requested before checking args parse errors etc:
  /external/guice/examples/src/example/xml/
XmlBeanModule.java 49 Parsers.parse(in, beans.getContentHandler());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DateNumberFormat.java 195 * Note: This method only parse integer numbers which can be represented by long
199 public Number parse(String text, ParsePosition parsePosition) { method in class:DateNumberFormat
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRuleParser.java 112 void parse(String ruleString, CollationSettings outSettings) throws ParseException { method in class:CollationRuleParser
114 parse(ruleString);
128 // In C++, we parse into temporary UnicodeString objects named "raw" or "str".
132 private void parse(String ruleString) throws ParseException { method in class:CollationRuleParser
294 // Parse
669 parse(importedRules);
710 // Parse the codes in [reorder aa bb cc].
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleBuilder.java 34 // There are four separate parse trees generated, one for each of the
296 // Read the input rules, generate a parse tree, symbol table,
300 builder.fScanner.parse();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenFormatTest.java 85 String caseString = "["+testData.getName()+"#"+n+(fmt?"format":"parse")+"]";
103 // parse 'spec' - either 'PATTERN=yy mm dd' or 'DATE=x,TIME=y'
122 // parse 'date' - either 'MILLIS=12345' or a CalendarFieldsSet
171 } else { // parse
174 format.parse(str, cal, pos);
178 logln(caseString + " SUCCESS: got=parse="+str);
190 logln(caseString + " SUCCESS: got=parse: " + str + " - " + fromSet.toString());
DateFormatRoundTripTest.java 167 // because this string should parse the same way all the time. Note
168 // that it will not necessarily parse back to the original date because
170 // parse back to the same date.
188 d[loop] = fmt.parse(s[loop - 1]);
IntlTestDateFormat.java 66 // This test does round-trip testing (format -> parse -> format -> parse -> etc.) of DateFormat.
161 date[i] = fFormat.parse(string[i-1].toString());
165 errln("********** FAIL: Parse of " + string[i-1] + " failed for locale: "+fFormat.getLocale(ULocale.ACTUAL_LOCALE));
NumberFormatRoundTripTest.java 171 n = fmt.parse(s);
  /external/icu/icu4c/source/common/
rbbirb.cpp 238 // Read the input rules, generate a parse tree, symbol table,
245 builder.fScanner->parse();
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 319 * The data logically represents a parse tree, but is stored and accessed
439 MessagePattern &parse(const UnicodeString &pattern,
884 * Does not fully parse or validate the value.
    [all...]
  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 69 CollationRuleParser::parse(const UnicodeString &ruleString, function in class:CollationRuleParser
83 parse(ruleString, errorCode);
87 CollationRuleParser::parse(const UnicodeString &ruleString, UErrorCode &errorCode) { function in class:CollationRuleParser
257 // Parse
651 parse(importedRules, errorCode);
690 // Parse the codes in [reorder aa bb cc].
numfmt.cpp 580 // set to a decimal number, or if the value originated with a parse.
676 parse(source, result, parse_pos);
711 // parse position is 0, that means the parsing failed, the status
712 // code needs to be set to failure. Ignores the returned parse
716 NumberFormat::parse(const UnicodeString& text, function in class:NumberFormat
723 parse(text, result, parsePosition);
734 parse(text, parseResult, pos);
752 // Sets to only parse integers.
761 // Sets whether lenient parse is enabled.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 375 void parse(UErrorCode& status);
  /external/icu/icu4c/source/test/intltest/
tsdate.cpp 24 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
167 date[i] = fFormat->parse(string[i-1], status);
171 errln("**** FAIL: Parse of " + prettify(string[i-1], FALSE) + " failed.");
tzfmttst.cpp 186 // Before parse, set unknown zone to SimpleDateFormat instance
191 // Parse
195 errln("Failed to create an instance of calendar for receiving parse result.");
202 sdf->parse(tzstr, *outcal, pos);
554 UDate parsedDate = sdf->parse(text, status);
556 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName()
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRuleParser.java 108 void parse(String ruleString, CollationSettings outSettings) throws ParseException { method in class:CollationRuleParser
110 parse(ruleString);
124 // In C++, we parse into temporary UnicodeString objects named "raw" or "str".
128 private void parse(String ruleString) throws ParseException { method in class:CollationRuleParser
290 // Parse
665 parse(importedRules);
706 // Parse the codes in [reorder aa bb cc].
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DateNumberFormat.java 191 * Note: This method only parse integer numbers which can be represented by long
195 public Number parse(String text, ParsePosition parsePosition) { method in class:DateNumberFormat
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleBuilder.java 33 // There are four separate parse trees generated, one for each of the
295 // Read the input rules, generate a parse tree, symbol table,
299 builder.fScanner.parse();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenFormatTest.java 81 String caseString = "["+testData.getName()+"#"+n+(fmt?"format":"parse")+"]";
99 // parse 'spec' - either 'PATTERN=yy mm dd' or 'DATE=x,TIME=y'
118 // parse 'date' - either 'MILLIS=12345' or a CalendarFieldsSet
167 } else { // parse
170 format.parse(str, cal, pos);
174 logln(caseString + " SUCCESS: got=parse="+str);
186 logln(caseString + " SUCCESS: got=parse: " + str + " - " + fromSet.toString());

Completed in 468 milliseconds

<<71727374757677787980>>