/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 152 struct UText; 153 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef 183 U_CAPI UText * U_EXPORT2 184 utext_close(UText *ut); 207 U_CAPI UText * U_EXPORT2 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 225 U_CAPI UText * U_EXPORT2 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 242 U_CAPI UText * U_EXPORT2 243 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status); [all …]
|
D | uregex.h | 168 uregex_openUText(UText *pattern, 289 U_CAPI UText * U_EXPORT2 351 UText *text, 395 U_CAPI UText * U_EXPORT2 397 UText *dest, 427 UText *text, 706 U_CAPI UText * U_EXPORT2 709 UText *dest, 1114 U_CAPI UText * U_EXPORT2 1116 UText *replacement, [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | utext.h | 152 struct UText; 153 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef 183 U_CAPI UText * U_EXPORT2 184 utext_close(UText *ut); 207 U_CAPI UText * U_EXPORT2 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 225 U_CAPI UText * U_EXPORT2 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 242 U_CAPI UText * U_EXPORT2 243 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status); [all …]
|
D | regex.h | 205 static RegexPattern * U_EXPORT2 compile( UText *regex, 264 static RegexPattern * U_EXPORT2 compile( UText *regex, 319 static RegexPattern * U_EXPORT2 compile( UText *regex, 415 static UBool U_EXPORT2 matches(UText *regex, 416 UText *input, 441 virtual UText *patternText(UErrorCode &status) const; 561 virtual int32_t split(UText *input, 562 UText *dest[], 585 UText *fPattern; // The original pattern string. 691 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status); [all …]
|
D | uregex.h | 168 uregex_openUText(UText *pattern, 289 U_CAPI UText * U_EXPORT2 351 UText *text, 395 U_CAPI UText * U_EXPORT2 397 UText *dest, 427 UText *text, 706 U_CAPI UText * U_EXPORT2 709 UText *dest, 1114 U_CAPI UText * U_EXPORT2 1116 UText *replacement, [all …]
|
D | rbbi.h | 64 UText fText; 346 virtual UText *getUText(UText *fillIn, UErrorCode &status) const; 383 virtual void setText(UText *text, UErrorCode &status); 624 virtual RuleBasedBreakIterator &refreshInputText(UText *input, UErrorCode &status);
|
D | brkiter.h | 172 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0; 205 virtual void setText(UText *text, UErrorCode &status) = 0; 623 virtual BreakIterator &refreshInputText(UText *input, UErrorCode &status) = 0;
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 152 struct UText; 153 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef 183 U_CAPI UText * U_EXPORT2 184 utext_close(UText *ut); 207 U_CAPI UText * U_EXPORT2 208 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 225 U_CAPI UText * U_EXPORT2 226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 242 U_CAPI UText * U_EXPORT2 243 utext_openUnicodeString(UText *ut, icu::UnicodeString *s, UErrorCode *status); [all …]
|
D | rbbi.h | 64 UText fText; 346 virtual UText *getUText(UText *fillIn, UErrorCode &status) const; 383 virtual void setText(UText *text, UErrorCode &status); 624 virtual RuleBasedBreakIterator &refreshInputText(UText *input, UErrorCode &status);
|
D | brkiter.h | 172 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0; 205 virtual void setText(UText *text, UErrorCode &status) = 0; 623 virtual BreakIterator &refreshInputText(UText *input, UErrorCode &status) = 0;
|
/external/icu/libicu/ndk_headers/unicode/ |
D | utext.h | 152 struct UText; 153 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef 183 U_CAPI UText * U_EXPORT2 184 utext_close(UText *ut) __INTRODUCED_IN(31); 209 U_CAPI UText * U_EXPORT2 210 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) __INTRODUCED_IN(31); 229 U_CAPI UText * U_EXPORT2 230 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) __INTRODUCED_IN(31); 306 U_CAPI UText * U_EXPORT2 307 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) __INTROD… [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 205 static RegexPattern * U_EXPORT2 compile( UText *regex, 264 static RegexPattern * U_EXPORT2 compile( UText *regex, 319 static RegexPattern * U_EXPORT2 compile( UText *regex, 415 static UBool U_EXPORT2 matches(UText *regex, 416 UText *input, 441 virtual UText *patternText(UErrorCode &status) const; 561 virtual int32_t split(UText *input, 562 UText *dest[], 585 UText *fPattern; // The original pattern string. 691 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status); [all …]
|
D | uregex.h | 168 uregex_openUText(UText *pattern, 289 U_CAPI UText * U_EXPORT2 351 UText *text, 395 U_CAPI UText * U_EXPORT2 397 UText *dest, 427 UText *text, 706 U_CAPI UText * U_EXPORT2 709 UText *dest, 1114 U_CAPI UText * U_EXPORT2 1116 UText *replacement, [all …]
|
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/ |
D | utext.h.patch | 26 - * Get the code point at the current iteration position of the UText. 40 - * Get the code point at the current iteration position of the UText, and 110 - * modify a read-only UText will return an error status. 132 - * UText provider properties (bit field indexes). 134 - * @see UText 165 - * Generally occurs as the result of a deep clone of the UText. 166 - * When closing the UText, the associated text must 174 - * Function type declaration for UText.clone(). 176 - * clone a UText. Much like opening a UText where the source text is itself 177 - * another UText. [all …]
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 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() [all …]
|
D | dictbe.h | 78 virtual int32_t findBreaks( UText *text, 101 virtual int32_t divideUpDictionaryRange( UText *text, 158 virtual int32_t divideUpDictionaryRange( UText *text, 214 virtual int32_t divideUpDictionaryRange( UText *text, 270 virtual int32_t divideUpDictionaryRange( UText *text, 326 virtual int32_t divideUpDictionaryRange( UText *text, 390 virtual int32_t divideUpDictionaryRange( UText *text,
|
D | ustr_titlecase_brkiter.cpp | 52 UText *getUText(UText *fillIn, UErrorCode &errorCode) const U_OVERRIDE; 54 void setText(UText *text, UErrorCode &errorCode) U_OVERRIDE; 67 WholeStringBreakIterator &refreshInputText(UText *input, UErrorCode &errorCode) U_OVERRIDE; 82 UText *WholeStringBreakIterator::getUText(UText * /*fillIn*/, UErrorCode &errorCode) const { in getUText() argument 92 void WholeStringBreakIterator::setText(UText *text, UErrorCode &errorCode) { in setText() 124 UText * /*input*/, UErrorCode &errorCode) { in refreshInputText() argument
|
D | dictionarydata.h | 93 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit, 108 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit, 126 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit,
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.h | 50 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 51 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map); 53 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move, 57 UText *ut, // UnicodeText object under test.
|
D | utxttest.cpp | 30 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status); 170 UText *ut = NULL; in TestString() 302 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR() 409 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, in TestCopyMove() 414 UText *targetUT = NULL; in TestCopyMove() 484 UText *ut, // UnicodeText object under test. in TestReplace() 492 UText *targetUT = NULL; in TestReplace() 556 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) { in TestAccess() 563 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess() 574 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess() [all …]
|
D | regextst.h | 18 struct UText; 19 typedef struct UText UText; typedef 66 virtual void assertUText(const char *expected, UText *actual, const char *file, int line); 67 …virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line…
|
/external/icu/libicu/cts_headers/ |
D | dictbe.h | 78 virtual int32_t findBreaks( UText *text, 101 virtual int32_t divideUpDictionaryRange( UText *text, 158 virtual int32_t divideUpDictionaryRange( UText *text, 214 virtual int32_t divideUpDictionaryRange( UText *text, 270 virtual int32_t divideUpDictionaryRange( UText *text, 326 virtual int32_t divideUpDictionaryRange( UText *text, 390 virtual int32_t divideUpDictionaryRange( UText *text,
|
D | dictionarydata.h | 93 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit, 108 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit, 126 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit,
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 71 UText utLoc = UTEXT_INITIALIZER; in TestAPI() 74 UText *uta; in TestAPI() 75 UText *utb; in TestAPI() 97 UText *uta; in TestAPI() 98 UText *utb; in TestAPI() 116 UText *uta; in TestAPI() 194 UText *uta; in TestAPI() 216 UText *uta; in TestAPI() 264 UText *uta; in TestAPI()
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 150 UText patText = UTEXT_INITIALIZER; in uregex_open() 187 uregex_openUText(UText *pattern, in uregex_openUText() 233 UText patText = UTEXT_INITIALIZER; in uregex_openUText() 343 U_CAPI UText * U_EXPORT2 394 UText input = UTEXT_INITIALIZER; in uregex_setText() 408 UText *text, in uregex_setUText() 447 UText *inputText = regexp->fMatcher->inputText(); in uregex_getText() 476 U_CAPI UText * U_EXPORT2 478 UText *dest, in uregex_getUText() 495 UText *text, in uregex_refreshUText() [all …]
|