Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleFactory.java142 private final String matchString; field in SimpleFactory.SimpleFactoryLookupKey
144 public SimpleFactoryLookupKey(String directory, String matchString) { in SimpleFactoryLookupKey()
209 private String matchString; field in SimpleFactory.SimpleFactoryCacheKey
212 …public SimpleFactoryCacheKey(List<String> sourceDirectories, String matchString, DraftStatus mimim… in SimpleFactoryCacheKey()
315 public static Factory make(String sourceDirectory, String matchString) { in make()
319 …public static Factory make(String sourceDirectory, String matchString, DraftStatus minimalDraftSta… in make()
360 public static Factory make(File sourceDirectory[], String matchString) { in make()
372 …public static Factory make(File sourceDirectory[], String matchString, DraftStatus minimalDraftSta… in make()
421 …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/skia/src/utils/
DSkJSON.cpp683 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anond3d7bfb10211::DOMParser
/external/skqp/src/utils/
DSkJSON.cpp683 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anoncd9d15280211::DOMParser
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2884 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2910 …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.java2870 protected int matchString(String text, int start, int field, String[] data, Calendar cal) in matchString() method in SimpleDateFormat
2896 …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.cpp3162 UnicodeString matchString; // The marked up string to be used as input in Extended() local
4146 UnicodeString matchString = fields[1]; in PerlTests() local
4529 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.cpp2791 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat