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

  /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 119 #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/chromium_org/third_party/icu/source/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...]
popenbsd.h 228 #define U_SIZEOF_WCHAR_T 4
239 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
247 #elif U_SIZEOF_WCHAR_T == 2 \
pandroid.h 229 #ifndef U_SIZEOF_WCHAR_T
230 #define U_SIZEOF_WCHAR_T 4
253 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
262 #elif U_SIZEOF_WCHAR_T == 2 \
pfreebsd.h 229 #ifndef U_SIZEOF_WCHAR_T
230 #define U_SIZEOF_WCHAR_T 4
253 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
262 #elif U_SIZEOF_WCHAR_T == 2 \
plinux.h 229 #ifndef U_SIZEOF_WCHAR_T
230 #define U_SIZEOF_WCHAR_T 4
253 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
262 #elif U_SIZEOF_WCHAR_T == 2 \
pmac.h 245 #ifndef U_SIZEOF_WCHAR_T
246 #define U_SIZEOF_WCHAR_T 4
269 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
278 #elif U_SIZEOF_WCHAR_T == 2 \
platform.h.in 229 #ifndef U_SIZEOF_WCHAR_T
230 #define U_SIZEOF_WCHAR_T @U_SIZEOF_WCHAR_T@
253 #if (defined(__xlC__) && defined(__IBM_UTF_LITERAL) && U_SIZEOF_WCHAR_T != 2) \
262 #elif U_SIZEOF_WCHAR_T == 2 \
ppalmos.h 214 #define U_SIZEOF_WCHAR_T 2
pwin32.h 270 #define U_SIZEOF_WCHAR_T 2
ustring.h     [all...]
unistr.h 95 #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/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/common/
ustring.c 992 #if U_SIZEOF_WCHAR_T == U_SIZEOF_UCHAR
    [all...]
  /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...]
  /external/chromium_org/third_party/icu/source/
configure 615 U_SIZEOF_WCHAR_T
    [all...]

Completed in 1629 milliseconds