HomeSort by relevance Sort by last modified time
    Searched full:utext (Results 26 - 50 of 51) sorted by null

12 3

  /external/icu/icu4c/source/i18n/
uregex.cpp 93 // !!! Not sure how to update this with the new UText backing, which is stored in re->fMatcher anyway
140 // For compiling the pattern, we will use a UText wrapper around
148 UText patText = UTEXT_INITIALIZER;
185 uregex_openUText(UText *pattern,
224 // For compiling the pattern, we will use a read-only UText wrapper
231 UText patText = UTEXT_INITIALIZER;
341 U_CAPI UText * U_EXPORT2
392 UText input = UTEXT_INITIALIZER;
406 UText *text,
445 UText *inputText = regexp->fMatcher->inputText()
    [all...]
rematch.cpp 92 UText inputText = UTEXT_INITIALIZER;
101 RegexMatcher::RegexMatcher(UText *regexp, UText *input,
133 RegexMatcher::RegexMatcher(UText *regexp,
238 void RegexMatcher::init2(UText *input, UErrorCode &status) {
280 UText replacementText = UTEXT_INITIALIZER;
284 UText resultText = UTEXT_INITIALIZER;
298 // appendReplacement, UText mode
300 RegexMatcher &RegexMatcher::appendReplacement(UText *dest,
301 UText *replacement
    [all...]
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...]
usearch.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 13 #include "unicode/utext.h"
325 * native indices from the UText. For example, when breaking UTF-8
331 * This function makes a shallow clone of the supplied UText. This means
333 * UText that was passed as a parameter, but that the underlying text itself
340 UText* text,
515 * ICU that the string has been relocated, and providing a new UText to access the
535 UText *text,
docmain.h 75 * <td>ustring.h, utf8.h, utf16.h, UText, UCharIterator</td>
  /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;
  /external/icu/icu4c/source/common/
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...]
Android.mk 97 ustrenum.cpp utext.cpp \
brkeng.cpp 78 UnhandledEngine::findBreaks( UText *text,
Makefile.in 95 utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrns.o ustr_wcs.o utext.o \
ucasemap.cpp 26 #include "unicode/utext.h"
common.vcxproj.filters 526 <ClCompile Include="utext.cpp">
    [all...]
common.vcxproj 467 <ClCompile Include="utext.cpp" />
    [all...]
  /external/icu/icu4c/source/test/depstest/
dependencies.txt 180 schriter utext uniset_core uniset_props
308 group: utext
309 utext.o
441 ucasemap breakiterator utext
896 uniset_closure utext uvector32 uvector64 ustack
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 216 * @param text A UText representing the text
  /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/cintltst/
cbiapts.c 31 #include "unicode/utext.h"
332 UText *ut = NULL;
681 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
    [all...]
cloctst.c 578 static int32_t UCharsToEscapedAscii(const UChar* utext, int32_t len, char* resultChars, int32_t buflen) {
604 if(utext==NULL || resultChars==NULL || buflen<0) {
609 uc=utext[i];
    [all...]
  /external/icu/icu4c/source/test/intltest/
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...]
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...]
  /external/icu/icu4c/
APIChangeReport.html 57 <td class="file">regex.h</td><td class="proto">UText* icu::RegexMatcher::group(int32_t, UText*, UErrorCode&amp;)</td><td class="">Internal</td><td>(missing)<br>
101 <td class="file">uregex.h</td><td class="proto">UText* uregex_groupUTextDeep(URegularExpression*, int32_t, UText*, UErrorCode*)</td><td class="">Internal</td><td>(missing)<br>
    [all...]

Completed in 759 milliseconds

12 3