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

/macosx-10.10/swig-12/Lib/tcl/
H A Djstring.i14 const Tcl_UniChar *ucstr = Tcl_GetUnicodeFromObj(obj,&len);
H A Dtclwstrings.swg19 Tcl_UniChar *ustr = Tcl_GetUnicodeFromObj(obj, &len);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c567 wsrc = Tcl_GetUnicodeFromObj(objv[0], &slen);
568 wstring = Tcl_GetUnicodeFromObj(objv[1], &wlen);
569 wsubspec = Tcl_GetUnicodeFromObj(objv[2], &wsublen);
638 wstring = Tcl_GetUnicodeFromObj(objPtr, &wlen);
644 wsubspec = Tcl_GetUnicodeFromObj(subPtr, &wsublen);
1151 ustring1 = Tcl_GetUnicodeFromObj(objv[1], &length1);
1152 ustring2 = Tcl_GetUnicodeFromObj(objv[2], &length2);
1168 ustring1 = Tcl_GetUnicodeFromObj(objv[1], &length1);
1169 ustring2 = Tcl_GetUnicodeFromObj(objv[2], &length2);
1263 ustring1 = Tcl_GetUnicodeFromObj(obj
[all...]
H A DtclRegexp.c476 udata = Tcl_GetUnicodeFromObj(textObj, &length);
H A DtclTestObj.c1278 Tcl_GetUnicodeFromObj(varPtr[varIndex], NULL);
1328 unicode = Tcl_GetUnicodeFromObj(varPtr[varIndex], &length);
H A DtclStubInit.c945 Tcl_GetUnicodeFromObj, /* 434 */
H A DtclUtil.c1778 udata = Tcl_GetUnicodeFromObj(strObj, &length);
1779 uptn = Tcl_GetUnicodeFromObj(ptnObj, &plen);
H A DtclDecls.h2562 EXTERN Tcl_UniChar * Tcl_GetUnicodeFromObj(Tcl_Obj *objPtr,
5798 #ifndef Tcl_GetUnicodeFromObj
5799 #define Tcl_GetUnicodeFromObj \ macro
H A DtclStringObj.c579 * Tcl_GetUnicodeFromObj --
596 Tcl_GetUnicodeFromObj(
589 Tcl_GetUnicodeFromObj( function
H A DtclExecute.c4430 ustring1 = Tcl_GetUnicodeFromObj(valuePtr, &length1);
4431 ustring2 = Tcl_GetUnicodeFromObj(value2Ptr, &length2);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c653 wsrc = Tcl_GetUnicodeFromObj(objv[0], &slen);
654 wstring = Tcl_GetUnicodeFromObj(objv[1], &wlen);
655 wsubspec = Tcl_GetUnicodeFromObj(objv[2], &wsublen);
724 wstring = Tcl_GetUnicodeFromObj(objPtr, &wlen);
730 wsubspec = Tcl_GetUnicodeFromObj(subPtr, &wsublen);
1342 string1 = (char*) Tcl_GetUnicodeFromObj(objv[0], &length1);
1343 string2 = (char*) Tcl_GetUnicodeFromObj(objv[1], &length2);
1410 ustring1 = Tcl_GetUnicodeFromObj(objv[2], &length1);
1411 ustring2 = Tcl_GetUnicodeFromObj(objv[3], &length2);
1810 ustring1 = Tcl_GetUnicodeFromObj(obj
[all...]
H A DtclTestObj.c1090 Tcl_GetUnicodeFromObj(varPtr[varIndex], NULL);
1140 unicode = Tcl_GetUnicodeFromObj(varPtr[varIndex], &length);
H A DtclRegexp.c465 udata = Tcl_GetUnicodeFromObj(objPtr, &length);
H A DtclStubInit.c896 Tcl_GetUnicodeFromObj, /* 434 */
H A DtclStringObj.c585 * Tcl_GetUnicodeFromObj --
602 Tcl_GetUnicodeFromObj(objPtr, lengthPtr)
595 Tcl_GetUnicodeFromObj(objPtr, lengthPtr) function
H A DtclDecls.h1381 EXTERN Tcl_UniChar * Tcl_GetUnicodeFromObj _ANSI_ARGS_((Tcl_Obj * objPtr,
4062 #ifndef Tcl_GetUnicodeFromObj
4063 #define Tcl_GetUnicodeFromObj \ macro
H A DtclExecute.c2873 ustring1 = Tcl_GetUnicodeFromObj(valuePtr, &length1);
2874 ustring2 = Tcl_GetUnicodeFromObj(value2Ptr, &length2);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexpect.c495 str = Tcl_GetUnicodeFromObj (objv[i], &strlen);
857 Tcl_UniChar* pat = Tcl_GetUnicodeFromObj(e->gate,&plen);
920 Tcl_UniChar* pat = Tcl_GetUnicodeFromObj(e->pat,&plen);
1787 Tcl_GetUnicodeFromObj (esPtr->input.newchars, NULL),
H A Dexp_inter.c478 Tcl_GetUnicodeFromObj (esPtr->input.newchars, NULL),
/macosx-10.10/tcl-105/tk/tk/win/
H A DttkWinXPTheme.c1084 className = Tcl_GetUnicodeFromObj(objv[0], &length);
H A DtkWinMenu.c1176 wlabel = Tcl_GetUnicodeFromObj(labelPtr, &len);
1974 Tcl_GetUnicodeFromObj(mePtr->labelPtr, &len);
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinMenu.c1095 wlabel = Tcl_GetUnicodeFromObj(labelPtr, &len);
1876 Tcl_GetUnicodeFromObj(mePtr->labelPtr, &len);
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEDesc.c1692 tempPtr = Tcl_GetUnicodeFromObj(dataObjPtr, &dataSize);
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixMenu.c880 Tcl_GetUnicodeFromObj(mePtr->labelPtr, &len);
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixMenu.c906 Tcl_GetUnicodeFromObj(mePtr->labelPtr, &len);

Completed in 463 milliseconds