HomeSort by relevance Sort by last modified time
    Searched refs:needsInit (Results 1 - 8 of 8) sorted by null

  /external/icu4c/io/
locbund.c 51 UBool needsInit;
53 UMTX_CHECK(NULL, gPosixNumberFormat[style-1] == NULL, needsInit);
54 if (needsInit) {
  /external/icu4c/common/
brkeng.cpp 140 UBool needsInit;
149 needsInit = (UBool)(fEngines == NULL);
150 if (!needsInit) {
166 if (needsInit) {
brkiter.cpp 305 UBool needsInit;
306 UMTX_CHECK(NULL, (UBool)(gService == NULL), needsInit);
308 if (needsInit) {
rbbi.cpp     [all...]
  /external/icu4c/i18n/
csdetect.cpp 74 UBool needsInit;
81 UMTX_CHECK(NULL, (UBool) (fCSRecognizers == NULL), needsInit);
83 if (needsInit) {
timezone.cpp 383 UBool needsInit;
384 UMTX_CHECK(&LOCK, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
388 if (needsInit) {
619 UBool needsInit;
620 UMTX_CHECK(&LOCK, (DEFAULT_ZONE == NULL), needsInit);
621 if (needsInit) {
    [all...]
ucol_res.cpp 109 UBool needsInit;
110 UMTX_CHECK(NULL, (_staticUCA == NULL), needsInit);
112 if(needsInit) {
    [all...]
ucol_bld.cpp     [all...]

Completed in 390 milliseconds