Home
last modified time | relevance | path

Searched refs:replStr (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dutext.cpp1935 UnicodeString replStr((UBool)(length<0), src, length); // read-only alias in repTextReplace() local
1936 rep->handleReplaceBetween(start32, limit32, replStr); in repTextReplace()
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4756 def replaceWith(replStr): argument
4768 return lambda s,l,t: [replStr]
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4756 def replaceWith(replStr): argument
4768 return lambda s,l,t: [replStr]