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

1 2 3

  /external/proguard/src/proguard/util/
StringMatcher.java 30 public interface StringMatcher
  /external/icu/icu4c/source/i18n/
strmatch.h 37 * A StringMatcher may represent a segment, in which case it has a
41 * A StringMatcher that is not a segment should not be used as a
44 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer {
60 StringMatcher(const UnicodeString& string,
70 StringMatcher(const StringMatcher& o);
75 virtual ~StringMatcher();
strmatch.cpp 25 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringMatcher)
27 StringMatcher::StringMatcher(const UnicodeString& theString,
40 StringMatcher::StringMatcher(const StringMatcher& o) :
55 StringMatcher::~StringMatcher() {
61 UnicodeFunctor* StringMatcher::clone() const {
62 return new StringMatcher(*this)
    [all...]
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
40 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 1 //===- StringMatcher.h - Generate a matcher for input strings ---*- C++ -*-===//
10 // This file implements the StringMatcher class.
25 /// StringMatcher - Given a list of strings and code to execute when they match,
31 class StringMatcher {
41 StringMatcher(StringRef strVariableName,
  /external/mockito/src/test/java/org/mockito/internal/verification/argumentmatching/
ArgumentMatchingToolTest.java 99 class StringMatcher implements ArgumentMatcher<String>, ContainsExtraTypeInfo {
117 List<ArgumentMatcher> matchers = (List) singletonList(new StringMatcher());
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringMatcher.java 23 * A StringMatcher may represent a segment, in which case it has a
27 * A StringMatcher that is not a segment should not be used as a
30 class StringMatcher implements UnicodeMatcher, UnicodeReplacer {
69 public StringMatcher(String theString,
91 public StringMatcher(String theString,
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DefaultAppSearchAlgorithm.java 65 StringMatcher matcher = StringMatcher.getInstance();
74 public static boolean matches(AppInfo info, String query, StringMatcher matcher) {
148 public static class StringMatcher {
154 StringMatcher() {
180 public static StringMatcher getInstance() {
181 return new StringMatcher();
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringMatcher.java 22 * A StringMatcher may represent a segment, in which case it has a
26 * A StringMatcher that is not a segment should not be used as a
29 class StringMatcher implements UnicodeMatcher, UnicodeReplacer {
68 public StringMatcher(String theString,
90 public StringMatcher(String theString,
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 2353 milliseconds

1 2 3