Searched defs:appendCapacity (Results 1 – 15 of 15) sorted by relevance
115 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
1919 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
138 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL in getAppendBuffer() local
1922 UnicodeStringAppendable::reserveAppendCapacity(int32_t appendCapacity) { in reserveAppendCapacity()
136 protected abstract boolean Resize(int appendCapacity, int length); in Resize()247 private boolean ensureCapacity(int appendCapacity) { in ensureCapacity()
183 UBool SortKeyLevel::ensureCapacity(int32_t appendCapacity) { in ensureCapacity()
118 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { in Resize()
769 int32_t appendCapacity = 0; in TestCharString() local
1090 protected boolean Resize(int appendCapacity, int length) { in Resize()