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

  /external/chromium_org/third_party/icu/source/common/
umutex.h 27 # define ICU_USE_THREADS 0
30 /* ICU_USE_THREADS
37 #ifndef ICU_USE_THREADS
38 # define ICU_USE_THREADS 1
umutex.c 32 #if (ICU_USE_THREADS == 1) && defined(MAC_OS_X_VERSION_10_4) && defined(MAC_OS_X_VERSION_MIN_REQUIRED) && (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_4)
59 #if defined(POSIX) && (ICU_USE_THREADS==1)
62 #endif /* POSIX && (ICU_USE_THREADS==1) */
108 #if (ICU_USE_THREADS == 0)
512 #if defined (U_WINDOWS) && ICU_USE_THREADS == 1
518 #elif defined (POSIX) && ICU_USE_THREADS == 1
536 #if defined (U_WINDOWS) && ICU_USE_THREADS == 1
542 #elif defined (POSIX) && ICU_USE_THREADS == 1
  /external/chromium_org/third_party/icu/source/common/unicode/
pandroid.h 150 #ifndef ICU_USE_THREADS
151 #define ICU_USE_THREADS 1
pfreebsd.h 150 #ifndef ICU_USE_THREADS
151 #define ICU_USE_THREADS 1
plinux.h 150 #ifndef ICU_USE_THREADS
151 #define ICU_USE_THREADS 1
pmac.h 166 #ifndef ICU_USE_THREADS
167 #define ICU_USE_THREADS 1
pnacl.h 150 #ifndef ICU_USE_THREADS
151 #define ICU_USE_THREADS 1
pqnx.h 150 #ifndef ICU_USE_THREADS
151 #define ICU_USE_THREADS 1
pwin32.h 188 #ifndef ICU_USE_THREADS
189 #define ICU_USE_THREADS 1
ppalmos.h 157 #define ICU_USE_THREADS 1
platform.h.in 150 #ifndef ICU_USE_THREADS
151 #define ICU_USE_THREADS @ICU_USE_THREADS@
popenbsd.h 170 #define ICU_USE_THREADS 1
  /external/icu/icu4c/source/test/intltest/
intltest.h 25 * \def ICU_USE_THREADS
32 #ifdef ICU_USE_THREADS
36 # define ICU_USE_THREADS 0
38 # define ICU_USE_THREADS 1
simplethread.cpp 65 #if (ICU_USE_THREADS == 1)
107 #if (ICU_USE_THREADS==0)
482 #endif // ICU_USE_THREADS
tsmthred.cpp 56 #if (ICU_USE_THREADS == 1)
115 #if (ICU_USE_THREADS==0)
125 if(exec) { logln("MultithreadTest - test DISABLED. ICU_USE_THREADS set to 0, check your configuration if this is a problem..");
    [all...]
tzfmttst.cpp 639 #if (ICU_USE_THREADS==0)
    [all...]
intltest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 50 #if (ICU_USE_THREADS == 1)
97 #if (ICU_USE_THREADS==0)
472 #endif // ICU_USE_THREADS
tsmthred.cpp 46 #if (ICU_USE_THREADS == 1)
109 #if (ICU_USE_THREADS==0)
119 if(exec) { logln("MultithreadTest - test DISABLED. ICU_USE_THREADS set to 0, check your configuration if this is a problem..");
    [all...]
tzfmttst.cpp 514 #if (ICU_USE_THREADS==0)
intltest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/
configure 646 ICU_USE_THREADS
    [all...]
  /external/icu/icu4c/source/
configure     [all...]
config.status 570 s,@ICU_USE_THREADS@,1,;t t
    [all...]

Completed in 1480 milliseconds