Lines Matching defs:cnv
1189 UConverter *ucnv_clone(const UConverter *cnv, UErrorCode *status)
1191 return U_ICU_ENTRY_POINT_RENAME(ucnv_clone)(cnv, status);
1231 void ucnv_fixFileSeparator(const UConverter *cnv, UChar *source, int32_t sourceLen)
1233 U_ICU_ENTRY_POINT_RENAME(ucnv_fixFileSeparator)(cnv, source, sourceLen);
1239 int32_t ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity,
1242 return U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic)(cnv, algorithmicType, target, targetCapacity, source,
1245 int32_t ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength,
1248 return U_ICU_ENTRY_POINT_RENAME(ucnv_fromUChars)(cnv, dest, destCapacity, src, srcLength, pErrorCode);
1250 int32_t ucnv_fromUCountPending(const UConverter *cnv, UErrorCode *status)
1252 return U_ICU_ENTRY_POINT_RENAME(ucnv_fromUCountPending)(cnv, status);
1346 UBool ucnv_isAmbiguous(const UConverter *cnv)
1348 return U_ICU_ENTRY_POINT_RENAME(ucnv_isAmbiguous)(cnv);
1350 UBool ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status)
1352 return U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth)(cnv, status);
1394 void ucnv_setFallback(UConverter *cnv, UBool usesFallback)
1396 U_ICU_ENTRY_POINT_RENAME(ucnv_setFallback)(cnv, usesFallback);
1407 void ucnv_setSubstString(UConverter *cnv, const UChar *s, int32_t length, UErrorCode *err)
1409 U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString)(cnv, s, length, err);
1416 int32_t ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity,
1419 return U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic)(algorithmicType, cnv, target, targetCapacity, source,
1422 int32_t ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength,
1425 return U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars)(cnv, dest, destCapacity, src, srcLength, pErrorCode);
1427 int32_t ucnv_toUCountPending(const UConverter *cnv, UErrorCode *status)
1429 return U_ICU_ENTRY_POINT_RENAME(ucnv_toUCountPending)(cnv, status);
1436 UBool ucnv_usesFallback(const UConverter *cnv)
1438 return U_ICU_ENTRY_POINT_RENAME(ucnv_usesFallback)(cnv);