Searched refs:Tcl_AppendUnicodeToObj (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c583 Tcl_AppendUnicodeToObj(resultPtr, wsubspec, wsublen);
584 Tcl_AppendUnicodeToObj(resultPtr, wstring, 1);
601 Tcl_AppendUnicodeToObj(resultPtr, p, wstring - p);
608 Tcl_AppendUnicodeToObj(resultPtr, wsubspec, wsublen);
687 Tcl_AppendUnicodeToObj(resultPtr, wstring, offset);
700 Tcl_AppendUnicodeToObj(resultPtr, wstring + offset, start);
720 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
734 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
742 Tcl_AppendUnicodeToObj(resultPtr,
754 Tcl_AppendUnicodeToObj(resultPt
[all...]
H A DtclStubInit.c895 Tcl_AppendUnicodeToObj, /* 384 */
H A DtclTestObj.c1339 Tcl_AppendUnicodeToObj(varPtr[varIndex], unicode + i, length - i);
H A DtclDecls.h2270 EXTERN void Tcl_AppendUnicodeToObj(Tcl_Obj *objPtr,
5598 #ifndef Tcl_AppendUnicodeToObj
5599 #define Tcl_AppendUnicodeToObj \ macro
H A DtclStringObj.c1218 * Tcl_AppendUnicodeToObj -- function
1233 Tcl_AppendUnicodeToObj(
1242 Tcl_Panic("%s called with shared object", "Tcl_AppendUnicodeToObj");
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c668 Tcl_AppendUnicodeToObj(resultPtr, wsubspec, wsublen);
669 Tcl_AppendUnicodeToObj(resultPtr, wstring, 1);
687 Tcl_AppendUnicodeToObj(resultPtr, p, wstring - p);
694 Tcl_AppendUnicodeToObj(resultPtr, wsubspec, wsublen);
772 Tcl_AppendUnicodeToObj(resultPtr, wstring, offset);
785 Tcl_AppendUnicodeToObj(resultPtr, wstring + offset, start);
805 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
818 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
825 Tcl_AppendUnicodeToObj(resultPtr,
835 Tcl_AppendUnicodeToObj(resultPt
[all...]
H A DtclStubInit.c846 Tcl_AppendUnicodeToObj, /* 384 */
H A DtclStringObj.c1143 * Tcl_AppendUnicodeToObj --
1158 Tcl_AppendUnicodeToObj(objPtr, unicode, length)
1167 panic("Tcl_AppendUnicodeToObj called with shared object");
1144 Tcl_AppendUnicodeToObj(objPtr, unicode, length) function
H A DtclTestObj.c1151 Tcl_AppendUnicodeToObj(varPtr[varIndex], unicode + i, length - i);
H A DtclDecls.h1226 EXTERN void Tcl_AppendUnicodeToObj _ANSI_ARGS_((Tcl_Obj * objPtr,
3862 #ifndef Tcl_AppendUnicodeToObj
3863 #define Tcl_AppendUnicodeToObj \ macro
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinDialog.c2417 Tcl_AppendUnicodeToObj(tmpObj, L"\n\n", 2);

Completed in 219 milliseconds