HomeSort by relevance Sort by last modified time
    Searched full:ccsid (Results 1 - 25 of 41) sorted by null

1 2

  /external/libxml2/os400/iconv/bldcsndfa/
ccsid_mibenum.xml 4 --- CCSID/MIBEnum associations.
11 <assoc ccsid="0"><!-- Curent job's CCSID. --></assoc>
12 <assoc ccsid="37" mibenum="2028"><!-- EBCDIC-US -->
15 <assoc ccsid="256"><!-- Netherlands ? --></assoc>
16 <assoc ccsid="273" mibenum="2030"><!-- EBCDIC-DE --></assoc>
17 <assoc ccsid="277" mibenum="2033"><!-- EBCDIC-DK/NO --></assoc>
18 <assoc ccsid="278" mibenum="2034"><!-- EBCDIC-FI/SE --></assoc>
19 <assoc ccsid="280" mibenum="2035"><!-- EBCDIC-IT --></assoc>
20 <assoc ccsid="284" mibenum="2037"><!-- EBCDIC-ES --></assoc
    [all...]
ccsid_mibenum.dtd 3 --- DTD for CCSID/MIBEnum association documents.
12 ccsid CDATA #IMPLIED
bldcsndfa.c 133 iconv_t job2utf8; /* Job CCSID to UTF-8 conversion. */
134 iconv_t utf82job; /* UTF-8 to job CCSID conversion. */
161 static const utf8char utf8_ccsid[] = "ccsid";
164 static const utf8char utf8_assocnodes[] = "/ccsid_mibenum/assoc[@ccsid]";
166 "/ccsid_mibenum/assoc[@ccsid=$C]/alias/text()";
246 makecode(char * buf, unsigned int ccsid)
249 ccsid &= 0xFFFF;
251 sprintf(buf, "IBMCCSID%05u0000000", ccsid);
878 unsigned int ccsid; local
900 ccsid = getNumAttr(node, utf8_ccsid)
    [all...]
  /external/curl/packages/OS400/
ccsidcurl.h 32 CURL_EXTERN char * curl_version_ccsid(unsigned int ccsid);
43 unsigned int ccsid);
45 unsigned int ccsid);
49 unsigned int ccsid);
51 unsigned int ccsid);
53 unsigned int ccsid);
61 unsigned int ccsid);
65 size_t num, unsigned int ccsid);
ccsidcurl.c 24 /* CCSID API wrappers for OS/400. */
58 makeOS400IconvCode(char buf[ICONV_ID_SIZE], unsigned int ccsid)
62 *** Convert a CCSID to the corresponding IBM iconv_open() character
65 *** CCSID 65535 (no conversion) is replaced by the ASCII CCSID.
66 *** CCSID 0 is interpreted by the OS400 as the job's CCSID.
69 ccsid &= 0xFFFF;
71 if(ccsid == NOCONV_CCSID)
72 ccsid = ASCII_CCSID
611 unsigned int ccsid; local
791 unsigned int ccsid; local
1055 unsigned int ccsid; member in struct:__anon8629
1114 unsigned int ccsid; local
    [all...]
README.OS400 29 CCSID (numeric Coded Character Set ID specific to OS/400) parameter for each
60 designer. CCSID 0 can be used to select the current job's CCSID.
64 Variable arguments are a string pointer and a CCSID (unsigned int) for
131 CCSID conversion result length.
135 CCSID for the following options:
145 entry containing one of the above option. This additional entry holds the CCSID
147 It is not possible to have a string pointer and its CCSID across a function
150 unconvertible strings and thus are NOT followed by a CCSID.
153 The following options are followed by a 'char * *' and a CCSID. Unlik
    [all...]
makefile.sh 25 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('Documentation texts')"
make-include.sh 26 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('curl: Header files')"
curl.inc.in     [all...]
initscript.sh 49 setenv TGTCCSID '500' # Target CCSID of objects.
  /external/libxml2/os400/iconv/
iconv.c 21 *** Bring-in the name-->CCSID mapping DFA tables.
33 t_ccsid ccsid; local
40 *** Get the CCSID correspong to the name at *`namep'.
42 *** name and return the CCSID.
84 makeos400codename(char * buf, unsigned int ccsid)
87 ccsid &= 0xFFFF;
89 sprintf(buf, "IBMCCSID%05u0000000", ccsid);
README.iconv 5 ccsid is a decimal 5-digit integer identifying an IBM coded character set.
19 way, providing an equivalent CCSID exists. see
22 xxxxx is the 5 digit CCSID; no null terminator is required. Alternate codes
23 are of the form ibm-xxx (null-terminated), where xxx is the integer CCSID with
25 - If a IANA BIBenum is defined for a CCSID, the name iana-xxx can be used,
32 Character set names to CCSID conversion.
41 corresponding CCSID. This program can only be run on OS/400 since it uses
  /external/libxml2/os400/
make-include.sh 21 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('libxml2: C/C++ header files')"
68 # Need to translate to target CCSID.
make-rpg.sh 21 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('libxml2: ILE/RPG header files')"
94 # Need to translate to target CCSID.
README400 43 an ASCII CCSID!
87 _ The EBCDIC CCSID used by QADRT is 37 by default, NOT THE JOB'S CCSID. If
88 another EBCDIC CCSID is required, it must be set via a locale through a call
128 encoding (CCSID) is used.
make.sh 29 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('Documentation texts')"
initscript.sh 49 setenv TGTCCSID '500' # Target CCSID of objects.
make-src.sh 104 CMD="${CMD} CCSID(${TGTCCSID}) TEXT('libxml2: build tools')"
  /libcore/ojluni/src/main/resources/sun/nio/cs/
standard-charsets 240 alias cp5346 # Euro IBM CCSID
244 alias cp5347 # Euro IBM CCSID
249 alias cp5348 # Euro IBM CCSID
253 alias cp5349 # Euro IBM CCSID
257 alias cp5350 # Euro IBM CCSID
261 alias cp5353 # Euro IBM CCSID
  /external/icu/icu4c/as_is/os400/
unpax-icu.sh 88 # For files we have restored as CCSID 37, check the BOM to see if they
  /external/icu/icu4c/source/common/
ucnv_u32.c 486 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
978 /* The 1232 CCSID refers to any version of Unicode with any endianess of UTF-32 */
    [all...]
putil.cpp 1839 uint32_t ccsid = 37; \/* Default to ibm-37 *\/ local
    [all...]
ucnv_u8.c     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterSharedData.java 427 * platform/CCSID is not recommended. See openCCSID().
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 1894 int32_t i, ccsid; local
    [all...]

Completed in 255 milliseconds

1 2