Lines Matching full:supplied
115 * Function Pointer type for a user supplied mutex initialization function.
116 * The user-supplied function will be called by ICU whenever ICU needs to create a
118 * to something that uniquely identifies the mutex into the UMTX that is supplied
120 * @param context user supplied value, obtained from from u_setMutexFunctions().
134 * Function Pointer type for a user supplied mutex functions.
135 * One of the user-supplied functions with this signature will be called by ICU
137 * @param context user supplied value, obtained from from u_setMutexFunctions().
152 * a parameter to the user-supplied mutex functions each time they
168 * Pointer type for a user supplied atomic increment or decrement function.
169 * @param context user supplied value, obtained from from u_setAtomicIncDecFunctions().
199 * Pointer type for a user supplied memory allocation function.
200 * @param context user supplied value, obtained from from u_setMemoryFunctions().
208 * Pointer type for a user supplied memory re-allocation function.
209 * @param context user supplied value, obtained from from u_setMemoryFunctions().
217 * Pointer type for a user supplied memory free function. Behavior should be
219 * @param context user supplied value, obtained from from u_setMemoryFunctions().
237 * @param a Pointer to a user-supplied malloc function.
238 * @param r Pointer to a user-supplied realloc function.
239 * @param f Pointer to a user-supplied free function.