Home | History | Annotate | Download | only in unicode

Lines Matching refs:cnv

389  *     cnv=ucnv_open(name, &errorCode);
398 * cnv=ucnv_open(name, &errorCode);
405 * cnv=ucnv_open(name, &errorCode);
433 * <code> udata_open( packageName, "cnv", converterName, err) </code> or equivalent.
446 * <code>cnv = ucnv_openPackage("myapp", "myconverter", &err);</code>
485 * @param cnv converter to be cloned
500 ucnv_safeClone(const UConverter *cnv,
609 * @param cnv The UConverter object.
622 ucnv_setSubstString(UConverter *cnv,
935 * @param cnv The converter for which a set is requested.
949 ucnv_getUnicodeSet(const UConverter *cnv,
1177 * UCNV_GET_MAX_BYTES_FOR_STRING(srcLength, ucnv_getMaxCharSize(cnv)).
1179 * @param cnv the converter object to be used (ucnv_resetFromUnicode() will be called)
1197 ucnv_fromUChars(UConverter *cnv,
1212 * @param cnv the converter object to be used (ucnv_resetToUnicode() will be called)
1229 ucnv_toUChars(UConverter *cnv,
1369 * myToUTF8(UConverter *cnv,
1389 * ucnv_convertEx(utf8Cnv, cnv,
1527 * The source-to-pivot conversion uses the cnv converter parameter.
1546 * @param cnv The converter that is used to convert
1568 UConverter *cnv,
1581 * The pivot-to-target conversion uses the cnv converter parameter.
1593 * @param cnv The converter that is used to convert
1619 ucnv_fromAlgorithmic(UConverter *cnv,
1854 * @param cnv The converter representing the target codepage.
1861 ucnv_fixFileSeparator(const UConverter *cnv, UChar *source, int32_t sourceLen);
1866 * @param cnv the converter to be tested
1872 ucnv_isAmbiguous(const UConverter *cnv);
1883 * @param cnv The converter to set the fallback mapping usage on.
1890 ucnv_setFallback(UConverter *cnv, UBool usesFallback);
1896 * @param cnv The converter to be tested
1902 ucnv_usesFallback(const UConverter *cnv);
1971 * @param cnv The converter in which the input is held
1978 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status);
1985 * @param cnv The converter in which the input is held as internal state
1992 ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status);