OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ccsid
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
putil.c
1722
uint32_t
ccsid
= 37; \/* Default to ibm-37 *\/
local
[
all
...]
ucnv.c
672
int32_t
ccsid
;
local
676
ccsid
= converter->sharedData->staticData->codepage;
677
if (
ccsid
== 0) {
684
ccsid
= (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
688
return
ccsid
;
[
all
...]
/external/icu4c/test/cintltst/
ccapitst.c
1928
int32_t i,
ccsid
;
local
[
all
...]
Completed in 12 milliseconds