/third_party/icu/icu4c/source/i18n/ |
H A D | funcrepl.cpp | 30 * Construct a replacer that takes the output of the given 31 * replacer, passes it through the given transliterator, and emits 37 replacer = adoptedReplacer; in FunctionReplacer() 48 replacer = other.replacer->clone(); in FunctionReplacer() 56 delete replacer; in ~FunctionReplacer() 86 // First delegate to subordinate replacer in replace() 87 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor); in replace() 106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable)); in toReplacerPattern() 123 replacer in setData() [all...] |
H A D | funcrepl.h | 28 * A replacer that calls a transliterator to generate its output text. 30 * UnicodeReplacer object. That is, this replacer wraps another 31 * replacer with a transliterator. 45 * The replacer object. This generates text that is then 48 UnicodeFunctor* replacer; member in FunctionReplacer 53 * Construct a replacer that takes the output of the given 54 * replacer, passes it through the given transliterator, and emits
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | funcrepl.cpp | 30 * Construct a replacer that takes the output of the given 31 * replacer, passes it through the given transliterator, and emits 37 replacer = adoptedReplacer; in FunctionReplacer() 48 replacer = other.replacer->clone(); in FunctionReplacer() 56 delete replacer; in ~FunctionReplacer() 86 // First delegate to subordinate replacer in replace() 87 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor); in replace() 106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable)); in toReplacerPattern() 123 replacer in setData() [all...] |
H A D | funcrepl.h | 28 * A replacer that calls a transliterator to generate its output text. 30 * UnicodeReplacer object. That is, this replacer wraps another 31 * replacer with a transliterator. 45 * The replacer object. This generates text that is then 48 UnicodeFunctor* replacer; member in FunctionReplacer 53 * Construct a replacer that takes the output of the given 54 * replacer, passes it through the given transliterator, and emits
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | funcrepl.cpp | 30 * Construct a replacer that takes the output of the given 31 * replacer, passes it through the given transliterator, and emits 37 replacer = adoptedReplacer; in FunctionReplacer() 48 replacer = other.replacer->clone(); in FunctionReplacer() 56 delete replacer; in ~FunctionReplacer() 86 // First delegate to subordinate replacer in replace() 87 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor); in replace() 106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable)); in toReplacerPattern() 123 replacer in setData() [all...] |
H A D | funcrepl.h | 28 * A replacer that calls a transliterator to generate its output text. 30 * UnicodeReplacer object. That is, this replacer wraps another 31 * replacer with a transliterator. 45 * The replacer object. This generates text that is then 48 UnicodeFunctor* replacer; member in FunctionReplacer 53 * Construct a replacer that takes the output of the given 54 * replacer, passes it through the given transliterator, and emits
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | FunctionReplacer.java | 16 * A replacer that calls a transliterator to generate its output text. 18 * UnicodeReplacer object. That is, this replacer wraps another 19 * replacer with a transliterator. 30 * The replacer object. This generates text that is then 33 private UnicodeReplacer replacer; field in FunctionReplacer 36 * Construct a replacer that takes the output of the given 37 * replacer, passes it through the given transliterator, and emits 43 replacer = theReplacer; in FunctionReplacer() 55 // First delegate to subordinate replacer in replace() 56 int len = replacer in replace() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | FunctionReplacer.java | 17 * A replacer that calls a transliterator to generate its output text. 19 * UnicodeReplacer object. That is, this replacer wraps another 20 * replacer with a transliterator. 31 * The replacer object. This generates text that is then 34 private UnicodeReplacer replacer; field in FunctionReplacer 37 * Construct a replacer that takes the output of the given 38 * replacer, passes it through the given transliterator, and emits 44 replacer = theReplacer; in FunctionReplacer() 56 // First delegate to subordinate replacer in replace() 57 int len = replacer in replace() [all...] |
/third_party/node/deps/npm/node_modules/diff/lib/diff/ |
H A D | json.js | 90 // object that is already on the "stack" of items being processed. Accepts an optional replacer 93 function canonicalize(obj, stack, replacementStack, replacer, key) { 97 if (replacer) { 98 obj = replacer(key, obj); 117 canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); 152 canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key);
|
/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 30 Handle<Object> replacer, 36 bool InitializeReplacer(Handle<Object> replacer); 143 Handle<Object> replacer, Handle<Object> gap) { in JsonStringify() 145 return stringifier.Stringify(object, replacer, gap); in JsonStringify() 226 Handle<Object> replacer, in Stringify() 228 if (!InitializeReplacer(replacer)) return MaybeHandle<Object>(); in Stringify() 239 bool JsonStringifier::InitializeReplacer(Handle<Object> replacer) { in InitializeReplacer() argument 242 Maybe<bool> is_array = Object::IsArray(replacer); in InitializeReplacer() 251 Handle<JSReceiver>::cast(replacer)), in InitializeReplacer() 259 isolate_, element, Object::GetElement(isolate_, replacer, in InitializeReplacer() 142 JsonStringify(Isolate* isolate, Handle<Object> object, Handle<Object> replacer, Handle<Object> gap) JsonStringify() argument 225 Stringify(Handle<Object> object, Handle<Object> replacer, Handle<Object> gap) Stringify() argument [all...] |
H A D | json-stringifier.h | 15 Handle<Object> replacer,
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-json.cc | 34 Handle<Object> replacer = args.atOrUndefined(isolate, 2); in BUILTIN() local 37 JsonStringify(isolate, object, replacer, indent)); in BUILTIN()
|
/third_party/node/deps/v8/tools/v8windbg/test/ |
H A D | script.js | 6 JSON.stringify({firstProp: 12345, secondProp: null}, function replacer() {});
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context.h | 238 /// ReplaceAll() registers `replacer` to be called whenever the Clone() method 240 /// the single parameter of `replacer`. 241 /// The returned Cloneable of `replacer` will be used as the replacement for 245 /// `replacer` must be function-like with the signature: `T* (T*)` 248 /// If `replacer` returns a nullptr then Clone() will call `T::Clone()` to 271 /// @param replacer a function or function-like object with the signature 276 ReplaceAll(F&& replacer) { in ReplaceAll() argument 293 return replacer(in->As<T>()); in ReplaceAll() 299 /// ReplaceAll() registers `replacer` to be called whenever the Clone() method 301 /// The returned symbol of `replacer` wil 308 ReplaceAll(const SymbolTransform& replacer) ReplaceAll() argument [all...] |
/third_party/mbedtls/scripts/ |
H A D | generate_ssl_debug_helpers.py | 29 def replacer(match): function 33 return pattern.sub(replacer, string)
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | symbol-replace.js | 591 function replacer() { function 611 assert (replace.call (re, "Badger", replacer) === "Ducker");
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
H A D | index.es6.js | 569 // object that is already on the "stack" of items being processed. Accepts an optional replacer 571 function canonicalize(obj, stack, replacementStack, replacer, key) { 575 if (replacer) { 576 obj = replacer(key, obj); 595 canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); 626 canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key);
|
/third_party/icu/icu4c/source/common/ |
H A D | locid.cpp | 1772 AliasReplacer replacer(status); 1773 return replacer.replace(locale, out, status);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locid.cpp | 1785 AliasReplacer replacer(status); 1786 return replacer.replace(locale, out, status);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locid.cpp | 1810 AliasReplacer replacer(status); 1811 return replacer.replace(locale, out, status);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 1762 AliasReplacer replacer = new AliasReplacer( in canonicalize() 1766 String replaced = replacer.replace(); in canonicalize()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 3285 i::Handle<i::Object> replacer = isolate->factory()->undefined_value(); in Stringify() local 3291 !i::JsonStringify(isolate, object, replacer, gap_string).ToHandle(&maybe); in Stringify()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |