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

1 2

  /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...]
  /external/icu/icu4c/source/i18n/
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;
48 replacer = other.replacer->clone();
56 delete replacer;
86 // First delegate to subordinate replacer
87 int32_t len = replacer->toReplacer()->replace(text, start, limit, cursor);
106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable));
123 replacer->setData(d)
    [all...]
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/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Utils.java 54 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) {
67 if ( replacer!=null ) {
68 result.append(replacer);
  /external/v8/src/builtins/
builtins-json.cc 36 Handle<Object> replacer = args.atOrUndefined(isolate, 2); local
39 stringifier.Stringify(object, replacer, indent));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeBox.java 61 for (Box replacer : replacers) {
62 replacer.getBox(os);
84 for (Box replacer : replacers) {
85 size += replacer.getSize();
  /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);
  /tools/repohooks/rh/
hooks_unittest.py 94 self.replacer = rh.hooks.Placeholders()
102 ret = list(self.replacer.vars())
124 output_args = self.replacer.expand_vars(input_args)
135 for var in self.replacer.vars():
141 self.assertEqual(self.replacer.get('PREUPLOAD_COMMIT_MESSAGE'),
146 self.assertEqual(self.replacer.get('PREUPLOAD_COMMIT'),
151 self.assertEqual(self.replacer.get('PREUPLOAD_FILES'), [])
156 self.assertEqual(self.replacer.get('REPO_ROOT'), m.return_value)
161 self.assertEqual(self.replacer.get('BUILD_OS'), m.return_value)
hooks.py 148 replacer = Placeholders(diff=diff)
149 return replacer.expand_vars(args)
  /external/v8/src/compiler/
liveness-analyzer.cc 57 void LivenessAnalyzer::Run(NonLiveFrameStateSlotReplacer* replacer) {
86 block->Process(&working_area, replacer);
100 NonLiveFrameStateSlotReplacer* replacer) {
115 if (replacer != nullptr) {
116 replacer->ClearNonLiveFrameStateSlots(entry.node(), result);
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
ReplaceMethodCallsAdapter.java 224 for (MethodReplacer replacer : METHOD_REPLACERS) {
225 if (replacer.isNeeded(owner, name, desc, sourceClass)) {
254 for (MethodReplacer replacer : METHOD_REPLACERS) {
255 if (replacer.isNeeded(owner, name, desc, mOriginalClassName)) {
257 replacer.replace(mi);
  /external/v8/src/
json-stringifier.h 21 Handle<Object> replacer,
27 bool InitializeReplacer(Handle<Object> replacer);
json-stringifier.cc 91 Handle<Object> replacer,
93 if (!InitializeReplacer(replacer)) return MaybeHandle<Object>();
113 bool JsonStringifier::InitializeReplacer(Handle<Object> replacer) {
116 Maybe<bool> is_array = Object::IsArray(replacer);
124 Object::GetLengthFromArrayLike(isolate_, replacer), false);
131 isolate_, element, Object::GetElement(isolate_, replacer, i), false);
150 } else if (replacer->IsCallable()) {
151 replacer_function_ = Handle<JSReceiver>::cast(replacer);
  /build/blueprint/bootstrap/
cleanup.go 46 replacer := strings.NewReplacer(
49 ninjaBuildDir = replacer.Replace(ninjaBuildDir)
52 replacedTarget := replacer.Replace(target)
  /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 
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 42 // TestReplacer tests the replacer implementations.
45 r *Replacer
257 // single string replacer
269 // Issue 6659 cases (more single string replacer)
312 r *Replacer
326 got := fmt.Sprintf("%T", tc.r.Replacer())
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_test.go 42 // TestReplacer tests the replacer implementations.
45 r *Replacer
257 // single string replacer
269 // Issue 6659 cases (more single string replacer)
312 r *Replacer
326 got := fmt.Sprintf("%T", tc.r.Replacer())
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/darwin-x86/src/path/filepath/
path_windows_test.go 395 replacer := strings.NewReplacer("{{tmp}}", ctmp, "{{tmpvol}}", tmpVol, "{{tmpnovol}}", tmpNoVol)
398 wd := replacer.Replace(test.wd)
399 arg := replacer.Replace(test.arg)
400 want := replacer.Replace(test.want)
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows_test.go 395 replacer := strings.NewReplacer("{{tmp}}", ctmp, "{{tmpvol}}", tmpVol, "{{tmpnovol}}", tmpNoVol)
398 wd := replacer.Replace(test.wd)
399 arg := replacer.Replace(test.arg)
400 want := replacer.Replace(test.want)
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 497 Filter replacer = mRunner.getGraph().getFilter("replacer"); local
498 replacer.setInputValue("mirrorBg", true);
    [all...]

Completed in 1152 milliseconds

1 2