Home
last modified time | relevance | path

Searched defs:add (Results 376 - 400 of 1071) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTextTrieMap.java271 public void add(CharIterator chitr, V value) { in add() method in TextTrieMap.Node
326 private void add(char[] text, int offset, V value) { in add() method in TextTrieMap.Node
[all...]
H A DStringRange.java39 void add(String start, String end); in add() method
273 private static void add(int endIndex, int startOffset, int[] starts, int[] ends, StringBuilder builder, Collection<String> output) { in add() method in StringRange
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCounter.java68 public Counter<T> add(T obj, long countValue) { in add() method in Counter
/third_party/icu/icu4c/source/i18n/
H A Dcollationsets.cpp342 TailoredSet::add(UChar32 c) { add() function in TailoredSet
[all...]
H A Dhebrwcal.cpp214 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar
274 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar
[all...]
H A Ddayperiodrules.cpp498 void DayPeriodRules::add(int32_t startHour, int32_t limitHour, DayPeriod period) { in add() function in DayPeriodRules
/third_party/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h348 void add(int32_t c, int32_t value) { in add() function in StringTrieBuilder::ListBranchNode
356 void add(int32_t c, Node *node) { in add() function in StringTrieBuilder::ListBranchNode
/third_party/libwebsockets/lib/misc/lwsac/
H A Dlwsac.c29 lws_list_ptr_insert(lws_list_ptr *head, lws_list_ptr *add, in lws_list_ptr_insert() argument
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp1401 void add(char_int_type c) add() function in detail::lexer
[all...]
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py51 def add(self, k): member in UnionFind
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c605 rops_tx_credit_h2(struct lws *wsi, char peer_to_us, int add) in rops_tx_credit_h2() argument
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_printer.c64 static void pvr_pds_disassemble_instruction_add64(struct pvr_add *add, in pvr_pds_disassemble_instruction_add64() argument
88 static void pvr_pds_disassemble_instruction_add32(struct pvr_add *add, in pvr_pds_disassemble_instruction_add32() argument
[all...]
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py120 def add(self, element: Node) -> None: member in Node
151 def add(self, element: Node) -> None: member in Csbgen
227 def add(self, element: Node) -> None: member in Enum
300 def add(self, element: Node) -> None: member in Struct
498 def add(self, element: Node) -> None: global() member in Field
616 def add(self, element: Node) -> None: global() member in Condition
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp41 void ComponentInterference::add(size_t idx1, size_t idx2) in add() function in r600::ComponentInterference
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py534 def add(self, key): member in OrderedSet
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringtriebuilder.h348 void add(int32_t c, int32_t value) { in add() function in StringTrieBuilder::ListBranchNode
356 void add(int32_t c, Node *node) { in add() function in StringTrieBuilder::ListBranchNode
/third_party/node/deps/brotli/c/enc/
H A Dhash_rolling_inc.h32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in HashRollingFunctionInitial() argument
37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in HashRollingFunction() argument
170 uint8_t add = data[(pos + CHUNKLEN) & ring_buffer_mask]; in FindLongestMatch() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationsets.cpp342 TailoredSet::add(UChar32 c) { add() function in TailoredSet
[all...]
H A Ddayperiodrules.cpp500 void DayPeriodRules::add(int32_t startHour, int32_t limitHour, DayPeriod period) { in add() function in DayPeriodRules
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H A Doptions.js
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py528 def add(self, key): member in OrderedSet
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm852 add b32 $r0 $c $r0 $r3 global() label
853 add b32 $r1 $r1 0x0 $c global() label
875 add b32 $r2 $r2 $r3 // MP + warp offset global() label
876 add b32 $r0 $c $r0 $r2 global() label
877 add b32 $r1 $r1 0x0 $c global() label
883 add b32 $r0 $c $r0 0x10 global() label
884 add b32 $r1 $r1 0x0 $c global() label
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp206 UnicodeString add = UnicodeString(date, kRELATIVE_ADD.length()); // "add" is a string indicating which fields to add in testConvertDate() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java290 static void add(String ID, Transliterator t) { in add() method in AnyTransliterator.ScriptRunIterator.DummyFactory
301 static Set add(Set s, Enumeration enumeration) { in add() method in AnyTransliterator.ScriptRunIterator
/third_party/libexif/contrib/c++/
H A Dexif.hxx423 void add(Entry &entry) in add() function

Completed in 21 milliseconds

1...<<11121314151617181920>>...43