/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RelativeDateFormat.java | 186 * @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 D | StaticUnicodeSets.java | 6 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 D | AffixMatcher.java | 4 package ohos.global.icu.impl.number.parse;
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | messagepattern.h | 323 * 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 D | pre_execution.js | 555 const integrityEntries = SRI.parse(experimentalPolicyIntegrity);
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packager.py | 42 EXCLUDE_LIST = xml.dom.minidom.parse(EXCLUDED_FILENAME)
|
/third_party/node/test/parallel/ |
H A D | test-trace-events-fs-async.js | 328 const { traceEvents } = JSON.parse(data.toString());
|
H A D | test-worker-debug.js | 82 this._processMessage(JSON.parse(params.message));
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-worker-commonjs.js | 373 const parsed = JSON.parse(config);
|
H A D | test-policy-integrity-worker-module.js | 371 const parsed = JSON.parse(config);
|
H A D | test-policy-integrity-dep.js | 363 const parsed = JSON.parse(config);
|
H A D | test-policy-integrity-parent-commonjs.js | 350 const parsed = JSON.parse(config);
|
H A D | test-policy-integrity-parent-module.js | 350 const parsed = JSON.parse(config);
|
H A D | test-policy-integrity-parent-no-package-json.js | 322 const parsed = JSON.parse(config);
|
H A D | test-policy-integrity-worker-no-package-json.js | 343 const parsed = JSON.parse(config);
|
/third_party/node/test/report/ |
H A D | test-report-uv-handles.js | 188 const report = JSON.parse(stdout);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | messagepattern.h | 323 * 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 D | vtzone.h | 389 void parse(UErrorCode& status);
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | entry-index.js | 258 obj = JSON.parse(pieces[1])
|
H A D | verify.js | 103 // 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 D | version.py | 7 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 D | default-input.js | 29 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 D | find-visualstudio.js | 153 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 D | sbom.js | 11 sbom = JSON.parse(s)
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 312 return JSON.parse(data)
|