Lines Matching refs:UText

37 utext_access(UText *ut, int64_t index, UBool forward) {  in utext_access()
44 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32()
84 utext_nativeLength(UText *ut) { in utext_nativeLength()
90 utext_isLengthExpensive(const UText *ut) { in utext_isLengthExpensive()
97 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex()
107 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex()
141 utext_getPreviousNativeIndex(UText *ut) { in utext_getPreviousNativeIndex()
184 utext_current32(UText *ut) { in utext_current32()
238 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
265 utext_next32(UText *ut) { in utext_next32()
305 utext_previous32(UText *ut) { in utext_previous32()
345 utext_next32From(UText *ut, int64_t index) { in utext_next32From()
374 utext_previous32From(UText *ut, int64_t index) { in utext_previous32From()
422 utext_extract(UText *ut, in utext_extract()
432 utext_equals(const UText *a, const UText *b) { in utext_equals()
458 utext_isWritable(const UText *ut) in utext_isWritable()
466 utext_freeze(UText *ut) { in utext_freeze()
473 utext_hasMetaData(const UText *ut) in utext_hasMetaData()
482 utext_replace(UText *ut, in utext_replace()
499 utext_copy(UText *ut, in utext_copy()
517 U_CAPI UText * U_EXPORT2
518 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone()
522 UText *result = src->pFuncs->clone(dest, src, deep, status); in utext_clone()
567 UText ut;
571 static const UText emptyText = UTEXT_INITIALIZER;
573 U_CAPI UText * U_EXPORT2
574 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { in utext_setup()
581 int32_t spaceRequired = sizeof(UText); in utext_setup()
585 ut = (UText *)uprv_malloc(spaceRequired); in utext_setup()
660 U_CAPI UText * U_EXPORT2
661 utext_close(UText *ut) { in utext_close()
714 invalidateChunk(UText *ut) { in invalidateChunk()
746 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer()
768 static UText * U_CALLCONV
769 shallowTextClone(UText * dest, const UText * src, UErrorCode * status) { in shallowTextClone()
904 utf8TextLength(UText *ut) { in utf8TextLength()
930 utf8TextAccess(UText *ut, int64_t index, UBool forward) { in utf8TextAccess()
1464 utf8TextExtract(UText *ut, in utf8TextExtract()
1522 utf8TextMapOffsetToNative(const UText *ut) { in utf8TextMapOffsetToNative()
1535 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16()
1547 static UText * U_CALLCONV
1548 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1563 int32_t len = (int32_t)utext_nativeLength((UText *)src); in utf8TextClone()
1578 utf8TextClose(UText *ut) { in utf8TextClose()
1613 U_CAPI UText * U_EXPORT2
1614 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { in utext_openUTF8()
1680 static UText * U_CALLCONV
1681 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
1703 repTextClose(UText *ut) { in repTextClose()
1716 repTextLength(UText *ut) { in repTextLength()
1724 repTextAccess(UText *ut, int64_t index, UBool forward) { in repTextAccess()
1841 repTextExtract(UText *ut, in repTextExtract()
1884 repTextReplace(UText *ut, in repTextReplace()
1941 repTextCopy(UText *ut, in repTextCopy()
2020 U_CAPI UText * U_EXPORT2
2021 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) in utext_openReplaceable()
2070 static UText * U_CALLCONV
2071 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2092 unistrTextClose(UText *ut) { in unistrTextClose()
2105 unistrTextLength(UText *t) { in unistrTextLength()
2111 unistrTextAccess(UText *ut, int64_t index, UBool forward) { in unistrTextAccess()
2123 unistrTextExtract(UText *t, in unistrTextExtract()
2160 unistrTextReplace(UText *ut, in unistrTextReplace()
2205 unistrTextCopy(UText *ut, in unistrTextCopy()
2278 U_CAPI UText * U_EXPORT2
2279 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) { in utext_openUnicodeString()
2289 U_CAPI UText * U_EXPORT2
2290 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) { in utext_openConstUnicodeString()
2330 static UText * U_CALLCONV
2331 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2364 ucstrTextClose(UText *ut) { in ucstrTextClose()
2378 ucstrTextLength(UText *ut) { in ucstrTextLength()
2400 ucstrTextAccess(UText *ut, int64_t index, UBool forward) { in ucstrTextAccess()
2489 ucstrTextExtract(UText *ut, in ucstrTextExtract()
2590 U_CAPI UText * U_EXPORT2
2591 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars()
2641 charIterTextClose(UText *ut) { in charIterTextClose()
2651 charIterTextLength(UText *ut) { in charIterTextLength()
2656 charIterTextAccess(UText *ut, int64_t index, UBool forward) { in charIterTextAccess()
2725 static UText * U_CALLCONV
2726 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
2744 int64_t ix = utext_getNativeIndex((UText *)src); in charIterTextClone()
2752 charIterTextExtract(UText *ut, in charIterTextExtract()
2815 U_CAPI UText * U_EXPORT2
2816 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) { in utext_openCharacterIterator()