Lines Matching full:capacity
387 * @param dest Destination buffer. Can be NULL only if capacity=*length==0.
388 * @param length Input: Capacity of destination buffer.
391 * Can be NULL, meaning capacity=0 and the string length is not
407 * length==capacity (in which case U_STRING_NOT_TERMINATED_WARNING is set).
653 * @param dest Destination buffer. Can be NULL only if capacity=*length==0.
654 * @param pLength Input: Capacity of destination buffer.
657 * Can be NULL, meaning capacity=0 and the string length is not
673 * length==capacity (in which case U_STRING_NOT_TERMINATED_WARNING is set).
746 * @param dest Destination buffer. Can be NULL only if capacity=*length==0.
747 * @param pLength Input: Capacity of destination buffer.
750 * Can be NULL, meaning capacity=0 and the string length is not
766 * length==capacity (in which case U_STRING_NOT_TERMINATED_WARNING is set).