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

  /external/icu4c/common/unicode/
umachine.h 237 * \def U_SIZEOF_WCHAR_T
238 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
242 #if U_SIZEOF_WCHAR_T==0
243 # undef U_SIZEOF_WCHAR_T
244 # define U_SIZEOF_WCHAR_T 4
261 # if (U_SIZEOF_WCHAR_T==2)
263 # elif (U_SIZEOF_WCHAR_T==4)
267 # if (__OS390__ || __OS400__) && (U_SIZEOF_WCHAR_T==2)
271 # if (U_SIZEOF_WCHAR_T==4)
296 #if U_SIZEOF_WCHAR_T==
    [all...]
platform.h 268 #define U_SIZEOF_WCHAR_T 1
278 #ifndef U_SIZEOF_WCHAR_T
279 #define U_SIZEOF_WCHAR_T 4
298 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
306 #elif U_SIZEOF_WCHAR_T == 2 \
ppalmos.h 214 #define U_SIZEOF_WCHAR_T 2
pwin32.h 253 #define U_SIZEOF_WCHAR_T 2
  /external/webkit/JavaScriptCore/icu/unicode/
platform.h 213 #define U_SIZEOF_WCHAR_T 4
umachine.h 264 * \def U_SIZEOF_WCHAR_T
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
269 #if U_SIZEOF_WCHAR_T==0
270 # undef U_SIZEOF_WCHAR_T
271 # define U_SIZEOF_WCHAR_T 4
288 # if (U_SIZEOF_WCHAR_T==2)
290 # elif (U_SIZEOF_WCHAR_T==4)
294 # if (__OS390__ || __OS400__) && (U_SIZEOF_WCHAR_T==2)
298 # if (U_SIZEOF_WCHAR_T==4)
323 #if U_SIZEOF_WCHAR_T==
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
platform.h 213 #define U_SIZEOF_WCHAR_T 4
umachine.h 264 * \def U_SIZEOF_WCHAR_T
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
269 #if U_SIZEOF_WCHAR_T==0
270 # undef U_SIZEOF_WCHAR_T
271 # define U_SIZEOF_WCHAR_T 4
288 # if (U_SIZEOF_WCHAR_T==2)
290 # elif (U_SIZEOF_WCHAR_T==4)
294 # if (__OS390__ || __OS400__) && (U_SIZEOF_WCHAR_T==2)
298 # if (U_SIZEOF_WCHAR_T==4)
323 #if U_SIZEOF_WCHAR_T==
    [all...]
  /external/webkit/WebCore/icu/unicode/
platform.h 213 #define U_SIZEOF_WCHAR_T 4
umachine.h 264 * \def U_SIZEOF_WCHAR_T
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
269 #if U_SIZEOF_WCHAR_T==0
270 # undef U_SIZEOF_WCHAR_T
271 # define U_SIZEOF_WCHAR_T 4
288 # if (U_SIZEOF_WCHAR_T==2)
290 # elif (U_SIZEOF_WCHAR_T==4)
294 # if (__OS390__ || __OS400__) && (U_SIZEOF_WCHAR_T==2)
298 # if (U_SIZEOF_WCHAR_T==4)
323 #if U_SIZEOF_WCHAR_T==
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
platform.h 213 #define U_SIZEOF_WCHAR_T 4
umachine.h 264 * \def U_SIZEOF_WCHAR_T
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
269 #if U_SIZEOF_WCHAR_T==0
270 # undef U_SIZEOF_WCHAR_T
271 # define U_SIZEOF_WCHAR_T 4
288 # if (U_SIZEOF_WCHAR_T==2)
290 # elif (U_SIZEOF_WCHAR_T==4)
294 # if (__OS390__ || __OS400__) && (U_SIZEOF_WCHAR_T==2)
298 # if (U_SIZEOF_WCHAR_T==4)
323 #if U_SIZEOF_WCHAR_T==
    [all...]

Completed in 2269 milliseconds