Searched refs:Append (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10.1/swig-12/Source/Swig/
H A Ddeprecate.c96 Append(out, pstr);
99 Append(out, ",");
H A Dstype.c329 Append(def, "SWIGTYPE");
333 Append(def, nr);
347 Append(def, bdef);
350 Append(def, nr);
446 Append(def, "SWIGTYPE");
520 Append(r, str);
528 Append(r, suffix);
575 Append(result, ")");
584 Append(result, ")");
591 Append(resul
[all...]
H A Dparms.c127 Append(out, pstr);
130 Append(out, ",");
148 Append(out, pstr);
154 Append(out, ",");
171 Append(out, pstr);
174 Append(out, ",");
H A Dscanner.c128 Append(s->text,val);
289 Append(s->text,"\n");
294 Append(s->text,"\r");
299 Append(s->text,"\t");
304 Append(s->text,"\a");
309 Append(s->text,"\b");
314 Append(s->text,"\f");
319 Append(s->text,"\\");
324 Append(s->text,"\v");
329 Append(
[all...]
H A Dinclude.c43 Append(directories,adirname);
115 Append(slist, filename);
123 Append(filename,SWIG_FILE_DELIMITER);
124 Append(slist,filename);
132 Append(filename,SWIG_FILE_DELIMITER);
138 Append(slist,filename);
218 Append(str, buffer);
224 Append(str, "\n");
H A Dsymbol.c286 Append(result, name);
415 Append(inherit, s);
938 Append(qname, prefix);
1368 Append(qprefix, "<(");
1379 Append(qprefix, vparm);
1387 Append(qprefix, ")>");
1388 Append(qprefix, tsuffix);
1414 Append(result, t);
1428 Append(e, name);
1446 Append(
[all...]
H A Dtypesys.c285 Append(inherits, scope);
299 Append(q, "::");
301 Append(q, aliasname);
330 Append(ulist, scope);
674 Append(type, "<(");
686 Append(type, tpr);
690 Append(type, tp);
693 Append(type, ",");
695 Append(type, ")>");
696 Append(typ
[all...]
H A Dtypeobj.c244 Append(list, item);
290 Append(list, item);
315 Append(list, item);
634 Append(ta, td);
698 Append(result, c);
701 Append(t, result);
738 Append(pstr, Getattr(p, "type"));
829 Append(t, "<(");
836 Append(t, ",");
839 Append(
[all...]
H A Dnaming.c120 Append(r, "___");
155 Append(r, "_wrap_%f");
157 Append(r, f);
183 Append(r, "%c_%m");
185 Append(r, f);
217 Append(r, "%v_get");
219 Append(r, f);
241 Append(r, "%v_set");
243 Append(r, f);
268 Append(
[all...]
H A Dfragment.c42 Append(name, mangle);
115 Append(name, mangle);
159 Append(name, mangle);
H A Dwrapfunc.c262 Append(tf, ts);
285 Append(tf, ts);
311 Append(tf, ts);
355 Append(tf, "\n");
357 Append(tf, ts);
372 Append(tf, ts);
437 Append(decl, obj);
509 Append(decl, obj);
H A Dcwrap.c84 Append(decl, lstrname);
287 Append(fcall, decl);
293 Append(fcall, ";");
350 Append(func, rcaststr);
360 Append(func, ")");
389 Append(func, self);
446 Append(func, ",");
447 Append(func, rcaststr);
455 Append(func, ")");
508 Append(fun
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DFileAppender.pm17 if (defined($data->{Append}{value})){
18 if (lc $data->{Append}{value} eq 'true' || $data->{Append}{value} == 1){
20 }elsif (lc $data->{Append}{value} eq 'false' || $data->{Append}{value} == 0) {
22 }elsif($data->{Append} =~ /^(write|append)$/){
23 $mode = $data->{Append}
25 die "'$data->{Append}' is not a legal value for Append for appender '$appender_name', '$data->{value}'\n";
67 Append "tru
[all...]
H A DRollingFileAppender.pm17 if (defined($data->{Append}{value})){
18 if (lc $data->{Append}{value} eq 'true' || $data->{Append}{value} == 1){
20 }elsif (lc $data->{Append}{value} eq 'false' || $data->{Append}{value} == 0) {
22 }elsif($data->{Append} =~ /^(write|append)$/){
23 $mode = $data->{Append}
25 die "'$data->{Append}' is not a legal value for Append for appender '$appender_name', '$data->{value}'\n";
91 Append "tru
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dbytestream.h62 * Append "bytes[0,n-1]" to this.
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
79 * Many Append() implementations will avoid copying bytes if this function
86 * sink->Append(buffer, n);
87 * In many implementations, that call to Append will avoid copying bytes.
95 * a prefix to it to Append().
96 * That is, it is not correct to pass an interior pointer to Append().
120 * The ByteSink should be ready for further Append() calls after Flush().
138 * If more than capacity bytes are Append()e
245 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } function in class:StringByteSink
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dbytestream.h62 * Append "bytes[0,n-1]" to this.
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
79 * Many Append() implementations will avoid copying bytes if this function
86 * sink->Append(buffer, n);
87 * In many implementations, that call to Append will avoid copying bytes.
95 * a prefix to it to Append().
96 * That is, it is not correct to pass an interior pointer to Append().
120 * The ByteSink should be ready for further Append() calls after Flush().
138 * If more than capacity bytes are Append()e
240 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } function in class:StringByteSink
[all...]
/macosx-10.10.1/swig-12/Source/CParse/
H A Dtempl.c31 Append(typelist, ty);
32 Append(typelist, val);
33 Append(patchlist, val);
87 Append(typelist, t);
88 Append(typelist, d);
89 Append(patchlist, v);
90 Append(cpatchlist, code);
93 Append(cpatchlist, Getattr(n, "name"));
95 Append(cpatchlist, Getattr(n, "sym:name"));
114 Append(typelis
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Ddirectors.cxx178 Append(result, "(");
192 Append(result, p);
199 Append(result, ", ");
201 Append(result, ")");
207 Append(result, ")");
216 Append(result, ")");
223 Append(result, "[");
225 Append(result, size);
226 Append(result, "]");
246 Append(resul
[all...]
H A Dphp.cxx404 Append(s_header, "\n");
406 Append(s_header, " zval **args[2];\n");
407 Append(s_header, " swig_object_wrapper *value;\n");
408 Append(s_header, " int type;\n");
409 Append(s_header, " int thisown;\n");
410 Append(s_header, "\n");
411 Append(s_header, " SWIG_ResetError();\n");
412 Append(s_header, " if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_array_ex(2, args) != SUCCESS) {\n");
413 Append(s_header, " WRONG_PARAM_COUNT;\n");
414 Append(s_heade
[all...]
H A Dpython.cxx189 Append(f, bb);
191 Append(f, "SWIG_PYTHON_THREAD_BEGIN_BLOCK;\n");
200 Append(f, eb);
202 Append(f, "SWIG_PYTHON_THREAD_END_BLOCK;\n");
211 Append(f, bb);
213 Append(f, "SWIG_PYTHON_THREAD_BEGIN_ALLOW;\n");
222 Append(f, eb);
224 Append(f, "SWIG_PYTHON_THREAD_END_ALLOW;\n");
824 Append(const_code, "static swig_const_info swig_const_table[] = {\n");
825 Append(method
[all...]
H A Doctave.cxx209 Append(r, "\\n\\\n");
211 Append(r, "\\r");
213 Append(r, "\\t");
215 Append(r, "\\\\");
217 Append(r, "\\\'");
219 Append(r, "\\\"");
302 Append(decl_info, "@deftypefn {Loadable Function} ");
310 Append(decl_info, "@var{retval} = ");
313 Append(args_str, type_str);
317 Append(decl_inf
[all...]
H A Dclisp.cxx160 Append(entries, func_name);
210 Append(entries, name);
228 Append(entries, var_name);
256 Append(entries, slot_name);
281 Append(entries, NewStringf("make-%s", name));
292 Append(temp, Getattr(c, "type")); //appending type to the end, otherwise wrong type
299 Append(entries, NewStringf("%s-%s", name, slot_name));
433 Append(dimension, " ");
434 Append(dimension, array_dim);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationkeys.cpp28 SortKeyByteSink::Append(const char *bytes, int32_t n) { function in class:SortKeyByteSink
111 sink.Append(reinterpret_cast<const char *>(buffer.getAlias()), len - 1);
315 sink.Append(Collation::PRIMARY_COMPRESSION_LOW_BYTE);
318 sink.Append(Collation::PRIMARY_COMPRESSION_HIGH_BYTE);
321 sink.Append(p1);
333 sink.Append(buffer, (buffer[1] == 0) ? 1 : (buffer[2] == 0) ? 2 : 3);
375 // Append reverse weights. The level will be re-reversed later.
599 // Append the beyond-primary levels.
604 sink.Append(Collation::LEVEL_SEPARATOR_BYTE);
640 sink.Append(reinterpret_cas
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dstrtest.cpp340 virtual void Append(const char *bytes, int32_t n) { function in class:SimpleByteSink
347 virtual void Flush() { Append("z", 1); }
360 sink.Append("abc", 3);
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
389 sink.Append("abc", 3);
394 errln("CheckedArrayByteSink did not Append() as expected");
415 sink.Append(dest, 10);
420 errln("CheckedArrayByteSink did not Append(its own buffer) as expected");
428 sink.Append(dest, 10);
434 errln("CheckedArrayByteSink did not Append(scratc
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbytestream.cpp42 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink

Completed in 229 milliseconds

1234