OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccsid
(Results
1 - 6
of
6
) sorted by null
/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
);
/external/curl/packages/OS400/
ccsidcurl.c
24
/*
CCSID
API wrappers for OS/400. */
59
makeOS400IconvCode(char buf[ICONV_ID_SIZE], unsigned int
ccsid
)
63
*** Convert a
CCSID
to the corresponding IBM iconv_open() character
66
***
CCSID
65535 (no conversion) is replaced by the ASCII
CCSID
.
67
***
CCSID
0 is interpreted by the OS400 as the job's
CCSID
.
70
ccsid
&= 0xFFFF;
72
if(
ccsid
== NOCONV_CCSID)
73
ccsid
= ASCII_CCSID
619
unsigned int
ccsid
;
local
799
unsigned int
ccsid
;
local
1063
unsigned int
ccsid
;
member in struct:__anon18610
1122
unsigned int
ccsid
;
local
[
all
...]
/external/icu/icu4c/source/common/
ucnv.cpp
676
int32_t
ccsid
;
local
680
ccsid
= converter->sharedData->staticData->codepage;
681
if (
ccsid
== 0) {
688
ccsid
= (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
692
return
ccsid
;
[
all
...]
putil.cpp
2063
uint32_t
ccsid
= 37; \/* Default to ibm-37 *\/
local
[
all
...]
/external/libxml2/os400/iconv/bldcsndfa/
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/icu/icu4c/source/test/cintltst/
ccapitst.c
1897
int32_t i,
ccsid
;
local
[
all
...]
Completed in 282 milliseconds