Lines Matching full:library
22 /** These are the functions used to register a library's memory cleanup
23 * functions. Each library should define a single library register function
24 * to call this API. In the i18n library, it is ucln_i18n_registerCleanup().
32 * You should add your function to the library specific cleanup function.
33 * If the cleanup function is not in the common library, the code that
34 * allocates the memory should call the library specific cleanup function.
35 * For instance, in the i18n library, any memory allocated statically must
36 * call ucln_i18n_registerCleanup() from the ucln_in.h header. These library
38 * between the common library and any other library.
75 * @param type which library to register for.
82 * Request cleanup for one specific library.
85 * @param type which library to cleanup