/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdata.cpp | 174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument
|
H A D | collationsettings.cpp | 202 int32_t capacity = (totalLength + 3) & ~3; // round up to a multiple of 4 ints in setReorderArrays() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unistr_cnv.cpp | 151 int32_t capacity; in extract() local [all...] |
H A D | unistr_case.cpp | 119 int32_t capacity; in caseMap() local
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uniset.h | 296 int32_t capacity = INITIAL_CAPACITY; // capacity of list member in final
|
/third_party/node/deps/v8/src/execution/ |
H A D | microtask-queue.h | 99 intptr_t capacity() const { return capacity_; } in capacity() function in v8::internal::final
|
/third_party/node/deps/v8/src/inspector/ |
H A D | string-16.cc | 211 void String16Builder::reserveCapacity(size_t capacity) { in reserveCapacity() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 187 uint32_t capacity = static_cast<uint32_t>(object->elements().length()); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/utils/ |
H A D | detachable-vector.h | 29 size_t capacity() const { return capacity_; } in capacity() function in v8::internal::DetachableVectorBase
|
/third_party/mesa3d/src/util/ |
H A D | u_dynarray.h | 50 unsigned capacity; member 85 unsigned capacity = MAX3(DYN_ARRAY_INITIAL_SIZE, buf->capacity * 2, newcap); in util_dynarray_ensure_cap() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink_rand.h | 76 size_t capacity; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 148 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); } in capacity() function in LazyRandomTypeCollection
|
H A D | MergingTypeTableBuilder.cpp | 72 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() function in MergingTypeTableBuilder
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | LRUCache.hpp | 217 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationdata.cpp | 174 getEquivalentScripts(int32_t script, int32_t dest[], int32_t capacity, UErrorCode &errorCode) const getEquivalentScripts() argument
|
H A D | collationdatawriter.cpp | 56 RuleBasedCollator::cloneBinary(uint8_t *dest, int32_t capacity, UErrorCode &errorCode) const { in cloneBinary() argument 78 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) writeBase() argument 89 writeTailoring(const CollationTailoring &t, const CollationSettings &settings, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) writeTailoring() argument 99 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) write() argument [all...] |
H A D | collationsettings.cpp | 202 int32_t capacity = (totalLength + 3) & ~3; // round up to a multiple of 4 ints in setReorderArrays() local
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ufile.cpp | 209 u_fstropen(UChar *stringBuf, int32_t capacity, const char *locale) u_fstropen() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytesinkutil.cpp | 27 int32_t capacity; in appendChange() local
|
H A D | charstr.cpp | 52 int32_t CharString::extract(char *dest, int32_t capacity, UErrorCode &errorCode) const { in extract() argument 219 UBool CharString::ensureCapacity(int32_t capacity, in ensureCapacity() argument [all...] |
H A D | unistr_case.cpp | 119 int32_t capacity; in caseMap() local
|
H A D | unistr_cnv.cpp | 151 int32_t capacity; in extract() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uniset.h | 290 int32_t capacity = INITIAL_CAPACITY; // capacity of list member in U_FINAL
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyStringArrayList.java | 101 public LazyStringArrayList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() argument
|
H A D | IntArrayList.java | 124 public IntList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() argument
|