Lines Matching defs:converter
119 xp_iconv(iconv_t converter,
126 res = iconv(converter, ICONV_INPUT(input), inputLeft, output, outputLeft);
140 xp_iconv_reset(iconv_t converter)
143 // for all parameter to reset the converter, but beware the
151 xp_iconv(converter, &zero_char_in_ptr,
164 // try all possible combinations to locate a converter.
314 NS_ASSERTION(gNativeToUTF8 != INVALID_ICONV_T, "no native to utf-8 converter");
315 NS_ASSERTION(gUTF8ToUnicode != INVALID_ICONV_T, "no utf-8 to utf-16 converter");
320 NS_ASSERTION(gUnicodeToUTF8 != INVALID_ICONV_T, "no utf-16 to utf-8 converter");
321 NS_ASSERTION(gUTF8ToNative != INVALID_ICONV_T, "no utf-8 to native converter");
324 NS_ASSERTION(gNativeToUnicode != INVALID_ICONV_T, "no native to utf-16 converter");
325 NS_ASSERTION(gUnicodeToNative != INVALID_ICONV_T, "no utf-16 to native converter");
331 * the first use of the iconv converter. The same is the case of
458 // reset converter
530 // reset converter