Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/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/skia/src/utils/
DSkJSON.cpp691 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anon8c99d4540211::DOMParser
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java2912 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2938 …private int matchString(String text, int start, int field, String[] data, String monthPattern, Cal… in matchString() method in SimpleDateFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2928 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2954 …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
4079 UnicodeString matchString = fields[1]; in PerlTests() local
4464 UnicodeString matchString = fields[1]; in PerlTestsUTF8() local
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py2412 def __init__( self, matchString ): argument
2458 def __init__( self, matchString, identChars=None, caseless=False ): argument
2515 def __init__( self, matchString ): argument
2536 def __init__( self, matchString, identChars=None ): argument
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py2412 def __init__( self, matchString ): argument
2458 def __init__( self, matchString, identChars=None, caseless=False ): argument
2515 def __init__( self, matchString ): argument
2536 def __init__( self, matchString, identChars=None ): argument
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2900 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat