OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucnv_openCCSID
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/unicode/
ucnv.h
172
* The use of platform/CCSID is not recommended. See
ucnv_openCCSID
().
175
* @see
ucnv_openCCSID
357
* @see
ucnv_openCCSID
390
* @see
ucnv_openCCSID
415
* Only IBM default conversion tables are accessible with
ucnv_openCCSID
().
464
ucnv_openCCSID
(int32_t codepage,
566
* @see
ucnv_openCCSID
[
all
...]
urename.h
[
all
...]
/external/icu/libandroidicu/include/unicode/
ucnv.h
172
* The use of platform/CCSID is not recommended. See
ucnv_openCCSID
().
175
* @see
ucnv_openCCSID
357
* @see
ucnv_openCCSID
390
* @see
ucnv_openCCSID
415
* Only IBM default conversion tables are accessible with
ucnv_openCCSID
().
464
ucnv_openCCSID
(int32_t codepage,
566
* @see
ucnv_openCCSID
[
all
...]
urename.h
[
all
...]
/external/icu/icu4c/source/samples/ucnv/
convsamp.cpp
907
conv =
ucnv_openCCSID
(37, UCNV_IBM, &status);
/external/icu/icu4c/source/test/cintltst/
ccapitst.c
471
/*Testing
ucnv_openCCSID
and ucnv_open with error conditions*/
477
if(
ucnv_openCCSID
(1051, UCNV_IBM, &err) != NULL){
482
/* Testing
ucnv_openCCSID
(), ucnv_open(), ucnv_getName() */
487
someConverters[3] =
ucnv_openCCSID
(949,UCNV_IBM,&err);
488
ucnv_close(
ucnv_openCCSID
(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
546
/*Creates a converter and testing
ucnv_openCCSID
(u_int code_page, platform, errstatus*/
548
/* myConverter =
ucnv_openCCSID
(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
[
all
...]
/external/icu/icu4c/source/common/
ucnv.cpp
134
ucnv_openCCSID
(int32_t codepage,
[
all
...]
/external/icu/libandroidicu/static_shim/
shim.cpp
[
all
...]
Completed in 110 milliseconds