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 248 * \def U_SIZEOF_WCHAR_T
249 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
253 #if U_SIZEOF_WCHAR_T==0
254 # undef U_SIZEOF_WCHAR_T
255 # define U_SIZEOF_WCHAR_T 4
272 # if (U_SIZEOF_WCHAR_T==2)
274 # elif (U_SIZEOF_WCHAR_T==4)
278 # if (__OS390__ || __OS400__) && (U_SIZEOF_WCHAR_T==2)
282 # if (U_SIZEOF_WCHAR_T==4)
308 #if U_SIZEOF_WCHAR_T==
    [all...]
platform.h 236 #define U_SIZEOF_WCHAR_T 1
246 #ifndef U_SIZEOF_WCHAR_T
247 #define U_SIZEOF_WCHAR_T 4
272 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
281 #elif U_SIZEOF_WCHAR_T == 2 \
ppalmos.h 214 #define U_SIZEOF_WCHAR_T 2
pwin32.h 266 #define U_SIZEOF_WCHAR_T 2
  /external/webkit/Source/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/Source/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/Source/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/Source/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 1226 milliseconds