Searched defs:matchString (Results 1 – 4 of 4) sorted by relevance
531 size_t StringImpl::find(const char* matchString, unsigned index) in find()580 size_t StringImpl::findIgnoringCase(const char* matchString, unsigned index) in findIgnoringCase()613 size_t StringImpl::find(StringImpl* matchString, unsigned index) in find()659 size_t StringImpl::findIgnoringCase(StringImpl* matchString, unsigned index) in findIgnoringCase()695 size_t StringImpl::reverseFind(StringImpl* matchString, unsigned index) in reverseFind()737 size_t StringImpl::reverseFindIgnoringCase(StringImpl* matchString, unsigned index) in reverseFindIgnoringCase()
178 StringImpl* matchString = 0; in replaceCharacter() local
2984 UnicodeString matchString; // The marked up string to be used as input in Extended() local3955 UnicodeString matchString = fields[1]; in PerlTests() local4338 UnicodeString matchString = fields[1]; in PerlTestsUTF8() local
2266 int32_t SimpleDateFormat::matchString(const UnicodeString& text, in matchString() function in SimpleDateFormat