6 references to MatchSpecifiedWords
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2373
if (str.
MatchSpecifiedWords
(value.tokenString, true, ref matchStrLen))
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (5)
3449
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3548
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3641
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
3706
? str.
MatchSpecifiedWords
(searchStr, false, ref matchStrLen)
5831
if (
MatchSpecifiedWords
(word, false, ref matchLength))