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

  /external/chromium_org/third_party/icu/source/common/
putilimp.h 114 #if defined(U_TIMEZONE) || defined(U_HAVE_TIMEZONE)
117 # define U_TIMEZONE timezone
122 # define U_TIMEZONE _timezone
124 # define U_TIMEZONE __timezone
127 # define U_TIMEZONE _timezone
135 # define U_TIMEZONE timezone
putil.cpp 637 #ifdef U_TIMEZONE
638 return U_TIMEZONE;
661 have U_TIMEZONE defined so that this code is not reached.
678 #if !UCONFIG_NO_FILE_IO && ((U_PLATFORM_IS_DARWIN_BASED && (U_PLATFORM != U_PF_IPHONE || defined(U_TIMEZONE))) || U_PLATFORM_IS_LINUX_BASED || U_PLATFORM == U_PF_BSD || U_PLATFORM == U_PF_SOLARIS)
    [all...]
  /external/icu/icu4c/source/common/
putilimp.h 114 #if defined(U_TIMEZONE) || defined(U_HAVE_TIMEZONE)
117 # define U_TIMEZONE timezone
121 # define U_TIMEZONE __timezone
124 # define U_TIMEZONE _timezone
132 # define U_TIMEZONE timezone
putil.cpp 637 #ifdef U_TIMEZONE
638 return U_TIMEZONE;
661 have U_TIMEZONE defined so that this code is not reached.
678 #if !UCONFIG_NO_FILE_IO && ((U_PLATFORM_IS_DARWIN_BASED && (U_PLATFORM != U_PF_IPHONE || defined(U_TIMEZONE))) || U_PLATFORM_IS_LINUX_BASED || U_PLATFORM == U_PF_BSD || U_PLATFORM == U_PF_SOLARIS)
    [all...]
  /external/icu/icu4c/source/
config.status 590 s,@U_TIMEZONE@,timezone,;t t
    [all...]
configure 630 U_TIMEZONE
    [all...]
  /external/chromium_org/third_party/icu/source/
configure 630 U_TIMEZONE
    [all...]

Completed in 297 milliseconds