Searched refs:tostring (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dunicode.tcl39 # ::unicode::tostring converts list of integers to string
41 proc ::unicode::tostring {uclist} {
75 D { return [tostring [normalizeD [fromstring $str]]] }
76 C { return [tostring [normalizeC [fromstring $str]]] }
77 KD { return [tostring [normalizeKD [fromstring $str]]] }
78 KC { return [tostring [normalizeKC [fromstring $str]]] }
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dmachineparameters.tcl356 set str [$self tostring]
361 # tostring --
364 method tostring {} {
H A Dqcomplex.tcl13 namespace export + - / * conj exp sin cos tan real imag mod arg log pow sqrt tostring
144 proc ::math::complexnumbers::tostring {z1} {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdata.py123 mutableBytes[i] = otherBytes[i:i+1].tostring()
124 mutableBytes[1:8] = otherBytes[1:8].tostring()
127 mutableBytes[2:10] = otherBytes[1:5].tostring()
268 self.assertEqual(a.tostring(), m[:])
271 self.assertEqual(a.tostring(), b'foofoo')
/macosx-10.10.1/awk-20/src/
H A Dtran.c221 p->nval = tostring(n);
222 p->sval = s ? tostring(s) : tostring("");
334 t = tostring(s); /* in case it's self-assign */
380 vp->sval = tostring(s);
407 char *tostring(const char *s) /* make a copy of string s */ function
413 FATAL("out of space in tostring on %s", s);
H A Dlex.c193 yylval.cp = setsymtab(buf, tostring(buf), atof(buf), CON|NUM, symtab);
430 s = tostring(buf);
531 yylval.s = tostring(buf);
H A Db.c162 f->restr = (uschar *) tostring(s);
354 return (char *) tostring((char *) buf);
700 return unary(op2(CCL, NIL, (Node *) tostring("")));
728 return (concat(op2(CAT, op2(CCL, NIL, (Node *) tostring("")),
1076 rlxstr = (uschar *) tostring((char *) buf);
H A Dlib.c67 fldtab[0]->nval = tostring("0");
82 fldtab[i]->nval = tostring(temp);
310 fldtab[i]->sval = tostring(buf);
H A Dproto.h112 extern char *tostring(const char *);
H A Drun.c332 y->sval = tostring(x->sval);
1530 buf = tostring(getsval(x));
1674 files[i].fname = tostring(s);
/macosx-10.10.1/ruby-106/ruby/
H A Dinsns.inc57 BIN(tostring) = 20,
H A Dvmtc.inc36 LABEL_PTR(tostring),
H A Dinsns_info.inc46 "tostring",
447 case BIN(tostring):{
H A Dinsns.def385 tostring
H A Dvm.inc565 INSN_ENTRY(tostring){
569 DEBUG_ENTER_INSN("tostring");
577 COLLECT_USAGE_INSN(BIN(tostring));
589 END_INSN(tostring);}}}
H A Dcompile.c4800 ADD_INSN(ret, line, tostring);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/uuid/
H A Duuid.tcl118 proc ::uuid::tostring {uuid} {
160 return [tostring [generate]]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdata.py235 self.assertEquals(a.tostring(), m[:])
238 self.assertEquals(a.tostring(), 'foofoo')
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dtest.lua80 r:puts(("%s: %s\n"):format(name, tostring(r[name])))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsdata.py23 return a.tostring()
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlua.vim124 syn keyword luaFunc print rawget rawset tonumber tostring type _VERSION

Completed in 149 milliseconds