• Home
  • Raw
  • Download

Lines Matching defs:ut

41 utext_access(UText *ut, int64_t index, UBool forward) {  in utext_access()
48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32()
88 utext_nativeLength(UText *ut) { in utext_nativeLength()
94 utext_isLengthExpensive(const UText *ut) { in utext_isLengthExpensive()
101 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex()
111 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex()
145 utext_getPreviousNativeIndex(UText *ut) { in utext_getPreviousNativeIndex()
188 utext_current32(UText *ut) { in utext_current32()
242 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
269 utext_next32(UText *ut) { in utext_next32()
309 utext_previous32(UText *ut) { in utext_previous32()
349 utext_next32From(UText *ut, int64_t index) { in utext_next32From()
378 utext_previous32From(UText *ut, int64_t index) { in utext_previous32From()
426 utext_extract(UText *ut, in utext_extract()
462 utext_isWritable(const UText *ut) in utext_isWritable()
470 utext_freeze(UText *ut) { in utext_freeze()
477 utext_hasMetaData(const UText *ut) in utext_hasMetaData()
486 utext_replace(UText *ut, in utext_replace()
503 utext_copy(UText *ut, in utext_copy()
571 UText ut; member
578 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { in utext_setup()
665 utext_close(UText *ut) { in utext_close()
718 invalidateChunk(UText *ut) { in invalidateChunk()
910 utf8TextLength(UText *ut) { in utf8TextLength()
936 utf8TextAccess(UText *ut, int64_t index, UBool forward) { in utf8TextAccess()
1480 utf8TextExtract(UText *ut, in utf8TextExtract()
1538 utf8TextMapOffsetToNative(const UText *ut) { in utf8TextMapOffsetToNative()
1551 utf8TextMapIndexToUTF16(const UText *ut, int64_t index64) { in utf8TextMapIndexToUTF16()
1595 utf8TextClose(UText *ut) { in utf8TextClose()
1631 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { in utext_openUTF8()
1720 repTextClose(UText *ut) { in repTextClose()
1733 repTextLength(UText *ut) { in repTextLength()
1741 repTextAccess(UText *ut, int64_t index, UBool forward) { in repTextAccess()
1858 repTextExtract(UText *ut, in repTextExtract()
1901 repTextReplace(UText *ut, in repTextReplace()
1958 repTextCopy(UText *ut, in repTextCopy()
2038 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) in utext_openReplaceable()
2109 unistrTextClose(UText *ut) { in unistrTextClose()
2128 unistrTextAccess(UText *ut, int64_t index, UBool forward) { in unistrTextAccess()
2177 unistrTextReplace(UText *ut, in unistrTextReplace()
2222 unistrTextCopy(UText *ut, in unistrTextCopy()
2296 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) { in utext_openUnicodeString()
2307 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) { in utext_openConstUnicodeString()
2381 ucstrTextClose(UText *ut) { in ucstrTextClose()
2395 ucstrTextLength(UText *ut) { in ucstrTextLength()
2417 ucstrTextAccess(UText *ut, int64_t index, UBool forward) { in ucstrTextAccess()
2506 ucstrTextExtract(UText *ut, in ucstrTextExtract()
2614 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars()
2664 charIterTextClose(UText *ut) { in charIterTextClose()
2674 charIterTextLength(UText *ut) { in charIterTextLength()
2679 charIterTextAccess(UText *ut, int64_t index, UBool forward) { in charIterTextAccess()
2775 charIterTextExtract(UText *ut, in charIterTextExtract()
2839 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) { in utext_openCharacterIterator()