Home
last modified time | relevance | path

Searched refs:canonicalize (Results 1 - 25 of 73) sorted by relevance

123

/third_party/node/deps/npm/node_modules/@sigstore/core/dist/
H A Djson.js18 exports.canonicalize = void 0;
21 function canonicalize(object) { function
37 buffer += canonicalize(element);
55 buffer += canonicalize(object[property]);
61 exports.canonicalize = canonicalize;
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs33 .and_then(|_f| bin.canonicalize()) in mk_bin()
38 fs::File::create(&b).and_then(|_f| b.canonicalize()) in touch()
209 assert_eq!(fs::canonicalize(&which_result).unwrap(), f.bins[9]) in test_which_no_extension()
235 .map(|p| p.canonicalize().unwrap()) in test_which_all()
255 f.bins[3].canonicalize().unwrap() in test_which_absolute()
265 f.bins[4].canonicalize().unwrap() in test_which_absolute()
276 assert_eq!(_which(&f, &p).unwrap(), f.bins[4].canonicalize().unwrap()); in test_which_absolute_path_case()
285 assert_eq!(_which(&f, &b).unwrap(), f.bins[3].canonicalize().unwrap()); in test_which_absolute_extension()
294 assert_eq!(_which(&f, &b).unwrap(), f.bins[4].canonicalize().unwrap()); in test_which_absolute_extension()
303 f.bins[3].canonicalize() in test_which_relative()
[all...]
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Djson.js8 exports.canonicalize = canonicalize;
71 return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' ');
93 function canonicalize(obj, stack, replacementStack, replacer, key) { function
117 canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key);
152 canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key);
/third_party/node/deps/npm/node_modules/@tufjs/canonical-json/lib/
H A Dindex.js12 function canonicalize(object) { function
30 buffer.push(canonicalize(element));
45 buffer.push(canonicalize(object[property]));
63 canonicalize,
/third_party/elfutils/libdwfl/
H A Ddwfl_error.c93 canonicalize (Dwfl_Error error) in canonicalize() function
128 return canonicalize (error); in __libdwfl_canon_error()
135 global_error = canonicalize (error); in __libdwfl_seterrno()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc550 unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, in Canonical()
553 int length = canonicalize->get(c, '\0', chars); in Canonical()
561 unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, in CompareCaseInsensitive()
565 a = Canonical(canonicalize, a); in CompareCaseInsensitive()
566 b = Canonical(canonicalize, b); in CompareCaseInsensitive()
572 unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, in CompareFirstCharCaseInsensitive()
576 return CompareCaseInsensitive(canonicalize, atom1->data().at(0), in CompareFirstCharCaseInsensitive()
581 unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, in Equals()
585 return CompareCaseInsensitive(canonicalize, a, b) == 0; in Equals()
591 unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, in CharAtEquals()
549 Canonical( unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, unibrow::uchar c) Canonical() argument
560 CompareCaseInsensitive( unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, unibrow::uchar a, unibrow::uchar b) CompareCaseInsensitive() argument
571 CompareFirstCharCaseInsensitive( unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, RegExpTree* const* a, RegExpTree* const* b) CompareFirstCharCaseInsensitive() argument
580 Equals(bool ignore_case, unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, unibrow::uchar a, unibrow::uchar b) Equals() argument
590 CharAtEquals(bool ignore_case, unibrow::Mapping<unibrow::Ecma262Canonicalize>* canonicalize, int index, const RegExpAtom* a, const RegExpAtom* b) CharAtEquals() argument
673 unibrow::Mapping<unibrow::Ecma262Canonicalize>* const canonicalize = RationalizeConsecutiveAtoms() member in v8::unibrow
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java41 private boolean canonicalize; field in LocaleIDParser
63 public LocaleIDParser(String localeID, boolean canonicalize) { in LocaleIDParser() argument
67 this.canonicalize = canonicalize; in LocaleIDParser()
549 if (canonicalize) { in setToKeywordStart()
H A DPluralRulesLoader.java63 String localeId = ULocale.canonicalize(locale.getBaseName()); in getFunctionalEquivalent()
166 String localeId = ULocale.canonicalize(locale.getBaseName()); in getRulesIdForLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleIDParser.java43 private boolean canonicalize; field in LocaleIDParser
65 public LocaleIDParser(String localeID, boolean canonicalize) { in LocaleIDParser() argument
69 this.canonicalize = canonicalize; in LocaleIDParser()
551 if (canonicalize) { in setToKeywordStart()
H A DPluralRulesLoader.java65 String localeId = ULocale.canonicalize(locale.getBaseName()); in getFunctionalEquivalent()
168 String localeId = ULocale.canonicalize(locale.getBaseName()); in getRulesIdForLocale()
268 String localeId = ULocale.canonicalize(locale.getBaseName()); in getPluralRanges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableMap.h106 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {} in Factory()
108 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true) in Factory()
109 : F(Alloc), Canonicalize(canonicalize) {} in Factory()
H A DImmutableSet.h997 Factory(bool canonicalize = true) in Factory()
998 : Canonicalize(canonicalize) {} in Factory()
1000 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true) in Factory()
1001 : F(Alloc), Canonicalize(canonicalize) {} in Factory()
1168 ImmutableSet<ValT> asImmutableSet(bool canonicalize = true) const { in asImmutableSet()
1169 return ImmutableSet<ValT>(canonicalize ? in asImmutableSet()
/third_party/rust/crates/which-rs/src/
H A Dlib.rs505 /// `Path::canonicalize`, but `CanonicalPath` has the advantage of being a type distinct from
522 /// This calls `which` and `Path::canonicalize` and maps the result into a `CanonicalPath`.
525 .and_then(|p| p.canonicalize().map_err(|_| Error::CannotCanonicalize)) in new()
531 /// This calls `which_all` and `Path::canonicalize` and maps the results into `CanonicalPath`s.
538 .canonicalize() in all()
548 /// This calls `which_in` and `Path::canonicalize` and maps the result into a `CanonicalPath`.
556 .and_then(|p| p.canonicalize().map_err(|_| Error::CannotCanonicalize)) in new_in()
563 /// This calls `which_in_all` and `Path::canonicalize` and maps the result into a `CanonicalPath`.
577 .canonicalize() in all_in()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DItaniumManglingCanonicalizer.h80 Key canonicalize(StringRef Mangling);
H A DSymbolRemappingReader.h113 return Canonicalizer.canonicalize(FunctionName); in insert()
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/
H A Dset.js37 const data = Buffer.from(core_1.json.canonicalize(payload), 'utf8');
/third_party/rust/crates/cxx/gen/build/src/
H A Dtarget.rs20 // fs::canonicalize on Windows produces UNC paths which cl.exe is unable to
41 if let Ok(canonical_dir) = out_dir.canonicalize() {
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/
H A Dbuild.rs28 let path = path.canonicalize().unwrap_or(path); in main()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs48 set.canonicalize(); in new()
57 self.canonicalize(); in push()
86 self.canonicalize(); in case_fold_simple()
90 self.canonicalize(); in case_fold_simple()
98 self.canonicalize(); in union()
282 fn canonicalize(&mut self) { in canonicalize() functions
/third_party/icu/icu4c/source/common/unicode/
H A Dlocid.h580 void canonicalize(UErrorCode& status);
1121 * @param canonicalize whether to call uloc_canonicalize on cLocaleID
1123 Locale& init(const char* cLocaleID, UBool canonicalize);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dlocid.h580 void canonicalize(UErrorCode& status);
1133 * @param canonicalize whether to call uloc_canonicalize on cLocaleID
1135 Locale& init(const char* cLocaleID, UBool canonicalize);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocid.h580 void canonicalize(UErrorCode& status);
1121 * @param canonicalize whether to call uloc_canonicalize on cLocaleID
1123 Locale& init(const char* cLocaleID, UBool canonicalize);
/third_party/icu/icu4c/source/common/
H A Dlocid.cpp174 UBool canonicalize = false; in locale_set_default_internal() local
182 canonicalize = true; // always canonicalize host ID in locale_set_default_internal()
188 if (canonicalize) { in locale_set_default_internal()
1530 tlang.canonicalize(status);
1572 // Split the "tkey-tvalue" pair string so that we can canonicalize the tvalue.
1818 Locale& Locale::init(const char* localeID, UBool canonicalize)
1851 // "canonicalize" the locale ID to ICU/Java format
1853 length = canonicalize ?
1866 length = canonicalize
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocid.cpp174 UBool canonicalize = false; in locale_set_default_internal() local
182 canonicalize = true; // always canonicalize host ID in locale_set_default_internal()
188 if (canonicalize) { in locale_set_default_internal()
1537 tlang.canonicalize(status);
1579 // Split the "tkey-tvalue" pair string so that we can canonicalize the tvalue.
1831 Locale& Locale::init(const char* localeID, UBool canonicalize)
1864 // "canonicalize" the locale ID to ICU/Java format
1866 length = canonicalize ?
1879 length = canonicalize
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocid.cpp174 UBool canonicalize = FALSE; in locale_set_default_internal() local
182 canonicalize = TRUE; // always canonicalize host ID in locale_set_default_internal()
188 if (canonicalize) { in locale_set_default_internal()
1557 tlang.canonicalize(status);
1599 // Split the "tkey-tvalue" pair string so that we can canonicalize the tvalue.
1856 Locale& Locale::init(const char* localeID, UBool canonicalize)
1889 // "canonicalize" the locale ID to ICU/Java format
1891 length = canonicalize ?
1904 length = canonicalize
[all...]

Completed in 27 milliseconds

123