/external/icu4c/common/unicode/ |
uclean.h | 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 existin [all...] |
putil.h | 78 * first ICU operation (e.g., u_init()) that will require the loading of an 85 * @see u_init
|
icuplug.h | 170 UPLUG_LEVEL_LOW = 2, /**< The plugin must be called before u_init completes **/
|
urename.h | 282 #define u_init U_ICU_ENTRY_POINT_RENAME(u_init) macro [all...] |
/external/icu4c/common/ |
uinit.c | 50 u_init(UErrorCode *status) { function
|
ustr_imp.h | 76 * Intended primarily for use from u_init().
|
utrace.c | 441 "u_init",
|
/external/icu4c/test/cintltst/ |
hpmufn.c | 166 u_init(&status); 185 log_err("Properties doesn't reinitialize without u_init.\n"); 188 u_init(&status); 313 u_init(&status); 346 u_init(&status); 438 u_init(&status); 462 u_init(&status);
|
cintltst.c | 111 u_init(&errorCode); 132 ctest_setICU_DATA(); /* u_setDataDirectory() must happen Before u_init() */ 134 u_init(&errorCode); 137 "#### ERROR! %s: u_init() failed with status = \"%s\".\n" 469 u_init(&status); 471 log_err_status(status, "u_init failed with %s\n", u_errorName(status));
|
tracetst.c | 364 TEST_ASSERT(strcmp(name, "u_init") == 0);
|
udatatst.c | 481 u_init(&status); 490 u_init(&status); 497 u_init(&status); 503 u_init(&status); 510 u_init(&status); [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
putil.h | 76 * first ICU operation (e.g., u_init()) that will require the loading of an 83 * @see u_init
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
putil.h | 76 * first ICU operation (e.g., u_init()) that will require the loading of an 83 * @see u_init
|
/external/webkit/Source/WebCore/icu/unicode/ |
putil.h | 76 * first ICU operation (e.g., u_init()) that will require the loading of an 83 * @see u_init
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
putil.h | 76 * first ICU operation (e.g., u_init()) that will require the loading of an 83 * @see u_init
|
/external/icu4c/tools/icuinfo/ |
icuinfo.cpp | 54 u_init(&initStatus); 132 printf("ICU Initialized: u_init() returned %s\n", u_errorName(initStatus));
|
/external/icu4c/test/iotest/ |
iotest.cpp | [all...] |
/external/icu4c/ |
readme.html | [all...] |
/external/icu4c/samples/date/ |
date.c | 217 u_init(&status);
|
/external/icu4c/test/letest/ |
letest.cpp | [all...] |
/external/icu4c/tools/genbrk/ |
genbrk.cpp | 189 u_init(&status);
|
/external/icu4c/tools/gencfu/ |
gencfu.cpp | 197 u_init(&status);
|
/external/icu4c/tools/genrb/ |
genrb.c | 260 u_init(&status); 262 /* Note: u_init() will try to open ICU property data.
|
/libcore/luni/src/main/native/ |
libcore_icu_ICU.cpp | [all...] |
/external/icu4c/test/intltest/ |
intltest.cpp | [all...] |