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

  /external/chromium/third_party/icu/public/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;
749 friend class StringSearch;
    [all...]
  /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;
749 friend class StringSearch;
    [all...]
  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/test/intltest/
srchtest.cpp 250 UBool StringSearchTest::assertEqualWithStringSearch(StringSearch *strsrch,
351 StringSearch *strsrch, *strsrch2;
372 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
390 infoln("failure with StringSearch.clone()");
408 StringSearch *strsrch;
432 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
461 StringSearch *strsrch;
484 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
507 StringSearch *result;
515 result = new StringSearch(pattern, text, NULL, NULL, status)
    [all...]
srchtest.h 44 UBool assertEqualWithStringSearch( StringSearch *strsrch,
  /external/icu4c/test/intltest/
srchtest.cpp 252 UBool StringSearchTest::assertEqualWithStringSearch(StringSearch *strsrch,
361 StringSearch *strsrch, *strsrch2;
382 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
400 infoln("failure with StringSearch.clone()");
418 StringSearch *strsrch;
442 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
471 StringSearch *strsrch;
494 strsrch = new StringSearch(pattern, text, (RuleBasedCollator *)collator,
517 StringSearch *result;
525 result = new StringSearch(pattern, text, NULL, NULL, status)
    [all...]
srchtest.h 44 UBool assertEqualWithStringSearch( StringSearch *strsrch,
  /external/v8/src/
string.js 463 function StringSearch(re) {
883 "search", StringSearch,
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 516 milliseconds