/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SimpleFactory.java | 147 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/ |
D | Lexer.as | 154 public function matchString(s:String):void { method in org.antlr.runtime.Lexer
|
/external/gptfdisk/ |
D | parttypes.cc | 520 string line, matchString = ""; in ShowAllTypes() local
|
/external/llvm-project/flang/lib/Optimizer/Support/ |
D | KindMapping.cpp | 136 static mlir::LogicalResult matchString(const char *&ptr, in matchString() function
|
/external/skia/src/utils/ |
D | SkJSON.cpp | 691 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString() function in skjson::__anon1ee7b4cf0211::DOMParser
|
/external/skqp/src/utils/ |
D | SkJSON.cpp | 683 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/ |
D | SimpleDateFormat.java | 2923 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/ |
D | SimpleDateFormat.java | 2907 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/ |
D | regextst.cpp | 3195 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/ |
D | pyparsing.py | 2371 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/ |
D | pyparsing.py | 2371 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/ |
D | smpdtfmt.cpp | 2875 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat
|