Home | History | Annotate | Download | only in common

Lines Matching refs:UConverter

66 U_CAPI UConverter* U_EXPORT2
70 UConverter *r;
80 U_CAPI UConverter* U_EXPORT2
87 U_CAPI UConverter* U_EXPORT2
129 U_CAPI UConverter* U_EXPORT2
151 U_CAPI UConverter* U_EXPORT2
152 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)
154 UConverter *localConverter, *allocatedConverter;
203 bufferSizeNeeded = sizeof(UConverter);
233 localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded);
249 localConverter = (UConverter*) stackBuffer;
256 uprv_memcpy(localConverter, cnv, sizeof(UConverter));
297 if(localConverter == (UConverter*)stackBuffer) {
319 ucnv_close (UConverter * converter)
417 ucnv_getSubstChars (const UConverter * converter,
442 ucnv_setSubstChars (UConverter * converter,
472 ucnv_setSubstString(UConverter *cnv,
479 UConverter *clone;
526 * UConverter or allocate a subChars buffer.
529 /* Use a separate buffer for the string. Outside UConverter
542 /* Copy the substitution string into the UConverter or its subChars buffer. */
561 static void _reset(UConverter *converter, UConverterResetChoice choice,
626 ucnv_reset(UConverter *converter)
632 ucnv_resetToUnicode(UConverter *converter)
638 ucnv_resetFromUnicode(UConverter *converter)
644 ucnv_getMaxCharSize (const UConverter * converter)
651 ucnv_getMinCharSize (const UConverter * converter)
657 ucnv_getName (const UConverter * converter, UErrorCode * err)
671 ucnv_getCCSID(const UConverter * converter,
695 ucnv_getPlatform (const UConverter * converter,
705 ucnv_getToUCallBack (const UConverter * converter,
714 ucnv_getFromUCallBack (const UConverter * converter,
723 ucnv_setToUCallBack (UConverter * converter,
739 ucnv_setFromUCallBack (UConverter * converter,
826 UConverter *cnv;
1054 * copied back into the UConverter
1115 ucnv_outputOverflowFromUnicode(UConverter *cnv,
1168 ucnv_fromUnicode(UConverter *cnv,
1271 UConverter *cnv;
1501 * copied back into the UConverter
1561 ucnv_outputOverflowToUnicode(UConverter *cnv,
1614 ucnv_toUnicode(UConverter *cnv,
1715 ucnv_fromUChars(UConverter *cnv,
1775 ucnv_toUChars(UConverter *cnv,
1839 ucnv_getNextUChar(UConverter *cnv,
2044 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv,
2403 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter,
2480 UConverter in, out; /* stack-allocated */
2481 UConverter *inConverter, *outConverter;
2527 UConverter *cnv,
2531 UConverter algoConverterStatic; /* stack-allocated */
2532 UConverter *algoConverter, *to, *from;
2583 UConverter *cnv,
2594 ucnv_fromAlgorithmic(UConverter *cnv,
2606 ucnv_getType(const UConverter* converter)
2618 ucnv_getStarters(const UConverter* converter,
2633 static const UAmbiguousConverter *ucnv_getAmbiguous(const UConverter *cnv)
2661 ucnv_fixFileSeparator(const UConverter *cnv,
2682 ucnv_isAmbiguous(const UConverter *cnv) {
2687 ucnv_setFallback(UConverter *cnv, UBool usesFallback)
2693 ucnv_usesFallback(const UConverter *cnv)
2699 ucnv_getInvalidChars (const UConverter * converter,
2725 ucnv_getInvalidUChars (const UConverter * converter,
2842 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status)
2866 ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status){
2887 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){