HomeSort by relevance Sort by last modified time
    Searched defs:replacer (Results 1 - 25 of 31) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
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 class:FunctionReplacer
53 * Construct a replacer that takes the output of the given
54 * replacer, passes it through the given transliterator, and emits
  /external/v8/src/builtins/
builtins-json.cc 36 Handle<Object> replacer = args.atOrUndefined(isolate, 2); local
39 stringifier.Stringify(object, replacer, indent));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
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 class: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;
56 // First delegate to subordinate replacer
57 int len = replacer.replace(text, start, limit, cursor)
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
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 class: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;
55 // First delegate to subordinate replacer
56 int len = replacer.replace(text, start, limit, cursor)
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/effects/
BackDropperEffect.java 60 "@filter BackDropperFilter replacer {\n" +
68 "@connect foreground[frame] => replacer[video];\n" +
69 "@connect background[video] => replacer[background];\n" +
70 "@connect replacer[video] => output[frame];\n";
85 Filter replacer = mGraph.getFilter("replacer"); local
86 replacer.setInputValue("learningDoneListener", mLearningListener);
  /prebuilts/go/darwin-x86/src/strings/
replace.go 9 // Replacer replaces a list of strings with replacements.
11 type Replacer struct {
12 r replacer
15 // replacer is the interface that a replacement algorithm needs to implement.
16 type replacer interface { type
21 // NewReplacer returns a new Replacer from a list of old, new string pairs.
23 func NewReplacer(oldnew ...string) *Replacer {
29 return &Replacer{r: makeSingleStringReplacer(oldnew[0], oldnew[1])}
35 return &Replacer{r: makeGenericReplacer(oldnew)}
54 return &Replacer{r: &r
    [all...]
  /prebuilts/go/linux-x86/src/strings/
replace.go 9 // Replacer replaces a list of strings with replacements.
11 type Replacer struct {
12 r replacer
15 // replacer is the interface that a replacement algorithm needs to implement.
16 type replacer interface { type
21 // NewReplacer returns a new Replacer from a list of old, new string pairs.
23 func NewReplacer(oldnew ...string) *Replacer {
29 return &Replacer{r: makeSingleStringReplacer(oldnew[0], oldnew[1])}
35 return &Replacer{r: makeGenericReplacer(oldnew)}
54 return &Replacer{r: &r
    [all...]
  /external/libmojo/base/android/jni_generator/
jni_generator.py 672 def replacer(match): function in function:JNIFromJavaSource._RemoveComments
680 return cls._comment_remover_regex.sub(replacer, contents)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 497 Filter replacer = mRunner.getGraph().getFilter("replacer"); local
498 replacer.setInputValue("mirrorBg", true);
    [all...]
  /prebuilts/misc/common/robolectric/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /external/v8/src/
api.cc 3107 i::Handle<i::Object> replacer = isolate->factory()->undefined_value(); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 

Completed in 652 milliseconds

1 2