OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minCapacity
(Results
1 - 10
of
10
) sorted by null
/external/srec/portable/src/
ArrayListImpl.c
29
ESR_ReturnCode ArrayListCreateWithCapacity(ArrayList **self, size_t
minCapacity
)
54
impl->contents = MALLOC(
minCapacity
* sizeof(void*), MTAG);
60
impl->capacity =
minCapacity
;
61
impl->
minCapacity
=
minCapacity
;
122
if (impl->capacity > impl->
minCapacity
&&
/external/srec/portable/include/
ArrayListImpl.h
59
size_t
minCapacity
;
ArrayList.h
175
* @param
minCapacity
Minimum capacity of the array.
178
PORTABLE_API ESR_ReturnCode ArrayListCreateWithCapacity(ArrayList** self, size_t
minCapacity
);
/libcore/luni/src/main/java/java/util/
ComparableTimSort.java
[
all
...]
TimSort.java
[
all
...]
/external/chromium/third_party/icu/source/common/
unistr.cpp
486
// fLength>0 and not an "open" src.getBuffer(
minCapacity
)
1080
// do not modify a string that has an "open" getBuffer(
minCapacity
)
1117
// do not modify a string that has an "open" getBuffer(
minCapacity
)
[
all
...]
/external/icu4c/common/
unistr.cpp
487
// fLength>0 and not an "open" src.getBuffer(
minCapacity
)
1092
// do not modify a string that has an "open" getBuffer(
minCapacity
)
1129
// do not modify a string that has an "open" getBuffer(
minCapacity
)
[
all
...]
/external/chromium/third_party/icu/public/common/unicode/
unistr.h
[
all
...]
/external/icu4c/common/unicode/
unistr.h
[
all
...]
/external/icu4c/i18n/
ucol.cpp
271
ensureCEsCapacity(collIterate *data, int32_t
minCapacity
) {
278
if(
minCapacity
<= oldCapacity) {
282
return reallocCEs(data,
minCapacity
> oldCapacity ?
minCapacity
: oldCapacity);
[
all
...]
Completed in 738 milliseconds