/external/icu4c/common/unicode/ |
D | utext.h | 150 struct UText; 151 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef 181 U_STABLE UText * U_EXPORT2 182 utext_close(UText *ut); 197 U_DEFINE_LOCAL_OPEN_POINTER(LocalUTextPointer, UText, utext_close); 224 U_STABLE UText * U_EXPORT2 225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 242 U_STABLE UText * U_EXPORT2 243 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 259 U_STABLE UText * U_EXPORT2 [all …]
|
D | rbbi.h | 72 UText *fText; 363 virtual UText *getUText(UText *fillIn, UErrorCode &status) const; 395 virtual void setText(UText *text, UErrorCode &status);
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | utext.h | 148 struct UText; 149 typedef struct UText UText; /**< C typedef for struct UText. @stable ICU 3.6 */ typedef 179 U_STABLE UText * U_EXPORT2 180 utext_close(UText *ut); 204 U_STABLE UText * U_EXPORT2 205 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status); 222 U_STABLE UText * U_EXPORT2 223 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status); 239 U_STABLE UText * U_EXPORT2 240 utext_openUnicodeString(UText *ut, U_NAMESPACE_QUALIFIER UnicodeString *s, UErrorCode *status); [all …]
|
D | rbbi.h | 72 UText *fText; 363 virtual UText *getUText(UText *fillIn, UErrorCode &status) const; 395 virtual void setText(UText *text, UErrorCode &status);
|
/external/icu4c/i18n/unicode/ |
D | regex.h | 219 static RegexPattern * U_EXPORT2 compile( UText *regex, 279 static RegexPattern * U_EXPORT2 compile( UText *regex, 336 static RegexPattern * U_EXPORT2 compile( UText *regex, 394 virtual RegexMatcher *matcher(UText *input, 465 static UBool U_EXPORT2 matches(UText *regex, 466 UText *input, 492 virtual UText *patternText() const; 551 virtual int32_t split(UText *input, 552 UText *dest[], 575 UText *fPattern; // The original pattern string. [all …]
|
D | uregex.h | 164 uregex_openUText(UText *pattern, 285 U_INTERNAL UText * U_EXPORT2 348 UText *text, 393 U_INTERNAL UText * U_EXPORT2 395 UText *dest, 421 UText *text, 570 U_INTERNAL UText * U_EXPORT2 573 UText *dest, 845 U_INTERNAL UText * U_EXPORT2 847 UText *replacement, [all …]
|
/external/chromium/third_party/icu/source/common/ |
D | utext.cpp | 33 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() 40 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() 80 utext_nativeLength(UText *ut) { in utext_nativeLength() 86 utext_isLengthExpensive(const UText *ut) { in utext_isLengthExpensive() 93 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex() 103 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex() 137 utext_getPreviousNativeIndex(UText *ut) { in utext_getPreviousNativeIndex() 180 utext_current32(UText *ut) { in utext_current32() 234 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At() 261 utext_next32(UText *ut) { in utext_next32() [all …]
|
D | triedict.h | 91 virtual int32_t matches( UText *text, 134 UText *fIter; 187 virtual int32_t matches( UText *text, 241 virtual int32_t search( UText *text, 334 virtual int32_t matches( UText *text,
|
D | dictbe.h | 93 virtual int32_t findBreaks( UText *text, 125 virtual int32_t divideUpDictionaryRange( UText *text, 182 virtual int32_t divideUpDictionaryRange( UText *text, 243 virtual int32_t divideUpDictionaryRange( UText *text,
|
D | dictbe.cpp | 49 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks() 127 int candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ); 130 int32_t acceptMarked( UText *text ); 134 UBool backUp( UText *text ); 153 PossibleWord::candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ) { in candidates() 173 PossibleWord::acceptMarked( UText *text ) { in acceptMarked() 179 PossibleWord::backUp( UText *text ) { in backUp() 249 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange() 540 CjkBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange() 568 UText normalizedText = UTEXT_INITIALIZER; in divideUpDictionaryRange()
|
/external/icu4c/common/ |
D | utext.cpp | 34 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() 41 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() 81 utext_nativeLength(UText *ut) { in utext_nativeLength() 87 utext_isLengthExpensive(const UText *ut) { in utext_isLengthExpensive() 94 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex() 104 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex() 138 utext_getPreviousNativeIndex(UText *ut) { in utext_getPreviousNativeIndex() 181 utext_current32(UText *ut) { in utext_current32() 235 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At() 262 utext_next32(UText *ut) { in utext_next32() [all …]
|
D | triedict.h | 87 virtual int32_t matches( UText *text, 129 UText *fIter; 160 virtual int32_t matches( UText *text, 210 virtual int32_t search( UText *text, 291 virtual int32_t matches( UText *text,
|
D | dictbe.cpp | 44 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks() 122 int candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ); 125 int32_t acceptMarked( UText *text ); 129 UBool backUp( UText *text ); 148 PossibleWord::candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ) { in candidates() 168 PossibleWord::acceptMarked( UText *text ) { in acceptMarked() 174 PossibleWord::backUp( UText *text ) { in backUp() 244 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
|
D | dictbe.h | 93 virtual int32_t findBreaks( UText *text, 125 virtual int32_t divideUpDictionaryRange( UText *text, 182 virtual int32_t divideUpDictionaryRange( UText *text,
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | utxttest.cpp | 26 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status); 164 UText *ut = NULL; in TestString() 296 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR() 403 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, in TestCopyMove() 408 UText *targetUT = NULL; in TestCopyMove() 478 UText *ut, // UnicodeText object under test. in TestReplace() 486 UText *targetUT = NULL; in TestReplace() 550 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) { in TestAccess() 557 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess() 568 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess() [all …]
|
D | utxttest.h | 44 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 45 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 46 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map); 47 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move, 51 UText *ut, // UnicodeText object under test.
|
/external/icu4c/test/intltest/ |
D | utxttest.cpp | 26 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status); 166 UText *ut = NULL; in TestString() 298 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR() 405 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, in TestCopyMove() 410 UText *targetUT = NULL; in TestCopyMove() 480 UText *ut, // UnicodeText object under test. in TestReplace() 488 UText *targetUT = NULL; in TestReplace() 552 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) { in TestAccess() 559 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess() 570 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess() [all …]
|
D | utxttest.h | 45 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 46 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 47 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map); 48 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move, 52 UText *ut, // UnicodeText object under test.
|
D | regextst.h | 16 struct UText; 17 typedef struct UText UText; typedef 46 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
|
D | regextst.cpp | 131 void RegexTest::assertUText(const char *expected, UText *actual, const char *file, int line) { in assertUText() 133 UText expectedText = UTEXT_INITIALIZER; in assertUText() 237 UText pattern = UTEXT_INITIALIZER; in doRegexLMTestUTF8() 240 UText inputText = UTEXT_INITIALIZER; in doRegexLMTestUTF8() 356 UText patternText = UTEXT_INITIALIZER; in regex_err() 534 UText pattern = UTEXT_INITIALIZER; in UTextBasic() 539 UText input = UTEXT_INITIALIZER; in UTextBasic() 1606 UText re = UTEXT_INITIALIZER; in API_Match_UTF8() 1612 UText input1 = UTEXT_INITIALIZER; in API_Match_UTF8() 1613 UText input2 = UTEXT_INITIALIZER; in API_Match_UTF8() [all …]
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | utexttst.c | 64 UText utLoc = UTEXT_INITIALIZER; in TestAPI() 67 UText *uta; in TestAPI() 68 UText *utb; in TestAPI() 90 UText *uta; in TestAPI() 91 UText *utb; in TestAPI() 109 UText *uta; in TestAPI() 187 UText *uta; in TestAPI() 209 UText *uta; in TestAPI() 239 UText *uta; in TestAPI()
|
/external/icu4c/test/cintltst/ |
D | utexttst.c | 64 UText utLoc = UTEXT_INITIALIZER; in TestAPI() 67 UText *uta; in TestAPI() 68 UText *utb; in TestAPI() 90 UText *uta; in TestAPI() 91 UText *utb; in TestAPI() 109 UText *uta; in TestAPI() 187 UText *uta; in TestAPI() 209 UText *uta; in TestAPI() 239 UText *uta; in TestAPI()
|
/external/icu4c/i18n/ |
D | uregex.cpp | 147 UText patText = UTEXT_INITIALIZER; in uregex_open() 184 uregex_openUText(UText *pattern, in uregex_openUText() 230 UText patText = UTEXT_INITIALIZER; in uregex_openUText() 340 U_CAPI UText * U_EXPORT2 392 UText input = UTEXT_INITIALIZER; in uregex_setText() 406 UText *text, in uregex_setUText() 445 UText *inputText = regexp->fMatcher->inputText(); in uregex_getText() 474 U_CAPI UText * U_EXPORT2 476 UText *dest, in uregex_getUText() 494 UText *text, in uregex_refreshUText() [all …]
|
D | repattrn.cpp | 324 RegexPattern::compile(UText *regex, in compile() 386 RegexPattern::compile(UText *regex, in compile() 411 RegexPattern::compile(UText *regex, in compile() 448 RegexMatcher *RegexPattern::matcher(UText *input, in matcher() 527 UBool U_EXPORT2 RegexPattern::matches(UText *regex, in matches() 528 UText *input, in matches() 584 UText *RegexPattern::patternText() const { in patternText() 622 int32_t RegexPattern::split(UText *input, in split() 623 UText *dest[], in split()
|
D | rematch.cpp | 96 UText inputText = UTEXT_INITIALIZER; in RegexMatcher() 105 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher() 137 RegexMatcher::RegexMatcher(UText *regexp, in RegexMatcher() 240 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2() 273 UText replacementText = UTEXT_INITIALIZER; in appendReplacement() 277 UText resultText = UTEXT_INITIALIZER; in appendReplacement() 293 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement() 294 UText *replacement, in appendReplacement() 463 UText resultText = UTEXT_INITIALIZER; in appendTail() 477 UText *RegexMatcher::appendTail(UText *dest) { in appendTail() [all …]
|