OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replacee
(Results
1 - 3
of
3
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Utils.java
53
a string to replace,
replacee
,
56
You can use replacer==null to remove
replacee
from the string.
61
public static String replace(String src, String
replacee
, String replacer) {
64
int endIndex = src.indexOf(
replacee
);
70
startIndex = endIndex +
replacee
.length();
71
endIndex = src.indexOf(
replacee
,startIndex);
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager_mac.mm
144
id<CrUserNotification>
replacee
= FindNotificationWithReplacementId(
146
if (
replacee
)
147
RemoveNotification(
replacee
);
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
469
// Propagate down to the ultimate
replacee
. The intermediately loads
Completed in 444 milliseconds