HomeSort by relevance Sort by last modified time
    Searched refs:UText (Results 26 - 38 of 38) sorted by null

12

  /external/icu/icu4c/source/i18n/
filteredbrk.cpp 153 virtual void setText(UText *text, UErrorCode &status) { fDelegate->setText(text,status); }
154 virtual BreakIterator &refreshInputText(UText *input, UErrorCode &status) { fDelegate->refreshInputText(input,status); return *this; }
159 virtual UText *getUText(UText *fillIn, UErrorCode &status) const { return fDelegate->getUText(fillIn,status); }
regexcmp.h 58 void compile(UText *pat, UParseError &pp, UErrorCode &e);
regexcmp.cpp 112 UText patternText = UTEXT_INITIALIZER;
122 // compile, UText mode
126 UText *pat, // Source pat to be compiled.
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 29 #include "unicode/utext.h"
94 static UBool equals_utf8_utext(const char *utf8, UText *utext) {
99 utext_setNativeIndex(utext, 0);
102 utc = utext_next32(utext);
115 static void test_assert_utext(const char *expected, UText *actual, const char *file, int line) {
134 * TEST_ASSERT_UTEXT(const char *expected, const UText *actual)
139 static UBool testUTextEqual(UText *uta, UText *utb) {
    [all...]
cbiapts.c 31 #include "unicode/utext.h"
332 UText *ut = NULL;
681 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
    [all...]
  /external/icu/icu4c/source/common/
dictionarydata.cpp 43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit,
111 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit,
rbbi.cpp 360 void RuleBasedBreakIterator::setText(UText *ut, UErrorCode &status) {
368 // calls getText(). With input from UText, there is no reasonable
392 UText *RuleBasedBreakIterator::getUText(UText *fillIn, UErrorCode &status) const {
393 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status);
489 * Provide a new UText for the input text. Must reference text with contents identical
494 RuleBasedBreakIterator &RuleBasedBreakIterator::refreshInputText(UText *input, UErrorCode &status) {
503 // Shallow read-only clone of the new UText into the existing input UText
510 // Sanity check. The new input utext is supposed to have the exact sam
    [all...]
brkeng.cpp 78 UnhandledEngine::findBreaks( UText *text,
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 33 #include "unicode/utext.h"
346 UText *text, int32_t textLimit,
373 // Note: Why do we have both a text limit and a UText that knows its length?
389 // Note: CompactTrieDictionary::matches() comments say that it leaves the UText
439 UText text=UTEXT_INITIALIZER;
545 UText *text, int32_t textLimit,
588 UText text=UTEXT_INITIALIZER;
  /frameworks/minikin/include/minikin/
LineBreaker.h 218 UText mUText = UTEXT_INITIALIZER;
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 112 UText* mUText;
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 30 #include "unicode/utext.h"
358 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) {
398 UText *tstr = NULL;
781 // Note: with the switch to UText, there is no way to restrict the
847 UText *textToBreak; // UText, could be UTF8 or UTF16.
848 UVector32 *textMap; // Map from UTF-16 dataToBreak offsets to UText offsets.
1551 UnicodeString utext = text; local
4406 UText utext=UTEXT_INITIALIZER; local
    [all...]
rbbiapts.cpp 24 #include "unicode/utext.h"
303 // (With the change of the break engine to working with UText internally,
315 // UText API
317 // Quick test to see if UText is working at all.
    [all...]

Completed in 307 milliseconds

12