Home
last modified time | relevance | path

Searched refs:UText (Results 1 – 25 of 73) sorted by relevance

123

/external/icu/icu4c/source/common/unicode/
Dutext.h150 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 …]
Drbbi.h72 UText *fText;
391 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
423 virtual void setText(UText *text, UErrorCode &status);
661 virtual RuleBasedBreakIterator &refreshInputText(UText *input, UErrorCode &status);
Dbrkiter.h166 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0;
194 virtual void setText(UText *text, UErrorCode &status) = 0;
609 virtual BreakIterator &refreshInputText(UText *input, UErrorCode &status) = 0;
/external/chromium_org/third_party/icu/source/common/unicode/
Dutext.h150 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 …]
Drbbi.h72 UText *fText;
391 virtual UText *getUText(UText *fillIn, UErrorCode &status) const;
423 virtual void setText(UText *text, UErrorCode &status);
661 virtual RuleBasedBreakIterator &refreshInputText(UText *input, UErrorCode &status);
Dbrkiter.h166 virtual UText *getUText(UText *fillIn, UErrorCode &status) const = 0;
194 virtual void setText(UText *text, UErrorCode &status) = 0;
603 virtual BreakIterator &refreshInputText(UText *input, UErrorCode &status) = 0;
/external/icu/icu4c/source/i18n/unicode/
Dregex.h201 static RegexPattern * U_EXPORT2 compile( UText *regex,
260 static RegexPattern * U_EXPORT2 compile( UText *regex,
315 static RegexPattern * U_EXPORT2 compile( UText *regex,
411 static UBool U_EXPORT2 matches(UText *regex,
412 UText *input,
437 virtual UText *patternText(UErrorCode &status) const;
522 virtual int32_t split(UText *input,
523 UText *dest[],
546 UText *fPattern; // The original pattern string.
659 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
[all …]
Duregex.h163 uregex_openUText(UText *pattern,
284 U_STABLE UText * U_EXPORT2
346 UText *text,
390 U_STABLE UText * U_EXPORT2
392 UText *dest,
422 UText *text,
655 U_STABLE UText * U_EXPORT2
658 UText *dest,
680 U_INTERNAL UText * U_EXPORT2
683 UText *dest,
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h216 static RegexPattern * U_EXPORT2 compile( UText *regex,
275 static RegexPattern * U_EXPORT2 compile( UText *regex,
330 static RegexPattern * U_EXPORT2 compile( UText *regex,
426 static UBool U_EXPORT2 matches(UText *regex,
427 UText *input,
452 virtual UText *patternText(UErrorCode &status) const;
537 virtual int32_t split(UText *input,
538 UText *dest[],
561 UText *fPattern; // The original pattern string.
668 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
[all …]
Duregex.h163 uregex_openUText(UText *pattern,
284 U_STABLE UText * U_EXPORT2
346 UText *text,
390 U_STABLE UText * U_EXPORT2
392 UText *dest,
422 UText *text,
655 U_STABLE UText * U_EXPORT2
658 UText *dest,
680 U_INTERNAL UText * U_EXPORT2
683 UText *dest,
[all …]
/external/chromium_org/third_party/icu/source/common/
Dutext.cpp37 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access()
44 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32()
84 utext_nativeLength(UText *ut) { in utext_nativeLength()
90 utext_isLengthExpensive(const UText *ut) { in utext_isLengthExpensive()
97 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex()
107 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex()
141 utext_getPreviousNativeIndex(UText *ut) { in utext_getPreviousNativeIndex()
184 utext_current32(UText *ut) { in utext_current32()
238 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
265 utext_next32(UText *ut) { in utext_next32()
[all …]
Ddictbe.h93 virtual int32_t findBreaks( UText *text,
125 virtual int32_t divideUpDictionaryRange( UText *text,
182 virtual int32_t divideUpDictionaryRange( UText *text,
238 virtual int32_t divideUpDictionaryRange( UText *text,
294 virtual int32_t divideUpDictionaryRange( UText *text,
357 virtual int32_t divideUpDictionaryRange( UText *text,
/external/icu/icu4c/source/common/
Dutext.cpp37 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access()
44 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32()
84 utext_nativeLength(UText *ut) { in utext_nativeLength()
90 utext_isLengthExpensive(const UText *ut) { in utext_isLengthExpensive()
97 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex()
107 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex()
141 utext_getPreviousNativeIndex(UText *ut) { in utext_getPreviousNativeIndex()
184 utext_current32(UText *ut) { in utext_current32()
238 utext_char32At(UText *ut, int64_t nativeIndex) { in utext_char32At()
265 utext_next32(UText *ut) { in utext_next32()
[all …]
Ddictbe.h93 virtual int32_t findBreaks( UText *text,
125 virtual int32_t divideUpDictionaryRange( UText *text,
182 virtual int32_t divideUpDictionaryRange( UText *text,
238 virtual int32_t divideUpDictionaryRange( UText *text,
294 virtual int32_t divideUpDictionaryRange( UText *text,
357 virtual int32_t divideUpDictionaryRange( UText *text,
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp115 UText text;
128 static inline int64_t textNativeLength(UText* text) in textNativeLength()
134 static void textFixPointer(const UText* source, UText* destination, const void*& pointer) in textFixPointer()
145 static UText* textClone(UText* destination, const UText* source, UBool deep, UErrorCode* status) in textClone()
171 static int32_t textExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCode* errorCode) in textExtract() argument
180 static void textClose(UText* text) in textClose()
185 static inline TextContext textGetContext(const UText* text, int64_t nativeIndex, UBool forward) in textGetContext()
194 static inline TextContext textLatin1GetCurrentContext(const UText* text) in textLatin1GetCurrentContext()
201 static void textLatin1MoveInPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength, … in textLatin1MoveInPrimaryContext()
226 static void textLatin1SwitchToPrimaryContext(UText* text, int64_t nativeIndex, int64_t nativeLength… in textLatin1SwitchToPrimaryContext()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dutxttest.h44 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.
Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
163 UText *ut = NULL; in TestString()
295 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR()
402 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, in TestCopyMove()
407 UText *targetUT = NULL; in TestCopyMove()
477 UText *ut, // UnicodeText object under test. in TestReplace()
485 UText *targetUT = NULL; in TestReplace()
549 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) { in TestAccess()
556 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess()
567 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess()
[all …]
Dregextst.h16 struct UText;
17 typedef struct UText UText; typedef
52 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
53 …virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line…
/external/icu/icu4c/source/test/intltest/
Dutxttest.h45 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.
Dutxttest.cpp25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
165 UText *ut = NULL; in TestString()
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR()
404 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, in TestCopyMove()
409 UText *targetUT = NULL; in TestCopyMove()
479 UText *ut, // UnicodeText object under test. in TestReplace()
487 UText *targetUT = NULL; in TestReplace()
551 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) { in TestAccess()
558 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess()
569 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess()
[all …]
Dregextst.h16 struct UText;
17 typedef struct UText UText; typedef
53 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
54 …virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line…
/external/icu/icu4c/source/test/cintltst/
Dutexttst.c65 UText utLoc = UTEXT_INITIALIZER; in TestAPI()
68 UText *uta; in TestAPI()
69 UText *utb; in TestAPI()
91 UText *uta; in TestAPI()
92 UText *utb; in TestAPI()
110 UText *uta; in TestAPI()
188 UText *uta; in TestAPI()
210 UText *uta; in TestAPI()
258 UText *uta; in TestAPI()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dutexttst.c65 UText utLoc = UTEXT_INITIALIZER; in TestAPI()
68 UText *uta; in TestAPI()
69 UText *utb; in TestAPI()
91 UText *uta; in TestAPI()
92 UText *utb; in TestAPI()
110 UText *uta; in TestAPI()
188 UText *uta; in TestAPI()
210 UText *uta; in TestAPI()
258 UText *uta; in TestAPI()
/external/chromium_org/third_party/icu/source/i18n/
Duregex.cpp148 UText patText = UTEXT_INITIALIZER; in uregex_open()
185 uregex_openUText(UText *pattern, in uregex_openUText()
231 UText patText = UTEXT_INITIALIZER; in uregex_openUText()
341 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()
493 UText *text, in uregex_refreshUText()
[all …]
/external/icu/icu4c/source/i18n/
Duregex.cpp148 UText patText = UTEXT_INITIALIZER; in uregex_open()
185 uregex_openUText(UText *pattern, in uregex_openUText()
231 UText patText = UTEXT_INITIALIZER; in uregex_openUText()
341 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()
493 UText *text, in uregex_refreshUText()
[all …]

123