HomeSort by relevance Sort by last modified time
    Searched defs:StringSearch (Results 1 - 8 of 8) 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...]
  /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.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...]

Completed in 1136 milliseconds