/third_party/node/deps/npm/node_modules/@sigstore/core/dist/ |
H A D | json.js | 18 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 D | basic.rs | 33 .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 D | json.js | 8 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 D | index.js | 12 function canonicalize(object) { function 30 buffer.push(canonicalize(element)); 45 buffer.push(canonicalize(object[property])); 63 canonicalize,
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_error.c | 93 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 D | regexp-compiler-tonode.cc | 550 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 D | LocaleIDParser.java | 41 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 D | PluralRulesLoader.java | 63 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 D | LocaleIDParser.java | 43 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 D | PluralRulesLoader.java | 65 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 D | ImmutableMap.h | 106 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 D | ImmutableSet.h | 997 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 D | lib.rs | 505 /// `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 D | ItaniumManglingCanonicalizer.h | 80 Key canonicalize(StringRef Mangling);
|
H A D | SymbolRemappingReader.h | 113 return Canonicalizer.canonicalize(FunctionName); in insert()
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/timestamp/ |
H A D | set.js | 37 const data = Buffer.from(core_1.json.canonicalize(payload), 'utf8');
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | target.rs | 20 // 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 D | build.rs | 28 let path = path.canonicalize().unwrap_or(path); in main()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | interval.rs | 48 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 D | locid.h | 580 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 D | locid.h | 580 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 D | locid.h | 580 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 D | locid.cpp | 174 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 D | locid.cpp | 174 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 D | locid.cpp | 174 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...] |