Home | History | Annotate | Download | only in unicode

Lines Matching refs:cnv

361  *     cnv=ucnv_open(name, &errorCode);
370 * cnv=ucnv_open(name, &errorCode);
377 * cnv=ucnv_open(name, &errorCode);
405 * <code> udata_open( packageName, "cnv", converterName, err) </code> or equivalent.
418 * <code>cnv = ucnv_openPackage("myapp", "myconverter", &err);</code>
436 * @param cnv converter to be cloned
451 cnv,
815 * @param cnv The converter for which a set is requested.
829 ucnv_getUnicodeSet(const UConverter *cnv,
1057 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
1059 * @param cnv the converter object to be used (ucnv_resetFromUnicode() will be called)
1077 ucnv_fromUChars(UConverter *cnv,
1092 * @param cnv the converter object to be used (ucnv_resetToUnicode() will be called)
1109 ucnv_toUChars(UConverter *cnv,
1242 * myToUTF8(UConverter *cnv,
1259 * ucnv_convertEx(cnv, utf8Cnv,
1397 * The source-to-pivot conversion uses the cnv converter parameter.
1416 * @param cnv The converter that is used to convert
1438 UConverter *cnv,
1451 * The pivot-to-target conversion uses the cnv converter parameter.
1463 * @param cnv The converter that is used to convert
1489 ucnv_fromAlgorithmic(UConverter *cnv,
1712 * @param cnv The converter representing the target codepage.
1719 ucnv_fixFileSeparator(const UConverter *cnv, UChar *source, int32_t sourceLen);
1724 * @param cnv the converter to be tested
1730 ucnv_isAmbiguous(const UConverter *cnv);
1734 * @param cnv The converter to set the fallback mapping usage on.
1740 ucnv_setFallback(UConverter *cnv, UBool usesFallback);
1744 * @param cnv The converter to be tested
1749 ucnv_usesFallback(const UConverter *cnv);