HomeSort by relevance Sort by last modified time
    Searched refs:StringSearch (Results 1 - 15 of 15) sorted by null

  /external/icu4c/i18n/unicode/
stsearch.h 30 * <tt>StringSearch</tt> is a <tt>SearchIterator</tt> that provides
33 * StringSearch ensures that language eccentricity can be
104 * Lastly to update StringSearch to the new collator attributes,
111 * StringSearch does not guarantee the results for option 1.
121 * StringSearch iter(pattern, target, Locale::getUS(), NULL, status);
131 * Note, StringSearch is not to be subclassed.
138 class U_I18N_API StringSearch : public SearchIterator
145 * Creating a <tt>StringSearch</tt> instance using the argument locale
165 StringSearch(const UnicodeString &pattern, const UnicodeString &text,
171 * Creating a <tt>StringSearch</tt> instance using the argument collator
    [all...]
tblcoll.h 77 class StringSearch;
701 friend class StringSearch;
753 * Creates the c struct for ucollator. This used internally by StringSearch.
763 * Get UCollator data struct. Used only by StringSearch & intltest.
    [all...]
  /external/icu4c/i18n/
stsearch.cpp 20 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringSearch)
24 StringSearch::StringSearch(const UnicodeString &pattern,
47 // owned by this stringsearch object. this means 1) it's destructor
63 StringSearch::StringSearch(const UnicodeString &pattern,
98 StringSearch::StringSearch(const UnicodeString &pattern,
126 StringSearch::StringSearch(const UnicodeString &pattern
    [all...]
  /external/v8/src/
string-search.h 77 class StringSearch : private StringSearchBase {
79 StringSearch(Isolate* isolate, Vector<const PatternChar> pattern)
118 StringSearch<PatternChar, SubjectChar>*,
122 static int FailSearch(StringSearch<PatternChar, SubjectChar>*,
128 static int SingleCharSearch(StringSearch<PatternChar, SubjectChar>* search,
132 static int LinearSearch(StringSearch<PatternChar, SubjectChar>* search,
136 static int InitialSearch(StringSearch<PatternChar, SubjectChar>* search,
141 StringSearch<PatternChar, SubjectChar>* search,
145 static int BoyerMooreSearch(StringSearch<PatternChar, SubjectChar>* search,
210 int StringSearch<PatternChar, SubjectChar>::SingleCharSearch
    [all...]
handles.cc 426 StringSearch<char, SourceChar> search(isolate, CStrVector("\n"));
    [all...]
string.js 515 function StringSearch(re) {
991 "search", StringSearch,
runtime.cc     [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 254 UBool StringSearchTest::assertEqualWithStringSearch(StringSearch *strsrch,
466 StringSearch *strsrch, *strsrch2;
487 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
505 infoln("failure with StringSearch.clone()");
523 StringSearch *strsrch;
547 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
576 StringSearch *strsrch;
599 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
622 StringSearch *result;
630 result = new StringSearch(pattern, text, NULL, NULL, status)
    [all...]
srchtest.h 44 UBool assertEqualWithStringSearch( StringSearch *strsrch,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1670 milliseconds