OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EBCDIC
(Results
1 - 11
of
11
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties
51
Cp037
EBCDIC
-CP-US,
EBCDIC
-CP-CA,
EBCDIC
-CP-WT,
EBCDIC
-CP-NL,IBM037 0x0019
54
Cp274 csIBM274,
EBCDIC
-BE
55
Cp275 csIBM275,
EBCDIC
-BR
57
Cp277
EBCDIC
-CP-DK,
EBCDIC
-CP-NO,IBM277,csIBM277 0x0019
59
Cp278
EBCDIC
-CP-FI,
EBCDIC
-CP-SE,IBM278,csIBM278 0x001
[
all
...]
/external/pcre/
config-cmake.h.in
23
#cmakedefine
EBCDIC
1
config.h.in
29
/* If you are compiling for a system that uses
EBCDIC
instead of ASCII
31
"configure", this can be done via --enable-
ebcdic
. PCRE will then assume
32
that all input strings are in
EBCDIC
. If you do not define this macro, PCRE
34
build a version of PCRE that supports both
EBCDIC
and UTF-8. */
35
#undef
EBCDIC
246
even in an
EBCDIC
environment, but it is incompatible with the
EBCDIC
247
macro. That is, PCRE can support *either*
EBCDIC
code *or* ASCII/UTF-8, but
pcre_internal.h
54
/* We do not support both
EBCDIC
and UTF-8 at the same time. The "configure"
57
#if defined
EBCDIC
&& defined SUPPORT_UTF8
58
#error The use of both
EBCDIC
and SUPPORT_UTF8 is not supported.
665
/* If PCRE is to support UTF-8 on
EBCDIC
platforms, we cannot use normal
666
character constants like '*' because the compiler would emit their
EBCDIC
code,
673
This means that, on
EBCDIC
platforms, the PCRE library can handle either
674
EBCDIC
, or UTF-8, but not both. To support both in the same compiled library
678
for) in a minority area (
EBCDIC
platforms), this is not sensible. Any
685
so that PCRE works on both ASCII and
EBCDIC
platforms, in non-UTF-mode only. */
694
#ifdef
EBCDIC
[
all
...]
pcre_printint.src
58
#ifdef
EBCDIC
pcre_compile.c
106
#ifndef
EBCDIC
108
/* This is the "normal" table for ASCII systems or for
EBCDIC
systems running
154
/* This is the "abnormal" table for
EBCDIC
systems without UTF-8 support. */
187
string is built from string macros so that it works in UTF-8 mode on
EBCDIC
430
#ifndef
EBCDIC
432
/* This is the "normal" case, for ASCII systems, and
EBCDIC
systems running in
472
/* This is the "abnormal" case, for
EBCDIC
systems not running in UTF-8 mode. */
622
#ifndef
EBCDIC
/* ASCII/UTF-8 coding */
626
#else /*
EBCDIC
coding */
807
#ifndef
EBCDIC
/* ASCII/UTF-8 coding *
[
all
...]
configure
[
all
...]
/external/icu4c/data/mappings/
ucmfiles.mk
19
# * To add
EBCDIC
converters that uses different SI/SO characters:
20
# Note: ICU is updated to handle three
EBCDIC
converters (JIPS, KEIS, and JEF) which uses
32
# If you are planning to exclude
EBCDIC
mappings in you data then please delete
ucmebcdic.mk
3
# A list of
EBCDIC
UCM's to build
6
UCM_SOURCE_EBCDIC =
ebcdic
-xml-us.ucm\
/external/icu4c/test/testdata/
testdata.mak
24
# old_e_testtypes.res is the same, but icuswapped to big-endian
EBCDIC
/external/icu4c/data/
makedata.mak
185
# Always build the mapping files for the
EBCDIC
fallback codepages
186
# They are necessary on
EBCDIC
machines, and
215
!MESSAGE Warning: cannot find "ucmebcdic.mk". Not building
EBCDIC
converter files.
[
all
...]
Completed in 117 milliseconds