Lines Matching full:u_init
1447 <p>Some versions of ICU require calling the <code>u_init()</code> function
1449 those ICU versions, <code>u_init()</code> must be called before ICU is used
1450 from multiple threads. There is no harm in calling <code>u_init()</code> in a
1452 <code>u_init()</code> is not required.</p>
1454 <p>In addition to ensuring thread safety, <code>u_init()</code> also attempts
1457 <code>u_init()</code> usually means that the data cannot be found. In this
1463 <p>Since <code>u_init()</code> will load only one or two data files, it
1477 <p><code>u_init()</code> can be used to check for data loading. It tries to
1482 <p>These ICU versions require a call to <code>u_init()</code> before
1487 <p><code>u_init()</code> loads and initializes the data files for
1496 CPUs include: Power4, Power5, Alpha, Itanium. <code>u_init()</code> was not