Home
last modified time | relevance | path

Searched defs:matchString (Results 1 – 12 of 12) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleFactory.java147 private final String matchString; field in SimpleFactory.SimpleFactoryLookupKey
149 public SimpleFactoryLookupKey(String directory, String matchString) { in SimpleFactoryLookupKey()
214 private String matchString; field in SimpleFactory.SimpleFactoryCacheKey
217 …public SimpleFactoryCacheKey(List<String> sourceDirectories, String matchString, DraftStatus mimim… in SimpleFactoryCacheKey()
321 public static Factory make(String sourceDirectory, String matchString) { in make()
325 …public static Factory make(String sourceDirectory, String matchString, DraftStatus minimalDraftSta… in make()
366 public static Factory make(File sourceDirectory[], String matchString) { in make()
378 …public static Factory make(File sourceDirectory[], String matchString, DraftStatus minimalDraftSta… in make()
439 …private SimpleFactory(File sourceDirectories[], String matchString, DraftStatus minimalDraftStatus… in SimpleFactory()
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DLexer.as154 public function matchString(s:String):void { method in org.antlr.runtime.Lexer
/external/gptfdisk/
Dparttypes.cc520 string line, matchString = ""; in ShowAllTypes() local
/external/llvm-project/flang/lib/Optimizer/Support/
DKindMapping.cpp136 static mlir::LogicalResult matchString(const char *&ptr, in matchString() function
/external/skia/src/utils/
DSkJSON.cpp691 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anon1ee7b4cf0211::DOMParser
/external/skqp/src/utils/
DSkJSON.cpp683 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anon18ad0a460211::DOMParser
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2923 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2949 …private int matchString(String text, int start, int field, String[] data, String monthPattern, Cal… in matchString() method in SimpleDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java2907 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2933 …private int matchString(String text, int start, int field, String[] data, String monthPattern, Cal… in matchString() method in SimpleDateFormat
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3195 UnicodeString matchString; // The marked up string to be used as input in Extended() local
4188 UnicodeString matchString = fields[1]; in PerlTests() local
4573 UnicodeString matchString = fields[1]; in PerlTestsUTF8() local
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py2371 def __init__( self, matchString ): argument
2417 def __init__( self, matchString, identChars=None, caseless=False ): argument
2474 def __init__( self, matchString ): argument
2495 def __init__( self, matchString, identChars=None ): argument
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py2371 def __init__( self, matchString ): argument
2417 def __init__( self, matchString, identChars=None, caseless=False ): argument
2474 def __init__( self, matchString ): argument
2495 def __init__( self, matchString, identChars=None ): argument
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2875 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat