Home | History | Annotate | Download | only in i18n

Lines Matching refs:appendCapacity

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;