Lines Matching full:capacity
229 * If required capacity is greater than capacity of the destination buffer then the error code
230 * is set to U_BUFFER_OVERFLOW_ERROR and the required capacity is returned
238 * @param capacity the capacity (size) fo UScriptCode buffer passed in.
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
304 * If there are more than capacity script codes to be written, then
312 * @param capacity capacity of the scripts array
318 * written to scripts unless U_BUFFER_OVERFLOW_ERROR indicates insufficient capacity
323 UScriptCode *scripts, int32_t capacity,