OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_CHARSET_FAMILY
(Results
1 - 25
of
74
) sorted by null
1
2
3
/external/icu4c/common/
uinvchar.h
56
#if
U_CHARSET_FAMILY
==U_ASCII_FAMILY
58
#elif
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
78
#if
U_CHARSET_FAMILY
==U_ASCII_FAMILY
80
#elif
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
ucnv_io.h
70
#if
U_CHARSET_FAMILY
==U_ASCII_FAMILY
72
#elif
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
75
# error
U_CHARSET_FAMILY
is not valid
cstring.h
54
#if
U_CHARSET_FAMILY
==U_ASCII_FAMILY
56
#elif
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
59
# error
U_CHARSET_FAMILY
is not valid
propname.h
55
#if
U_CHARSET_FAMILY
==U_ASCII_FAMILY
57
#elif
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
60
# error
U_CHARSET_FAMILY
is not valid
uinvchar.c
148
#if
U_CHARSET_FAMILY
==U_ASCII_FAMILY
151
#elif
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
155
# error
U_CHARSET_FAMILY
is not valid
221
#if
U_CHARSET_FAMILY
==U_ASCII_FAMILY
225
#elif
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
231
# error
U_CHARSET_FAMILY
is not valid
cstring.c
51
#if
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
76
#if
U_CHARSET_FAMILY
==U_EBCDIC_FAMILY
/external/icu4c/stubdata/
stubdata.c
55
U_CHARSET_FAMILY
,
/external/icu4c/samples/udata/
reader.c
43
U_CHARSET_FAMILY
,
59
pInfo->charsetFamily==
U_CHARSET_FAMILY
&&
writer.c
45
U_CHARSET_FAMILY
,
/external/icu4c/common/unicode/
platform.h
220
# define
U_CHARSET_FAMILY
1
282
&& (
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
...]
platform.h.in
216
# define
U_CHARSET_FAMILY
1
263
&& (
U_CHARSET_FAMILY
== 0 || ((defined(OS390) || defined(OS400)) && defined(__UCS2__)))
/external/webkit/Source/JavaScriptCore/icu/unicode/
platform.h
205
# define
U_CHARSET_FAMILY
1
utypes.h
69
*
U_CHARSET_FAMILY
is equal to this value when the platform is an ASCII based platform.
75
*
U_CHARSET_FAMILY
is equal to this value when the platform is an EBCDIC based platform.
81
* \def
U_CHARSET_FAMILY
123
#ifndef
U_CHARSET_FAMILY
124
# define
U_CHARSET_FAMILY
0
147
#if
U_CHARSET_FAMILY
/external/webkit/Source/JavaScriptGlue/icu/unicode/
platform.h
205
# define
U_CHARSET_FAMILY
1
utypes.h
69
*
U_CHARSET_FAMILY
is equal to this value when the platform is an ASCII based platform.
75
*
U_CHARSET_FAMILY
is equal to this value when the platform is an EBCDIC based platform.
81
* \def
U_CHARSET_FAMILY
123
#ifndef
U_CHARSET_FAMILY
124
# define
U_CHARSET_FAMILY
0
147
#if
U_CHARSET_FAMILY
/external/webkit/Source/WebCore/icu/unicode/
platform.h
205
# define
U_CHARSET_FAMILY
1
utypes.h
69
*
U_CHARSET_FAMILY
is equal to this value when the platform is an ASCII based platform.
75
*
U_CHARSET_FAMILY
is equal to this value when the platform is an EBCDIC based platform.
81
* \def
U_CHARSET_FAMILY
123
#ifndef
U_CHARSET_FAMILY
124
# define
U_CHARSET_FAMILY
0
147
#if
U_CHARSET_FAMILY
/external/webkit/Source/WebKit/mac/icu/unicode/
platform.h
205
# define
U_CHARSET_FAMILY
1
utypes.h
69
*
U_CHARSET_FAMILY
is equal to this value when the platform is an ASCII based platform.
75
*
U_CHARSET_FAMILY
is equal to this value when the platform is an EBCDIC based platform.
81
* \def
U_CHARSET_FAMILY
123
#ifndef
U_CHARSET_FAMILY
124
# define
U_CHARSET_FAMILY
0
147
#if
U_CHARSET_FAMILY
/external/icu4c/test/cintltst/
udatatst.c
384
U_CHARSET_FAMILY
,
524
pInfo->charsetFamily==
U_CHARSET_FAMILY
&&
559
pInfo->charsetFamily==
U_CHARSET_FAMILY
&&
584
pInfo->charsetFamily==
U_CHARSET_FAMILY
&&
682
pInfo->charsetFamily==
U_CHARSET_FAMILY
&&
759
U_CHARSET_FAMILY
,
787
dataInfo.charsetFamily==
U_CHARSET_FAMILY
&&
811
dataInfo.charsetFamily==
U_CHARSET_FAMILY
&&
885
U_CHARSET_FAMILY
,
[
all
...]
/external/icu4c/tools/genbrk/
genbrk.cpp
85
U_CHARSET_FAMILY
,
108
U_CHARSET_FAMILY
,
/external/icu4c/tools/gencfu/
gencfu.cpp
85
U_CHARSET_FAMILY
,
108
U_CHARSET_FAMILY
,
/external/icu4c/tools/genctd/
genctd.cpp
85
U_CHARSET_FAMILY
,
108
U_CHARSET_FAMILY
,
/external/icu4c/tools/gentest/
gentest.c
42
U_CHARSET_FAMILY
,
Completed in 197 milliseconds
1
2
3