OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_ASCII_FAMILY
(Results
1 - 25
of
51
) sorted by null
1
2
3
/external/icu4c/common/
uinvchar.h
56
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
78
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
98
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
propname.h
57
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
ucnv_io.h
70
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
udataswp.c
345
swapper->compareInvChars= outCharset==
U_ASCII_FAMILY
? uprv_compareInvAscii : uprv_compareInvEbcdic;
350
if(inCharset==
U_ASCII_FAMILY
) {
351
swapper->swapInvChars= outCharset==
U_ASCII_FAMILY
? uprv_copyAscii : uprv_ebcdicFromAscii;
cstring.h
81
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
uinvchar.c
171
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
244
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
ucnv_io.cpp
388
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
[
all
...]
/external/chromium_org/third_party/icu/source/common/
uinvchar.h
56
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
78
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
ucnv_io.h
70
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
udataswp.c
345
swapper->compareInvChars= outCharset==
U_ASCII_FAMILY
? uprv_compareInvAscii : uprv_compareInvEbcdic;
350
if(inCharset==
U_ASCII_FAMILY
) {
351
swapper->swapInvChars= outCharset==
U_ASCII_FAMILY
? uprv_copyAscii : uprv_ebcdicFromAscii;
cstring.h
54
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
propname.h
55
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
uinvchar.c
148
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
221
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
ucnv_io.c
388
#if U_CHARSET_FAMILY==
U_ASCII_FAMILY
[
all
...]
propname.cpp
523
if (ds->outCharset==
U_ASCII_FAMILY
) {
/external/icu4c/common/unicode/
platform.h
463
#define
U_ASCII_FAMILY
0
520
# define U_CHARSET_FAMILY
U_ASCII_FAMILY
ustring.h
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c
[
all
...]
/external/icu4c/test/cintltst/
udatatst.c
[
all
...]
/external/icu4c/tools/icuinfo/
icuinfo.cpp
95
charsetFamily=
U_ASCII_FAMILY
;
/external/chromium_org/third_party/icu/source/common/unicode/
ustring.h
[
all
...]
utypes.h
109
#define
U_ASCII_FAMILY
0
[
all
...]
/external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp
148
outCharset=
U_ASCII_FAMILY
;
152
outCharset=
U_ASCII_FAMILY
;
/external/icu4c/tools/icuswap/
icuswap.cpp
148
outCharset=
U_ASCII_FAMILY
;
152
outCharset=
U_ASCII_FAMILY
;
/external/icu4c/test/intltest/
strtest.cpp
85
if( (U_CHARSET_FAMILY==
U_ASCII_FAMILY
&& c!=0x41) ||
Completed in 545 milliseconds
1
2
3