Home
last modified time | relevance | path

Searched defs:get (Results 651 - 675 of 944) sorted by relevance

1...<<21222324252627282930>>...38

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DListFormatter.java665 public ListFormatter get(ULocale locale, String style) { in get() method in ListFormatter.Cache
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp544 UChar UCharFile::get() { in get() function in UCharFile
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointTrie.java289 public int get(int c) { in get() method in CodePointTrie
1026 public final int get(int c) { in get() method in CodePointTrie.Fast16
1083 public final int get(int c) { in get() method in CodePointTrie.Fast32
1140 public final int get(int c) { in get() method in CodePointTrie.Fast8
/third_party/icu/icu4c/source/common/
H A Dserv.cpp363 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get() function in ICUService
369 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const in get() function in ICUService
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c170 cl_t (*get)(struct fat_descriptor *, cl_t); member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java617 public T get(int codepoint) { in get() method in UnicodeMap
630 public T get(String value) { in get() method in UnicodeMap
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java388 Object get(Object parent); in get() method
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java100 public abstract String get(int typ, boolean brief); in get() method in CheckAPI.APIInfo
117 public String get(int typ, boolean brief) { in get() method in CheckAPI.Info
524 public String get(int typ, boolean brief) { in get() method in CheckAPI.DeltaInfo
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2.java241 abstract public int get(int codePoint); in get() method in Trie2
[all...]
H A DLocaleDisplayNamesImpl.java638 String get(String tableName, String code) { get() method in LocaleDisplayNamesImpl.DataTable
642 String get(String tableName, String subTableName, String code) { get() method in LocaleDisplayNamesImpl.DataTable
662 public String get(String tableName, String subTableName, String code) { get() method in LocaleDisplayNamesImpl.ICUDataTable
669 public abstract DataTable get(ULocale locale, boolean nullIfNotFound); get() method in LocaleDisplayNamesImpl.DataTables
692 public DataTable get(ULocale locale, boolean nullIfNotFound) { get() method in LocaleDisplayNamesImpl.ICUDataTables
737 public LocaleDisplayNames get(ULocale locale, DialectHandling dialectHandling) { get() method in LocaleDisplayNamesImpl.Cache
750 public LocaleDisplayNames get(ULocale locale, DisplayContext... contexts) { get() method in LocaleDisplayNamesImpl.Cache
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java387 Object get(Object parent); in get() method
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java75 long get(int i) { return buffer[i]; } in get() method in CollationIterator.CEBuffer
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DListFormatter.java734 public ListFormatter get(ULocale locale, String style) { in get() method in ListFormatter.Cache
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointTrie.java278 public int get(int c) { in get() method in CodePointTrie
1002 public final int get(int c) { in get() method in CodePointTrie.Fast16
1055 public final int get(int c) { in get() method in CodePointTrie.Fast32
1108 public final int get(int c) { in get() method in CodePointTrie.Fast8
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java614 public T get(int codepoint) { in get() method in UnicodeMap
627 public T get(String value) { in get() method in UnicodeMap
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp2752 char_int_type get() get() function in detail::binary_reader
[all...]
/third_party/jinja2/
H A Druntime.py198 def get(self, key: str, default: t.Any = None) -> t.Any: member in Context
/third_party/node/deps/v8/third_party/jinja2/
H A Druntime.py213 def get(self, key, default=None): member in Context
/third_party/node/tools/inspector_protocol/jinja2/
H A Druntime.py187 def get(self, key, default=None): member in Context
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp363 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const in get() function in ICUService
369 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const in get() function in ICUService
/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py623 def get(self, prop): global() member in Counter
[all...]
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc41 Handle<Object> get = v8::FromCData(isolate, getter); in MakeAccessor() local
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h67 Object FixedArray::get(int index) const { in get() function in v8::internal::FixedArray
72 Object FixedArray::get(PtrComprCageBase cage_base, int index) const { in get() function in v8::internal::FixedArray
78 Handle<Object> FixedArray::get(FixedArray array, int index, Isolate* isolate) { in get() function in v8::internal::FixedArray
123 Object FixedArray::get(int index, RelaxedLoadTag) const { in get() function in v8::internal::FixedArray
128 Object FixedArray::get(PtrComprCageBase cage_base, int index, in get() function in v8::internal::FixedArray
147 Object FixedArray::get(in function in v8::internal::FixedArray
152 Object FixedArray::get(PtrComprCageBase cage_base, int index, get() function in v8::internal::FixedArray
378 Handle<Object> FixedDoubleArray::get(FixedDoubleArray array, int index, get() function in v8::internal::FixedDoubleArray
563 byte ByteArray::get(int index) const { get() function in v8::internal::ByteArray
688 Object TemplateList::get(int index) const { get() function in v8::internal::TemplateList
692 Object TemplateList::get(PtrComprCageBase cage_base, int index) const { get() function in v8::internal::TemplateList
[all...]
/third_party/node/deps/v8/src/utils/
H A Dutils.h301 T* get() const { in get() function in v8::internal::SetOncePointer
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js

Completed in 42 milliseconds

1...<<21222324252627282930>>...38