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

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-752.js32 function replacer(key, value) { function
36 assertEquals("[false]", JSON.stringify([42], replacer));
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-to-builtin.js64 function replacer(key, value) { function
75 JSON.stringify(obj, replacer);
H A Dstring-replace.js197 function replacer(m,i,s) { function
206 "abaz", /a./g, replacer);
209 "abaz", /a(.)/g, 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/chromium_org/tools/grit/grit/format/
H A Dhtml_inline_unittest.py241 def replacer(var, repl): function in function:HtmlInlineUnittest.testFilenameVariableExpansion
248 filename_expansion_function=replacer('WHICH', '1'))
260 filename_expansion_function=replacer('WHICH', '1'))
/external/chromium_org/tools/grit/grit/gather/
H A Dchrome_html_unittest.py495 def replacer(var, repl): function in function:ChromeHtmlUnittest.testExpandVariablesInFilename
501 html.SetFilenameExpansionFunction(replacer('WHICH', '1'));
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py688 def replacer(match): function in function:JNIFromJavaSource._RemoveComments
696 return cls._comment_remover_regex.sub(replacer, contents)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsTreeOutline.js2228 function replacer(match, replaceOffset) { function
2246 value = result.text.replace(closingPunctuationRegex, replacer);
/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 723 milliseconds