Lines Matching refs:UText
39 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access()
46 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32()
86 utext_nativeLength(UText *ut) { in utext_nativeLength()
92 utext_isLengthExpensive(const UText *ut) { in utext_isLengthExpensive()
99 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex()
109 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex()
143 utext_getPreviousNativeIndex(UText *ut) { in utext_getPreviousNativeIndex()
186 utext_current32(UText *ut) { in utext_current32()
240 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
267 utext_next32(UText *ut) { in utext_next32()
307 utext_previous32(UText *ut) { in utext_previous32()
347 utext_next32From(UText *ut, int64_t index) { in utext_next32From()
376 utext_previous32From(UText *ut, int64_t index) { in utext_previous32From()
424 utext_extract(UText *ut, in utext_extract()
434 utext_equals(const UText *a, const UText *b) { in utext_equals()
460 utext_isWritable(const UText *ut) in utext_isWritable()
468 utext_freeze(UText *ut) { in utext_freeze()
475 utext_hasMetaData(const UText *ut) in utext_hasMetaData()
484 utext_replace(UText *ut, in utext_replace()
501 utext_copy(UText *ut, in utext_copy()
519 U_CAPI UText * U_EXPORT2
520 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone()
524 UText *result = src->pFuncs->clone(dest, src, deep, status); in utext_clone()
569 UText ut;
573 static const UText emptyText = UTEXT_INITIALIZER;
575 U_CAPI UText * U_EXPORT2
576 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { in utext_setup()
583 int32_t spaceRequired = sizeof(UText); in utext_setup()
587 ut = (UText *)uprv_malloc(spaceRequired); in utext_setup()
662 U_CAPI UText * U_EXPORT2
663 utext_close(UText *ut) { in utext_close()
716 invalidateChunk(UText *ut) { in invalidateChunk()
748 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer()
770 static UText * U_CALLCONV
771 shallowTextClone(UText * dest, const UText * src, UErrorCode * status) { in shallowTextClone()
906 utf8TextLength(UText *ut) { in utf8TextLength()
932 utf8TextAccess(UText *ut, int64_t index, UBool forward) { in utf8TextAccess()
1466 utf8TextExtract(UText *ut, in utf8TextExtract()
1524 utf8TextMapOffsetToNative(const UText *ut) { in utf8TextMapOffsetToNative()
1537 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16()
1549 static UText * U_CALLCONV
1550 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1565 int32_t len = (int32_t)utext_nativeLength((UText *)src); in utf8TextClone()
1580 utf8TextClose(UText *ut) { in utf8TextClose()
1615 U_CAPI UText * U_EXPORT2
1616 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { in utext_openUTF8()
1682 static UText * U_CALLCONV
1683 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
1705 repTextClose(UText *ut) { in repTextClose()
1718 repTextLength(UText *ut) { in repTextLength()
1726 repTextAccess(UText *ut, int64_t index, UBool forward) { in repTextAccess()
1843 repTextExtract(UText *ut, in repTextExtract()
1886 repTextReplace(UText *ut, in repTextReplace()
1943 repTextCopy(UText *ut, in repTextCopy()
2022 U_CAPI UText * U_EXPORT2
2023 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) in utext_openReplaceable()
2072 static UText * U_CALLCONV
2073 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2094 unistrTextClose(UText *ut) { in unistrTextClose()
2107 unistrTextLength(UText *t) { in unistrTextLength()
2113 unistrTextAccess(UText *ut, int64_t index, UBool forward) { in unistrTextAccess()
2125 unistrTextExtract(UText *t, in unistrTextExtract()
2162 unistrTextReplace(UText *ut, in unistrTextReplace()
2207 unistrTextCopy(UText *ut, in unistrTextCopy()
2280 U_CAPI UText * U_EXPORT2
2281 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) { in utext_openUnicodeString()
2291 U_CAPI UText * U_EXPORT2
2292 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) { in utext_openConstUnicodeString()
2332 static UText * U_CALLCONV
2333 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2366 ucstrTextClose(UText *ut) { in ucstrTextClose()
2380 ucstrTextLength(UText *ut) { in ucstrTextLength()
2402 ucstrTextAccess(UText *ut, int64_t index, UBool forward) { in ucstrTextAccess()
2491 ucstrTextExtract(UText *ut, in ucstrTextExtract()
2598 U_CAPI UText * U_EXPORT2
2599 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars()
2649 charIterTextClose(UText *ut) { in charIterTextClose()
2659 charIterTextLength(UText *ut) { in charIterTextLength()
2664 charIterTextAccess(UText *ut, int64_t index, UBool forward) { in charIterTextAccess()
2733 static UText * U_CALLCONV
2734 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
2752 int64_t ix = utext_getNativeIndex((UText *)src); in charIterTextClone()
2760 charIterTextExtract(UText *ut, in charIterTextExtract()
2823 U_CAPI UText * U_EXPORT2
2824 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) { in utext_openCharacterIterator()