Searched refs:replacer (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Dfuncrepl.cpp28 * Construct a replacer that takes the output of the given
29 * replacer, passes it through the given transliterator, and emits
35 replacer = adoptedReplacer;
46 replacer = other.replacer->clone();
54 delete replacer;
81 // First delegate to subordinate replacer
82 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
101 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable));
118 replacer
[all...]
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/icu4c/i18n/
H A Dfuncrepl.cpp28 * Construct a replacer that takes the output of the given
29 * replacer, passes it through the given transliterator, and emits
35 replacer = adoptedReplacer;
46 replacer = other.replacer->clone();
54 delete replacer;
81 // First delegate to subordinate replacer
82 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
101 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable));
118 replacer
[all...]
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 Ddebug-stepout-to-builtin.js64 function replacer(key, value) { function
75 JSON.stringify(obj, replacer);
/external/webkit/JavaScriptCore/runtime/
H A DJSONObject.cpp67 Stringifier(ExecState*, JSValue replacer, JSValue space);
191 Stringifier::Stringifier(ExecState* exec, JSValue replacer, JSValue space) argument
194 , m_replacer(replacer)
363 // Call the replacer function.
866 JSValue replacer = args.at(1); local
868 return Stringifier(exec, replacer, space).stringify(value);

Completed in 53 milliseconds