7 references to MatchSpecifiedWords
mscorlib (7)
system\globalization\datetimeformatinfo.cs (2)
2833
if (str.
MatchSpecifiedWords
(value.tokenString, true, ref matchStrLen)) {
2842
if (str.
MatchSpecifiedWords
(value.tokenString, true, ref matchStrLen)) {
system\globalization\datetimeparse.cs (5)
3059
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3111
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3168
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3201
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
4670
if (
MatchSpecifiedWords
(word, false, ref matchLength)) {