Searched refs:wfirstChar (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c457 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend;
591 for (p = wfirstChar = wstring; wstring < wend; wstring++) {
613 wlen = wfirstChar + wlen - p;
709 wsrc = wfirstChar = wsubspec;
720 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
721 wsrc - wfirstChar + 1);
723 wfirstChar = wsrc + 2;
733 if (wfirstChar != wsrc) {
734 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
735 wsrc - wfirstChar);
454 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c554 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend;
676 for (p = wfirstChar = wstring; wstring < wend; wstring++) {
699 wlen = wfirstChar + wlen - p;
794 wsrc = wfirstChar = wsubspec;
805 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
806 wsrc - wfirstChar + 1);
808 wfirstChar = wsrc + 2;
817 if (wfirstChar != wsrc) {
818 Tcl_AppendUnicodeToObj(resultPtr, wfirstChar,
819 wsrc - wfirstChar);
552 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend; local
[all...]

Completed in 108 milliseconds