HomeSort by relevance Sort by last modified time
    Searched defs:StringMatcher (Results 1 - 12 of 12) sorted by null

  /external/proguard/src/proguard/util/
StringMatcher.java 30 public interface StringMatcher
  /external/chromium/third_party/icu/source/i18n/
strmatch.h 35 * A StringMatcher may represent a segment, in which case it has a
39 * A StringMatcher that is not a segment should not be used as a
42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer {
58 StringMatcher(const UnicodeString& string,
68 StringMatcher(const StringMatcher& o);
73 virtual ~StringMatcher();
strmatch.cpp 24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringMatcher)
26 StringMatcher::StringMatcher(const UnicodeString& theString,
39 StringMatcher::StringMatcher(const StringMatcher& o) :
54 StringMatcher::~StringMatcher() {
60 UnicodeFunctor* StringMatcher::clone() const {
61 return new StringMatcher(*this)
    [all...]
  /external/icu4c/i18n/
strmatch.h 35 * A StringMatcher may represent a segment, in which case it has a
39 * A StringMatcher that is not a segment should not be used as a
42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer {
58 StringMatcher(const UnicodeString& string,
68 StringMatcher(const StringMatcher& o);
73 virtual ~StringMatcher();
strmatch.cpp 24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringMatcher)
26 StringMatcher::StringMatcher(const UnicodeString& theString,
39 StringMatcher::StringMatcher(const StringMatcher& o) :
54 StringMatcher::~StringMatcher() {
60 UnicodeFunctor* StringMatcher::clone() const {
61 return new StringMatcher(*this)
    [all...]
  /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/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 708 milliseconds