Lines Matching full:u_init
29 * ICU by calling u_init().
31 * u_init() will attempt to load some part of ICU's data, and is
33 * leave the ICU data inaccessible. A successful invocation of u_init()
36 * Multiple calls to u_init() cause no harm, aside from the small amount
39 * In old versions of ICU, u_init() was required in multi-threaded applications
40 * to ensure the thread safety of ICU. u_init() is no longer needed for this purpose.
51 u_init(UErrorCode *status);
83 * calling u_init(). An application must invoke u_init() first from one single
84 * thread before allowing other threads call u_init(). All threads existing
85 * at the time of the first thread's call to u_init() must also call
86 * u_init() themselves before continuing with other ICU operations.
150 * u_init() has been called.
182 * u_init() has been called.
233 * u_init() has been called.