/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | AnyTransliterator.java | 171 // Phase 1. Backup the START value through COMMON until we get to expanse.start or a real script. in next() 182 // PHASE 2. Move up the LIMIT value through COMMON or single script until we get to expanse.limit in next() 289 // Since Transliterators are immutable, we don't have to clone on set & get 296 return (Transliterator) m.get(ID); in getInstance()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.cpp | 107 /* this file has a short name, get and use the long one */ in getLongPathname() 231 while (ifs.get(c) && pos < bufferLen) { in uprv_compareGoldenFiles()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetDecoderICU.java | 125 // if we get a replace, do not let the nio replace in implOnMalformedInput() 148 // if we get a replace, do not let the nio replace in implOnUnmappableCharacter() 379 offset=offsets.get(offsets.position()); 414 /* get the converter implementation function */ in toUnicodeWithCallback() 610 source.get(preToUArray, preToUBegin, length); in toUnicodeWithCallback()
|
/third_party/node/deps/v8/src/bigint/ |
H A D | mul-toom.cc | 91 digit_t* t = temp_storage.get(); in Toom3Main()
|
H A D | fromstring.cc | 66 // Parts and multipliers both grow in each iteration, and get fewer, so we 96 RWDigits multipliers(multipliers_storage.get(), num_parts); in FromStringLarge()
|
H A D | div-burnikel.cc | 136 RWDigits D(scratch_mem_.get(), 2 * n); in D3n2n()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | optimized-compilation-info.h | 220 return trace_turbo_filename_.get(); in trace_turbo_filename() 259 // get flushed while we are optimizing the code.
|
H A D | register-configuration.cc | 159 allocatable_general_register_codes.get(), in RestrictedRegisterConfiguration()
|
/third_party/node/deps/v8/src/base/ |
H A D | vector.h | 183 return data_.get(); in start()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-console.cc | 176 raw_name = name.get(); in LogTimerEvent()
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-heap.cc | 148 SoleReadOnlyHeap::shared_ro_heap_ = sole_ro_heap.get(); in CreateInitalHeapForBootstrapping()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | string-16.cc | 105 return String16(str.get()); in fromDouble()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array-buffer.h | 194 BackingStore* backing_store_raw() { return backing_store_.get(); } in backing_store_raw()
|
H A D | js-list-format.cc | 206 Handle<Object> item = FixedArray::get(*array, i, isolate); in ToUnicodeStringArray()
|
H A D | js-break-iterator.cc | 98 if (U_FAILURE(status) || break_iterator.get() == nullptr) { in New()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.cc | 244 info->name = names_->GetCopy(shared.DebugNameCStr().get()); in AddFunctionInfo()
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.h | 111 CodeRange* code_range = CodeRange::GetProcessWideCodeRange().get(); in GetEmbeddedDataForPC()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | startup-serializer.cc | 269 for (int i = 0; i < length; i++) serialized_.insert(serialized.get(i)); in AddToSet()
|
/third_party/node/deps/v8/src/utils/ |
H A D | allocation.h | 248 // the alignment to get the start of the aligned block. 356 return page_allocator_.get(); in page_allocator()
|
/third_party/rust/crates/cxx/tests/ffi/ |
H A D | lib.rs | 194 fn get(self: &C) -> usize; in get() functions 308 fn get(self: &R) -> usize; in get() functions 398 fn get(&self) -> usize { in get() functions
|
/third_party/rust/crates/log/src/ |
H A D | serde.rs | 69 .get(v as usize) in deserialize() 164 .get(v as usize) in deserialize()
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | views.rs | 337 // To render the line right, we have to get back the original labels. 340 .get(&(line_index + 1))
|
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 165 drop(wide_filename); // Drop wide_filename here to ensure it doesn’t get moved and dropped in open_already_loaded() 204 drop(wide_filename); // Drop wide_filename here to ensure it doesn’t get moved and dropped in load_with_flags() 220 pub unsafe fn get<T>(&self, symbol: &[u8]) -> Result<Symbol<T>, crate::Error> { in get() functions 280 /// The underlying data structures may still get leaked if an error does occur. 433 /// functions like [`Library::get`] with this DLL. Using this value causes writes to read-only
|
/third_party/rust/crates/libloading/src/os/unix/ |
H A D | mod.rs | 37 // On platforms where `dlerror` is still MT-unsafe, `dlsym` (`Library::get`) can spuriously in with_dlerror() 55 // This code will only get executed if the `closure` returns `None`. in with_dlerror() 126 /// [`Library::get`] calls of the returned `Library` will look for symbols in following 243 pub unsafe fn get<T>(&self, symbol: &[u8]) -> Result<Symbol<T>, crate::Error> { in get() functions 325 /// The underlying data structures may still get leaked if an error does occur.
|
/third_party/python/Tools/scripts/ |
H A D | fixdiv.py | 199 list = warnings.get(filename)
|