/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | ResultSpec.java | 194 return RbPath.parse(path); in getRbPath()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBReporterScanner.java | 40 parser.parse(is); in RBReporterScanner() 122 // For each parse rule in performScan() 168 // Apply all parse rules to each line in scanDirectory()
|
H A D | RBxliffImporter.java | 59 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 D | RegexTransformerTest.java | 65 + " ; /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 D | BigNumberFormatTest.java | 42 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3" in TestExponent() 361 saw = fmt.parse(str); in expect()
|
H A D | PluralFormatUnitTest.java | 278 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 D | JacocoReportCheck.java | 56 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 D | NFRuleSet.java | 22 * 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 D | PluralFormat.java | 672 public Number parse(String text, ParsePosition parsePosition) { in parse() method in PluralFormat
|
H A D | TimeUnitFormat.java | 35 * 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 D | PluralFormatUnitTest.java | 280 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 D | BigNumberFormatTest.java | 45 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 D | StatisticsTool.java | 281 parser.parse(); in collectStatistics()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurrule_impl.h | 160 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 D | choicfmt.cpp | 498 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 D | umsg.cpp | 141 // 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 D | utils.py | 12 from urllib.parse import quote_from_bytes
|
/third_party/json/tests/src/ |
H A D | unit-udt_macro.cpp | 363 nlohmann::json j2 = nlohmann::json::parse(s);
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 254 jso = JSON.parse(msg.data);
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 254 jso = JSON.parse(msg.data);
|
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 386 * 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 D | source_helpers.js | 325 const ast = babylon.parse(preprocessed, BABYLON_OPTIONS);
|
/third_party/node/test/parallel/ |
H A D | test-crypto-rsa-dsa-revert.js | 259 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
|
H A D | test-crypto-rsa-dsa.js | 276 JSON.parse(fixtures.readSync('rsa-oaep-test-vectors.js', 'utf8'));
|
H A D | test-stream2-transform.js | 391 // Verify object transform (JSON parse) 395 jp.push(JSON.parse(data));
|