Lines Matching refs:space
75 \param sum U_PSEUDO_OBJ to use for scratch space
102 \param sum PseudoObject used for scratch space
149 \param sum PseudoObject used for scratch space
450 if(oa->used + size >= oa->space){
451 oa->space += size;
452 char *newaccum = (char *) realloc(oa->accum, oa->space);
454 oa->space -= size; /* put it back the way it was */
487 oa->space = 0;
496 \param Data Data to copy into the PseudoObject's data. If NULL, space is allocated, but is cleared instead of filled.
533 \param Data Data to copy into the PseudoObject's data. If NULL, space is allocated (if necessary) and cleared instead of filled.
1187 \brief Conditionally extract an array of data from a source, allocating space to hold it.
2916 /* allocate space in the structure but put no data in */
2979 \param DLData U_PSEUDO_OBJ containing a U_PMF_DASHEDLINEDATA object Dash and space widths
5310 \param Scale Scale factor to convert page space to device space
6404 \param DLData Dash and space widths
8537 \param Scale Scale factor to convert page space to device space