Home | History | Annotate | Download | only in unicode

Lines Matching refs:cnv

425  *     cnv=ucnv_open(name, &errorCode);
434 * cnv=ucnv_open(name, &errorCode);
441 * cnv=ucnv_open(name, &errorCode);
469 * <code> udata_open( packageName, "cnv", converterName, err) </code> or equivalent.
482 * <code>cnv = ucnv_openPackage("myapp", "myconverter", &err);</code>
521 * @param cnv converter to be cloned
536 ucnv_safeClone(const UConverter *cnv,
645 * @param cnv The UConverter object.
658 ucnv_setSubstString(UConverter *cnv,
971 * @param cnv The converter for which a set is requested.
985 ucnv_getUnicodeSet(const UConverter *cnv,
1213 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
1215 * @param cnv the converter object to be used (ucnv_resetFromUnicode() will be called)
1233 ucnv_fromUChars(UConverter *cnv,
1248 * @param cnv the converter object to be used (ucnv_resetToUnicode() will be called)
1265 ucnv_toUChars(UConverter *cnv,
1405 * myToUTF8(UConverter *cnv,
1425 * ucnv_convertEx(utf8Cnv, cnv,
1563 cnv converter parameter.
1582 * @param cnv The converter that is used to convert
1604 UConverter *cnv,
1617 * The pivot-to-target conversion uses the cnv converter parameter.
1629 * @param cnv The converter that is used to convert
1655 ucnv_fromAlgorithmic(UConverter *cnv,
1890 * @param cnv The converter representing the target codepage.
1897 ucnv_fixFileSeparator(const UConverter *cnv, UChar *source, int32_t sourceLen);
1902 * @param cnv the converter to be tested
1908 ucnv_isAmbiguous(const UConverter *cnv);
1919 * @param cnv The converter to set the fallback mapping usage on.
1926 ucnv_setFallback(UConverter *cnv, UBool usesFallback);
1932 * @param cnv The converter to be tested
1938 ucnv_usesFallback(const UConverter *cnv);
2007 * @param cnv The converter in which the input is held
2014 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status);
2021 * @param cnv The converter in which the input is held as internal state
2028 ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status);
2039 * FALSE is returned with the UErrorCode if error occurs or cnv is NULL.
2040 * @param cnv The converter to be tested
2046 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status);