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

  /external/chromium/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 27 #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)
54 #if defined(POSIX) && (ICU_USE_THREADS==1)
57 #endif /* POSIX && (ICU_USE_THREADS==1) */
104 #if (ICU_USE_THREADS == 1)
126 * non-ICU_USE_THREADS builds.
141 #if defined(U_DEBUG) && (ICU_USE_THREADS==1)
181 #if (ICU_USE_THREADS == 1)
185 #endif /* ICU_USE_THREADS==1 */
222 #if (ICU_USE_THREADS == 1)
228 #endif /* ICU_USE_THREADS==1 *
    [all...]
  /external/icu4c/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/icu4c/common/unicode/
pwin32.h 184 #ifndef ICU_USE_THREADS
185 #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@
platform.h 200 #define ICU_USE_THREADS 1
  /external/chromium/third_party/icu/public/common/unicode/
ppalmos.h 157 #define ICU_USE_THREADS 1
pwin32.h 184 #define ICU_USE_THREADS 1
platform.h.in 196 #define ICU_USE_THREADS @ICU_USE_THREADS@
plinux.h 196 #define ICU_USE_THREADS 1
pmac.h 202 #define ICU_USE_THREADS 1
  /external/webkit/JavaScriptCore/icu/unicode/
platform.h 165 #define ICU_USE_THREADS 1
  /external/webkit/JavaScriptGlue/icu/unicode/
platform.h 165 #define ICU_USE_THREADS 1
  /external/webkit/WebCore/icu/unicode/
platform.h 165 #define ICU_USE_THREADS 1
  /external/webkit/WebKit/mac/icu/unicode/
platform.h 165 #define ICU_USE_THREADS 1
  /external/icu4c/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 515 #if (ICU_USE_THREADS==0)
intltest.cpp 1150 #if (ICU_USE_THREADS==0)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tsmthred.cpp 44 #if (ICU_USE_THREADS == 1)
107 #if (ICU_USE_THREADS==0)
117 if(exec) { logln("MultithreadTest - test DISABLED. ICU_USE_THREADS set to 0, check your configuration if this is a problem..");
    [all...]
  /external/chromium/third_party/icu/source/
configure 690 ICU_USE_THREADS
    [all...]
  /external/icu4c/
config.status 570 s,@ICU_USE_THREADS@,1,;t t
    [all...]
configure 690 ICU_USE_THREADS
    [all...]

Completed in 301 milliseconds