Lines Matching defs:cnv
158 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) in ucnv_safeClone()
474 ucnv_setSubstString(UConverter *cnv, in ucnv_setSubstString()
828 UConverter *cnv; in _fromUnicodeWithCallback() local
1117 ucnv_outputOverflowFromUnicode(UConverter *cnv, in ucnv_outputOverflowFromUnicode()
1170 ucnv_fromUnicode(UConverter *cnv, in ucnv_fromUnicode()
1273 UConverter *cnv; in _toUnicodeWithCallback() local
1563 ucnv_outputOverflowToUnicode(UConverter *cnv, in ucnv_outputOverflowToUnicode()
1616 ucnv_toUnicode(UConverter *cnv, in ucnv_toUnicode()
1717 ucnv_fromUChars(UConverter *cnv, in ucnv_fromUChars()
1773 ucnv_toUChars(UConverter *cnv, in ucnv_toUChars()
1833 ucnv_getNextUChar(UConverter *cnv, in ucnv_getNextUChar()
2521 UConverter *cnv, in ucnv_convertAlgorithmic()
2577 UConverter *cnv, in ucnv_toAlgorithmic()
2588 ucnv_fromAlgorithmic(UConverter *cnv, in ucnv_fromAlgorithmic()
2627 static const UAmbiguousConverter *ucnv_getAmbiguous(const UConverter *cnv) in ucnv_getAmbiguous()
2655 ucnv_fixFileSeparator(const UConverter *cnv, in ucnv_fixFileSeparator()
2676 ucnv_isAmbiguous(const UConverter *cnv) { in ucnv_isAmbiguous()
2681 ucnv_setFallback(UConverter *cnv, UBool usesFallback) in ucnv_setFallback()
2687 ucnv_usesFallback(const UConverter *cnv) in ucnv_usesFallback()
2836 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status) in ucnv_fromUCountPending()
2858 ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status){ in ucnv_toUCountPending()
2879 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){ in ucnv_isFixedWidth()