Searched refs:gNativeToUTF8 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp268 static iconv_t gNativeToUTF8; member in class:nsNativeCharsetConverter
285 iconv_t nsNativeCharsetConverter::gNativeToUTF8 = INVALID_ICONV_T; member in class:nsNativeCharsetConverter
312 gNativeToUTF8 = xp_iconv_open(UTF_8_NAMES, native_charset_list);
314 NS_ASSERTION(gNativeToUTF8 != INVALID_ICONV_T, "no native to utf-8 converter");
389 if (gNativeToUTF8 != INVALID_ICONV_T) {
390 iconv_close(gNativeToUTF8);
391 gNativeToUTF8 = INVALID_ICONV_T;
425 if (gNativeToUTF8 != INVALID_ICONV_T)
426 xp_iconv_reset(gNativeToUTF8);
462 else if ((gNativeToUTF8 !
[all...]

Completed in 44 milliseconds