Home | History | Annotate | Download | only in common

Lines Matching refs:getCapacity

431     u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
1174 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
1269 if(newLength <= getCapacity() && isBufferWritable()) {
1511 int32_t capacity=getCapacity();
1539 newCapacity = getCapacity();
1559 newCapacity > getCapacity()
1594 newCapacity = getCapacity();
1668 *resultCapacity = str.getCapacity() - oldLength;