Home
last modified time | relevance | path

Searched refs:parse (Results 1701 - 1725 of 2316) sorted by relevance

1...<<61626364656667686970>>...93

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java194 return RbPath.parse(path); in getRbPath()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporterScanner.java40 parser.parse(is); in RBReporterScanner()
122 // For each parse rule in performScan()
168 // Apply all parse rules to each line in scanDirectory()
H A DRBxliffImporter.java59 xlf_xml = builder.parse(is); in beginImport()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformerTest.java65 + " ; /parse/$1/$2"); in testSingleResults_multipleCapture()
73 transformer.transform(lenient), "/parse/general/lenient", "foo"); in testSingleResults_multipleCapture()
81 transformer.transform(stricter), "/parse/number/stricter", "bar"); in testSingleResults_multipleCapture()
533 assertSingleResult(results, RbPath.parse(path), values); in assertSingleResult()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java42 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent()
361 saw = fmt.parse(str); in expect()
H A DPluralFormatUnitTest.java278 plFmt.parse("test", new ParsePosition(0)); in TestParse()
279 errln("parse() should throw an UnsupportedOperationException but " + in TestParse()
287 errln("parse() should throw an UnsupportedOperationException but " + in TestParse()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java56 System.err.println("Failed to parse jacoco report.xml"); in main()
152 Document doc = docBuilder.parse(reportXmlFile); in parseReport()
204 // Ignore line # parse failure in parseReport()
238 // Ignore missed # parse failure in parseReport()
244 // Ignore covered # parse failure in parseReport()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRuleSet.java22 * parse numbers. It is the responsibility of a RuleSet to select an
155 * after all the rule sets have been created to actually parse
739 * @param text The string to parse
752 * this function returns new Long(0), and the parse position is
755 public Number parse(String text, ParsePosition parsePosition, double upperBound, int nonNumericalExecutedRuleMask) { in parse() method in NFRuleSet
764 // dump out if there's no text to parse in parse()
791 // significant rule first (this helps ensure that we parse in parse()
815 // finally, update the parse position we were passed to point to the in parse()
H A DPluralFormat.java672 public Number parse(String text, ParsePosition parsePosition) { in parse() method in PluralFormat
H A DTimeUnitFormat.java35 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
53 * // parse a string into time unit amount
269 // see if we can parse in parseObject()
286 // the number. When this happens we must parse the formatted number ourselves. in parseObject()
288 temp = format.parse(tempObj.toString()); in parseObject()
306 * After find the longest match, parse the number. Result number could be null for the pattern without number in parseObject()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatUnitTest.java280 plFmt.parse("test", new ParsePosition(0)); in TestParse()
281 errln("parse() should throw an UnsupportedOperationException but " + in TestParse()
289 errln("parse() should throw an UnsupportedOperationException but " + in TestParse()
H A DBigNumberFormatTest.java45 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent()
364 saw = fmt.parse(str); in expect()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DStatisticsTool.java281 parser.parse(); in collectStatistics()
/third_party/icu/icu4c/source/i18n/
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
H A Dchoicfmt.cpp498 ChoiceFormat::parse(const UnicodeString& text, in parse() function in ChoiceFormat
509 // find the best number (defined as the one with the longest parse) in parseArgument()
H A Dumsg.cpp141 // For parse, do the reverse of format:
528 Formattable *args = ((const MessageFormat*)fmt)->parse(srcString,*count,*status); in umsg_vparse()
/third_party/jinja2/
H A Dutils.py12 from urllib.parse import quote_from_bytes
/third_party/json/tests/src/
H A Dunit-udt_macro.cpp363 nlohmann::json j2 = nlohmann::json::parse(s);
/third_party/libwebsockets/test-apps/
H A Dtest.js254 jso = JSON.parse(msg.data);
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js254 jso = JSON.parse(msg.data);
/third_party/node/lib/internal/policy/
H A Dmanifest.js386 * This avoids needing to parse all SRI strings at startup even
572 const sri = ObjectFreeze(SRI.parse(integrityEntries));
681 // URL parse will trim these anyway, save the compute
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js325 const ast = babylon.parse(preprocessed, BABYLON_OPTIONS);
/third_party/node/test/parallel/
H A Dtest-crypto-rsa-dsa-revert.js259 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
H A Dtest-crypto-rsa-dsa.js276 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
H A Dtest-stream2-transform.js391 // Verify object transform (JSON parse)
395 jp.push(JSON.parse(data));

Completed in 27 milliseconds

1...<<61626364656667686970>>...93