Home
last modified time | relevance | path

Searched defs:capacity (Results 476 - 500 of 541) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/node/deps/icu-small/source/common/
H A Dunistr.cpp151 UnicodeString::UnicodeString(int32_t capacity, UChar32 c, int32_t count) { in UnicodeString() argument
370 allocate(int32_t capacity) allocate() argument
453 int32_t capacity; fromUTF32() local
1016 int32_t capacity = (int32_t)sizeof(stackBuffer); toUTF8() local
1054 toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const toUTF32() argument
1375 int32_t capacity; setToUTF8() local
1813 int32_t capacity=getCapacity(); releaseBuffer() local
[all...]
H A Dumutablecptrie.cpp410 int32_t capacity; in allocDataBlock() local
919 int32_t capacity = 0; member in __anon11850::MixedBlocks
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp1180 TimeZone::getRegion(const UnicodeString& id, char *region, int32_t capacity, UErrorCode& status) in getRegion() argument
H A Duregex.cpp1376 int32_t capacity = *destCapacity; in appendReplacement() local
1447 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); in appendReplacement() local
1448 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); in appendReplacement() local
[all...]
H A Drulebasedcollator.cpp641 RuleBasedCollator::getReorderCodes(int32_t *dest, int32_t capacity, in getReorderCodes() argument
1328 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), capacity); getSortKey() local
1543 internalGetShortDefinitionString(const char *locale, char *buffer, int32_t capacity, UErrorCode &errorCode) const internalGetShortDefinitionString() argument
[all...]
H A Dmsgfmt.cpp346 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp1329 int32_t capacity = 100000; in addCollation() local
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc666 int capacity = JSArray::kPreallocatedArrayElements; in ReduceJSCreateArray() local
685 int capacity = static_cast<int>(length_type.Max()); in ReduceJSCreateArray() local
517 ReduceNewArray( Node* node, Node* length, int capacity, MapRef initial_map, ElementsKind elements_kind, AllocationType allocation, const SlackTrackingPrediction& slack_tracking_prediction) ReduceNewArray() argument
1364 int capacity = ReduceJSCreateObject() local
1616 AllocateElements(Node* effect, Node* control, ElementsKind elements_kind, int capacity, AllocationType allocation) AllocateElements() argument
1645 int const capacity = static_cast<int>(values.size()); AllocateElements() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc1566 TNode<IntPtrT> capacity = IntPtrConstant(1); in RegExpPrototypeSplitBody() local
1734 TNode<IntPtrT> capacity = IntPtrZero(); in RegExpPrototypeSplitBody() local
H A Dbuiltins-array-gen.cc287 TNode<IntPtrT> capacity = SmiUntag(LoadFixedArrayBaseLength(elements)); in TF_BUILTIN() local
531 TNode<IntPtrT> capacity = IntPtrConstant(0); in ConstructArrayLike() local
H A Dbuiltins-string-gen.cc1383 TNode<IntPtrT> capacity = IntPtrConstant(1); in TF_BUILTIN() local
1421 TNode<IntPtrT> capacity = IntPtrConstant(0); in TF_BUILTIN() local
H A Dbuiltins-internal-gen.cc627 TNode<Smi> capacity = GetCapacity<NameDictionary>(properties); in DictionarySpecificDelete() local
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1333 int capacity = Capacity(); in SmallOrderedHashTableVerify() local
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc958 AllocateRawWeakArrayList( int capacity, AllocationType allocation) AllocateRawWeakArrayList() argument
995 NewSwissNameDictionaryWithCapacity( int capacity, AllocationType allocation) NewSwissNameDictionaryWithCapacity() argument
1020 table.Initialize(isolate(), *meta_table, capacity); NewSwissNameDictionaryWithCapacity() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2339 TNode<IntPtrT> capacity = IntPtrConstant(0); in IGNITION_HANDLER() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp346 UBool MessageFormat::allocateArgTypes(int32_t capacity, UErrorCode& status) { in allocateArgTypes() argument
[all...]
H A Drulebasedcollator.cpp638 RuleBasedCollator::getReorderCodes(int32_t *dest, int32_t capacity, in getReorderCodes() argument
1325 FixedSortKeyByteSink sink(reinterpret_cast<char *>(dest), capacity); getSortKey() local
1540 internalGetShortDefinitionString(const char *locale, char *buffer, int32_t capacity, UErrorCode &errorCode) const internalGetShortDefinitionString() argument
[all...]
H A Dtimezone.cpp1162 TimeZone::getRegion(const UnicodeString& id, char *region, int32_t capacity, UErrorCode& status) in getRegion() argument
H A Duregex.cpp1376 int32_t capacity = *destCapacity; in appendReplacement() local
1447 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); in appendReplacement() local
1448 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); in appendReplacement() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp981 int32_t capacity = 100000; in addCollation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h81 uint64_t capacity; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiimp.h248 int32_t capacity; /* number of points allocated */ member
H A Duloc_tag.cpp1886 int32_t capacity = sizeof tmpAppend; in _appendPrivateuseToLanguageTag() local
H A Dumutablecptrie.cpp410 int32_t capacity; in allocDataBlock() local
919 int32_t capacity = 0; member in __anon21079::MixedBlocks
H A Dunistr.cpp151 UnicodeString::UnicodeString(int32_t capacity, UChar32 c, int32_t count) { in UnicodeString() argument
369 allocate(int32_t capacity) allocate() argument
452 int32_t capacity; fromUTF32() local
973 int32_t capacity = (int32_t)sizeof(stackBuffer); toUTF8() local
1011 toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const toUTF32() argument
1332 int32_t capacity; setToUTF8() local
1770 int32_t capacity=getCapacity(); releaseBuffer() local
[all...]

Completed in 68 milliseconds

1...<<11121314151617181920>>...22