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

  /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
platform.h 154 #ifndef ICU_USE_THREADS
155 #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@
  /external/webkit/Source/JavaScriptCore/icu/unicode/
platform.h 165 #define ICU_USE_THREADS 1
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
platform.h 165 #define ICU_USE_THREADS 1
  /external/webkit/Source/WebCore/icu/unicode/
platform.h 165 #define ICU_USE_THREADS 1
  /external/webkit/Source/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 514 #if (ICU_USE_THREADS==0)
intltest.cpp     [all...]
  /external/icu4c/
configure 646 ICU_USE_THREADS
    [all...]
configure.orig 646 ICU_USE_THREADS
    [all...]
config.status 570 s,@ICU_USE_THREADS@,1,;t t
    [all...]

Completed in 431 milliseconds