Home | History | Annotate | Download | only in common

Lines Matching refs:UConverter

68 U_CAPI UConverter* U_EXPORT2
72 UConverter *r;
82 U_CAPI UConverter* U_EXPORT2
89 U_CAPI UConverter* U_EXPORT2
131 U_CAPI UConverter* U_EXPORT2
153 U_CAPI UConverter* U_EXPORT2
154 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)
156 UConverter *localConverter, *allocatedConverter;
205 bufferSizeNeeded = sizeof(UConverter);
235 localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded);
251 localConverter = (UConverter*) stackBuffer;
258 uprv_memcpy(localConverter, cnv, sizeof(UConverter));
299 if(localConverter == (UConverter*)stackBuffer) {
321 ucnv_close (UConverter * converter)
419 ucnv_getSubstChars (const UConverter * converter,
444 ucnv_setSubstChars (UConverter * converter,
474 ucnv_setSubstString(UConverter *cnv,
481 UConverter *clone;
528 * UConverter or allocate a subChars buffer.
531 UConverter to not make it too large. */
544 /* Copy the substitution string into the UConverter or its subChars buffer. */
563 static void _reset(UConverter *converter, UConverterResetChoice choice,
628 ucnv_reset(UConverter *converter)
634 ucnv_resetToUnicode(UConverter *converter)
640 ucnv_resetFromUnicode(UConverter *converter)
646 ucnv_getMaxCharSize (const UConverter * converter)
653 ucnv_getMinCharSize (const UConverter * converter)
659 ucnv_getName (const UConverter * converter, UErrorCode * err)
673 ucnv_getCCSID(const UConverter * converter,
697 ucnv_getPlatform (const UConverter * converter,
707 ucnv_getToUCallBack (const UConverter * converter,
716 ucnv_getFromUCallBack (const UConverter * converter,
725 ucnv_setToUCallBack (UConverter * converter,
741 ucnv_setFromUCallBack (UConverter * converter,
828 UConverter *cnv;
1056 * copied back into the UConverter
1117 ucnv_outputOverflowFromUnicode(UConverter *cnv,
1170 ucnv_fromUnicode(UConverter *cnv,
1273 UConverter *cnv;
1503 * copied back into the UConverter
1563 ucnv_outputOverflowToUnicode(UConverter *cnv,
1616 ucnv_toUnicode(UConverter *cnv,
1717 ucnv_fromUChars(UConverter *cnv,
1777 ucnv_toUChars(UConverter *cnv,
1841 ucnv_getNextUChar(UConverter *cnv,
2046 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
2405 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter,
2482 UConverter in, out; /* stack-allocated */
2483 UConverter *inConverter, *outConverter;
2529 UConverter *cnv,
2533 UConverter algoConverterStatic; /* stack-allocated */
2534 UConverter *algoConverter, *to, *from;
2585 UConverter *cnv,
2596 ucnv_fromAlgorithmic(UConverter *cnv,
2608 ucnv_getType(const UConverter* converter)
2620 ucnv_getStarters(const UConverter* converter,
2635 static const UAmbiguousConverter *ucnv_getAmbiguous(const UConverter *cnv)
2663 ucnv_fixFileSeparator(const UConverter *cnv,
2684 ucnv_isAmbiguous(const UConverter *cnv) {
2689 ucnv_setFallback(UConverter *cnv, UBool usesFallback)
2695 ucnv_usesFallback(const UConverter *cnv)
2701 ucnv_getInvalidChars (const UConverter * converter,
2727 ucnv_getInvalidUChars (const UConverter * converter,
2844 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status)
2866 ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status){
2887 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){