HomeSort by relevance Sort by last modified time
    Searched defs:U_PLATFORM (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
platform.h 34 * try to derive it from the U_PLATFORM value
67 * \def U_PLATFORM
68 * The U_PLATFORM macro defines the platform we're on.
76 * The U_PLATFORM macro is set to one of these values.
135 #ifdef U_PLATFORM
138 # define U_PLATFORM U_PF_MINGW
140 # define U_PLATFORM U_PF_CYGWIN
142 # define U_PLATFORM U_PF_WINDOWS
144 # define U_PLATFORM U_PF_ANDROID
148 # define U_PLATFORM U_PF_NATIVE_CLIEN
    [all...]
  /external/icu/icu4c/source/common/unicode/
platform.h 34 * try to derive it from the U_PLATFORM value
67 * \def U_PLATFORM
68 * The U_PLATFORM macro defines the platform we're on.
76 * The U_PLATFORM macro is set to one of these values.
133 #ifdef U_PLATFORM
136 # define U_PLATFORM U_PF_MINGW
138 # define U_PLATFORM U_PF_CYGWIN
140 # define U_PLATFORM U_PF_WINDOWS
142 # define U_PLATFORM U_PF_ANDROID
146 # define U_PLATFORM U_PF_LINU
    [all...]

Completed in 81 milliseconds