Home
last modified time | relevance | path

Searched refs:parse (Results 1426 - 1450 of 2030) sorted by relevance

1...<<51525354555657585960>>...82

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelativeDateFormat.java186 * @see ohos.global.icu.text.DateFormat#parse(java.lang.String, ohos.global.icu.util.Calendar, java.text.ParsePosition)
189 public void parse(String text, Calendar cal, ParsePosition pos) { in parse() method in RelativeDateFormat
190 throw new UnsupportedOperationException("Relative Date parse is not implemented yet"); in parse()
H A DStaticUnicodeSets.java6 import static ohos.global.icu.impl.number.parse.ParsingUtils.safeContains;
158 parse{
230 throw new AssertionError("Unknown class of parse lenients: " + str); in put()
250 rb.getAllItemsWithFallback("parse", new ParseDataSink());
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DAffixMatcher.java4 package ohos.global.icu.impl.number.parse;
/third_party/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h323 * The data logically represents a parse tree, but is stored and accessed
443 MessagePattern &parse(const UnicodeString &pattern,
888 * Does not fully parse or validate the value.
/third_party/node/lib/internal/process/
H A Dpre_execution.js555 const integrityEntries = SRI.parse(experimentalPolicyIntegrity);
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py42 EXCLUDE_LIST = xml.dom.minidom.parse(EXCLUDED_FILENAME)
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js328 const { traceEvents } = JSON.parse(data.toString());
H A Dtest-worker-debug.js82 this._processMessage(JSON.parse(params.message));
/third_party/node/test/pummel/
H A Dtest-policy-integrity-worker-commonjs.js373 const parsed = JSON.parse(config);
H A Dtest-policy-integrity-worker-module.js371 const parsed = JSON.parse(config);
H A Dtest-policy-integrity-dep.js363 const parsed = JSON.parse(config);
H A Dtest-policy-integrity-parent-commonjs.js350 const parsed = JSON.parse(config);
H A Dtest-policy-integrity-parent-module.js350 const parsed = JSON.parse(config);
H A Dtest-policy-integrity-parent-no-package-json.js322 const parsed = JSON.parse(config);
H A Dtest-policy-integrity-worker-no-package-json.js343 const parsed = JSON.parse(config);
/third_party/node/test/report/
H A Dtest-report-uv-handles.js188 const report = JSON.parse(stdout);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dmessagepattern.h323 * The data logically represents a parse tree, but is stored and accessed
443 MessagePattern &parse(const UnicodeString &pattern,
888 * Does not fully parse or validate the value.
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dvtzone.h389 void parse(UErrorCode& status);
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dentry-index.js258 obj = JSON.parse(pieces[1])
H A Dverify.js103 // integrity is stringified, re-parse it so we can get each hash
104 const integrity = ssri.parse(entry.integrity)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dversion.py7 from packaging.version import parse, Version
16 __all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"]
45 def parse(version: str) -> "Version": function
48 >>> parse('1.0.dev1')
51 :param version: The version string to parse.
197 # Validate the version and parse it into pieces
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js29 const p = await fs.readFile(dp, 'utf8').then((d) => JSON.parse(d)).catch(() => null)
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dfind-visualstudio.js153 vsInfo = JSON.parse(stdout)
231 this.log.silly('- failed to parse version:', info.version)
330 this.log.silly('- failed to parse Win10/11SDK number:', pkg)
/third_party/node/deps/npm/test/lib/commands/
H A Dsbom.js11 sbom = JSON.parse(s)
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js312 return JSON.parse(data)

Completed in 17 milliseconds

1...<<51525354555657585960>>...82