OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iconvToPlatform
(Results
1 - 2
of
2
) sorted by null
/external/oj-libjdwp/src/solaris/npt/
utf_md.h
30
void *
iconvToPlatform
;
utf_md.c
47
ui->
iconvToPlatform
= (void *)-1;
65
ui->
iconvToPlatform
= iconv_open(codeset, "UTF-8");
66
if ( ui->
iconvToPlatform
== (void *)-1 ) {
85
if ( ui->
iconvToPlatform
!= (void *)-1 ) {
86
(void)iconv_close(ui->
iconvToPlatform
);
88
ui->
iconvToPlatform
= (void *)-1;
157
return iconvConvert(ui->
iconvToPlatform
, (char*)utf8, len, output, outputMaxLen);
Completed in 145 milliseconds