Searched defs:replacer (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-752.js32 function replacer(key, value) { function
36 assertEquals("[false]", JSON.stringify([42], replacer));
/external/icu4c/i18n/
H A Dfuncrepl.h26 * A replacer that calls a transliterator to generate its output text.
28 * UnicodeReplacer object. That is, this replacer wraps another
29 * replacer with a transliterator.
43 * The replacer object. This generates text that is then
46 UnicodeFunctor* replacer; member in class:FunctionReplacer
51 * Construct a replacer that takes the output of the given
52 * replacer, passes it through the given transliterator, and emits
/external/v8/test/mjsunit/
H A Dstring-replace.js197 function replacer(m,i,s) { function
206 "abaz", /a./g, replacer);
209 "abaz", /a(.)/g, replacer);
H A Ddebug-stepout-to-builtin.js64 function replacer(key, value) { function
75 JSON.stringify(obj, replacer);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DUtils.java54 and a string to replace with, replacer,
56 You can use replacer==null to remove replacee from the string.
61 public static String replace(String src, String replacee, String replacer) { argument
67 if ( replacer!=null ) {
68 result.append(replacer);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSONObject.cpp79 Stringifier(ExecState*, const Local<Unknown>& replacer, const Local<Unknown>& space);
200 Stringifier::Stringifier(ExecState* exec, const Local<Unknown>& replacer, const Local<Unknown>& space) argument
202 , m_replacer(replacer)
351 // Call the replacer function.
842 Local<Unknown> replacer(exec->globalData(), exec->argument(1));
844 return JSValue::encode(Stringifier(exec, replacer, space).stringify(value).get());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 322 milliseconds