OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U_CHARSET_FAMILY
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
pandroid.h
216
# define
U_CHARSET_FAMILY
1
263
&& (
U_CHARSET_FAMILY
== 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__)))
pfreebsd.h
216
# define
U_CHARSET_FAMILY
1
263
&& (
U_CHARSET_FAMILY
== 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__)))
plinux.h
216
# define
U_CHARSET_FAMILY
1
263
&& (
U_CHARSET_FAMILY
== 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__)))
pmac.h
232
# define
U_CHARSET_FAMILY
1
279
&& (
U_CHARSET_FAMILY
== 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__)))
popenbsd.h
220
# define
U_CHARSET_FAMILY
1
248
&& (
U_CHARSET_FAMILY
== 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__)))
utypes.h
106
*
U_CHARSET_FAMILY
is equal to this value when the platform is an ASCII based platform.
112
*
U_CHARSET_FAMILY
is equal to this value when the platform is an EBCDIC based platform.
118
* \def
U_CHARSET_FAMILY
160
#ifndef
U_CHARSET_FAMILY
161
# define
U_CHARSET_FAMILY
0
208
#if
U_CHARSET_FAMILY
[
all
...]
/external/icu4c/common/unicode/
platform.h
460
*
U_CHARSET_FAMILY
is equal to this value when the platform is an ASCII based platform.
466
*
U_CHARSET_FAMILY
is equal to this value when the platform is an EBCDIC based platform.
472
* \def
U_CHARSET_FAMILY
513
#ifdef
U_CHARSET_FAMILY
516
# define
U_CHARSET_FAMILY
U_EBCDIC_FAMILY
518
# define
U_CHARSET_FAMILY
U_EBCDIC_FAMILY
520
# define
U_CHARSET_FAMILY
U_ASCII_FAMILY
691
&& (
U_CHARSET_FAMILY
== 0 || (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400 && defined(__UCS2__)))
Completed in 170 milliseconds