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()
908 utf8TextLength(UText *ut) { in utf8TextLength()
934 utf8TextAccess(UText *ut, int64_t index, UBool forward) { in utf8TextAccess()
1478 utf8TextExtract(UText *ut, in utf8TextExtract()
1536 utf8TextMapOffsetToNative(const UText *ut) { in utf8TextMapOffsetToNative()
1549 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16()
1562 static UText * U_CALLCONV
1563 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) in utf8TextClone()
1578 int32_t len = (int32_t)utext_nativeLength((UText *)src); in utf8TextClone()
1593 utf8TextClose(UText *ut) { in utf8TextClose()
1628 U_CAPI UText * U_EXPORT2
1629 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { in utext_openUTF8()
1695 static UText * U_CALLCONV
1696 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in repTextClone()
1718 repTextClose(UText *ut) { in repTextClose()
1731 repTextLength(UText *ut) { in repTextLength()
1739 repTextAccess(UText *ut, int64_t index, UBool forward) { in repTextAccess()
1856 repTextExtract(UText *ut, in repTextExtract()
1899 repTextReplace(UText *ut, in repTextReplace()
1956 repTextCopy(UText *ut, in repTextCopy()
2035 U_CAPI UText * U_EXPORT2
2036 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) in utext_openReplaceable()
2085 static UText * U_CALLCONV
2086 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in unistrTextClone()
2107 unistrTextClose(UText *ut) { in unistrTextClose()
2120 unistrTextLength(UText *t) { in unistrTextLength()
2126 unistrTextAccess(UText *ut, int64_t index, UBool forward) { in unistrTextAccess()
2138 unistrTextExtract(UText *t, in unistrTextExtract()
2175 unistrTextReplace(UText *ut, in unistrTextReplace()
2220 unistrTextCopy(UText *ut, in unistrTextCopy()
2293 U_CAPI UText * U_EXPORT2
2294 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) { in utext_openUnicodeString()
2304 U_CAPI UText * U_EXPORT2
2305 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) { in utext_openConstUnicodeString()
2345 static UText * U_CALLCONV
2346 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) { in ucstrTextClone()
2379 ucstrTextClose(UText *ut) { in ucstrTextClose()
2393 ucstrTextLength(UText *ut) { in ucstrTextLength()
2415 ucstrTextAccess(UText *ut, int64_t index, UBool forward) { in ucstrTextAccess()
2504 ucstrTextExtract(UText *ut, in ucstrTextExtract()
2611 U_CAPI UText * U_EXPORT2
2612 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars()
2662 charIterTextClose(UText *ut) { in charIterTextClose()
2672 charIterTextLength(UText *ut) { in charIterTextLength()
2677 charIterTextAccess(UText *ut, int64_t index, UBool forward) { in charIterTextAccess()
2746 static UText * U_CALLCONV
2747 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) { in charIterTextClone()
2765 int64_t ix = utext_getNativeIndex((UText *)src); in charIterTextClone()
2773 charIterTextExtract(UText *ut, in charIterTextExtract()
2836 U_CAPI UText * U_EXPORT2
2837 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) { in utext_openCharacterIterator()