Home
last modified time | relevance | path

Searched defs:toAdd (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
/third_party/node/deps/icu-small/source/common/unicode/
H A Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h41 inline void add(T toAdd) { set(toAdd, 1); } in add() argument
/third_party/icu/icu4c/source/common/
H A Dcaniter.cpp472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
H A Duresbund.cpp1081 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) { in ures_appendResPath() argument
/third_party/node/deps/icu-small/source/common/
H A Dcaniter.cpp472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
H A Duresbund.cpp1083 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) { in ures_appendResPath() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dcaniter.cpp472 UnicodeString *toAdd = new UnicodeString(prefix); in getEquivalents2() local
H A Duresbund.cpp895 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) { in ures_appendResPath() argument
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp192 void addItem(T &&toAdd) in addItem() argument
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp895 bool ClipStack::SaveRecord::addElement(RawElement&& toAdd, RawElement::Stack* elements) { in addElement() argument
992 appendElement(RawElement&& toAdd, RawElement::Stack* elements) appendElement() argument
1085 replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements) replaceWithElement() argument
[all...]
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp371 void SortedLines::addAll(Line* toAdd, int32_t toAddSize) in addAll() argument
490 Line lower, upper, trial, toAdd, helper; in detectContractions() local
713 Line toAdd; noteContraction() local
781 contractionsTable->put(UnicodeString(toAdd.name, toAdd.len), &toAdd, status); noteContraction() local
1308 Line *toAdd = &lines[size]; add() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h873 MEM_STATIC U64 ZSTD_rollingHash_rotate(U64 hash, BYTE toRemove, BYTE toAdd, U64 primePower) in ZSTD_rollingHash_rotate() argument

Completed in 33 milliseconds