OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iconvFromPlatform
(Results
1 - 2
of
2
) sorted by null
/external/oj-libjdwp/src/solaris/npt/
utf_md.h
31
void *
iconvFromPlatform
;
utf_md.c
48
ui->
iconvFromPlatform
= (void *)-1;
69
ui->
iconvFromPlatform
= iconv_open("UTF-8", codeset);
70
if ( ui->
iconvFromPlatform
== (void *)-1 ) {
82
if ( ui->
iconvFromPlatform
!= (void *)-1 ) {
83
(void)iconv_close(ui->
iconvFromPlatform
);
89
ui->
iconvFromPlatform
= (void *)-1;
178
return iconvConvert(ui->
iconvFromPlatform
, str, len, (char*)output, outputMaxLen);
Completed in 288 milliseconds