Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.cpp1638 …Ptr<StringImpl> StringImpl::replace(UChar pattern, const LChar* replacement, unsigned repStrLength) in replace()
1713 …Ptr<StringImpl> StringImpl::replace(UChar pattern, const UChar* replacement, unsigned repStrLength) in replace()
1800 unsigned repStrLength = replacement->length(); in replace() local