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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
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...]
platform.h 213 #define U_SIZEOF_WCHAR_T 4
ustring.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
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...]
platform.h 213 #define U_SIZEOF_WCHAR_T 4
ustring.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
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...]
platform.h 213 #define U_SIZEOF_WCHAR_T 4
ustring.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
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...]
platform.h 213 #define U_SIZEOF_WCHAR_T 4
ustring.h     [all...]
  /external/icu4c/common/unicode/
umachine.h 232 # if (U_SIZEOF_WCHAR_T==2)
234 # elif (U_SIZEOF_WCHAR_T==4)
238 # if (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400) && (U_SIZEOF_WCHAR_T==2)
242 # if (U_SIZEOF_WCHAR_T==4)
245 # elif U_PLATFORM_IS_DARWIN_BASED || (U_SIZEOF_WCHAR_T==4 && U_PLATFORM_IS_LINUX_BASED)
273 #elif U_SIZEOF_WCHAR_T==2
platform.h 577 * \def U_SIZEOF_WCHAR_T
578 * U_SIZEOF_WCHAR_T==sizeof(wchar_t)
582 #ifdef U_SIZEOF_WCHAR_T
589 # define U_SIZEOF_WCHAR_T 1
591 # define U_SIZEOF_WCHAR_T 2
602 # define U_SIZEOF_WCHAR_T 4
604 # define U_SIZEOF_WCHAR_T 2
613 # define U_SIZEOF_WCHAR_T 4
615 # define U_SIZEOF_WCHAR_T 2
624 # define U_SIZEOF_WCHAR_T
    [all...]
ustring.h     [all...]
unistr.h 117 #elif U_SIZEOF_WCHAR_T==U_SIZEOF_UCHAR && (U_CHARSET_FAMILY==U_ASCII_FAMILY || (U_SIZEOF_UCHAR == 2 && defined(U_WCHAR_IS_UTF16)))
    [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 85 if(U_SIZEOF_WCHAR_T==sizeof(wchar_t)) {
86 //printf("U_SIZEOF_WCHAR_T: %d\n", U_SIZEOF_WCHAR_T);
88 fprintf(stderr, " error: U_SIZEOF_WCHAR_T=%d != %d=sizeof(wchar_t)\n",
89 U_SIZEOF_WCHAR_T, (int)sizeof(wchar_t));
  /external/icu4c/test/intltest/
strtest.cpp 41 if(U_SIZEOF_WCHAR_T!=sizeof(wchar_t)) {
42 errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in platform.h");
  /external/icu4c/tools/toolutil/
udbgutil.cpp 522 { "os.wchar_width", paramInteger, "d", U_SIZEOF_WCHAR_T},
  /external/icu4c/common/
ustring.cpp 993 #if U_SIZEOF_WCHAR_T == U_SIZEOF_UCHAR
    [all...]
  /external/icu4c/
config.status 601 s,@U_SIZEOF_WCHAR_T@,4,;t t
    [all...]
configure     [all...]

Completed in 352 milliseconds