OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendCapacity
(Results
1 - 15
of
15
) sorted by null
/external/icu/icu4c/source/common/unicode/
appendable.h
86
*
appendCapacity
UChars. A subclass might use this to pre-allocate
89
* @param
appendCapacity
estimated number of UChars that will be appended
93
virtual UBool reserveAppendCapacity(int32_t
appendCapacity
);
193
*
appendCapacity
UChars.
194
* @param
appendCapacity
estimated number of UChars that will be appended
198
virtual UBool reserveAppendCapacity(int32_t
appendCapacity
);
/external/icu/icu4c/source/common/
charstr.cpp
100
int32_t
appendCapacity
=buffer.getCapacity()-len-1; // -1 for NUL
101
if(
appendCapacity
>=minCapacity) {
102
resultCapacity=
appendCapacity
;
unistr.cpp
[
all
...]
/external/icu/icu4c/source/i18n/
collationkeys.h
71
virtual UBool Resize(int32_t
appendCapacity
, int32_t length) = 0;
collationkeys.cpp
119
UBool ensureCapacity(int32_t
appendCapacity
);
181
UBool SortKeyLevel::ensureCapacity(int32_t
appendCapacity
) {
186
int32_t altCapacity = len + 2 *
appendCapacity
;
rulebasedcollator.cpp
68
virtual UBool Resize(int32_t
appendCapacity
, int32_t length);
84
FixedSortKeyByteSink::Resize(int32_t /*
appendCapacity
*/, int32_t /*length*/) {
100
virtual UBool Resize(int32_t
appendCapacity
, int32_t length);
116
CollationKeyByteSink::Resize(int32_t
appendCapacity
, int32_t length) {
121
int32_t altCapacity = length + 2 *
appendCapacity
;
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java
131
protected abstract boolean Resize(int
appendCapacity
, int length);
239
private boolean ensureCapacity(int
appendCapacity
) {
244
int altCapacity = len + 2 *
appendCapacity
;
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java
127
protected abstract boolean Resize(int
appendCapacity
, int length);
235
private boolean ensureCapacity(int
appendCapacity
) {
240
int altCapacity = len + 2 *
appendCapacity
;
[
all
...]
/external/icu/icu4c/source/test/intltest/
strtest.cpp
514
int32_t
appendCapacity
= 0;
515
char *buffer = chStr.getAppendBuffer(5, 10,
appendCapacity
, errorCode);
/external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 1092 milliseconds