• Home
  • Raw
  • Download

Lines Matching defs:ut

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()
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()
569 UText ut; member
576 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) { in utext_setup()
663 utext_close(UText *ut) { in utext_close()
716 invalidateChunk(UText *ut) { in invalidateChunk()
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()
1593 utf8TextClose(UText *ut) { in utf8TextClose()
1629 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { in utext_openUTF8()
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()
2036 utext_openReplaceable(UText *ut, Replaceable *rep, UErrorCode *status) in utext_openReplaceable()
2107 unistrTextClose(UText *ut) { in unistrTextClose()
2126 unistrTextAccess(UText *ut, int64_t index, UBool forward) { in unistrTextAccess()
2175 unistrTextReplace(UText *ut, in unistrTextReplace()
2220 unistrTextCopy(UText *ut, in unistrTextCopy()
2294 utext_openUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) { in utext_openUnicodeString()
2305 utext_openConstUnicodeString(UText *ut, const UnicodeString *s, UErrorCode *status) { in utext_openConstUnicodeString()
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()
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()
2773 charIterTextExtract(UText *ut, in charIterTextExtract()
2837 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) { in utext_openCharacterIterator()