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

123456

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dretoglob.c11 ExpChopNested _ANSI_ARGS_ ((Tcl_UniChar** xstr,
13 Tcl_UniChar open,
14 Tcl_UniChar close));
16 static Tcl_UniChar*
17 ExpLiteral _ANSI_ARGS_ ((Tcl_UniChar* nexto,
18 Tcl_UniChar* str,
21 static Tcl_UniChar*
22 ExpCollapseStar _ANSI_ARGS_ ((Tcl_UniChar* src,
23 Tcl_UniChar* last));
24 static Tcl_UniChar*
[all...]
H A Dexp_glob.c20 Exp_StringCaseMatch2 _ANSI_ARGS_((CONST Tcl_UniChar *string, /* String. */
21 CONST Tcl_UniChar *stop, /* First char _after_ string */
22 CONST Tcl_UniChar *pattern, /* Pattern, which may contain
24 CONST Tcl_UniChar *pstop, /* First char _after_ pattern */
33 Tcl_UniChar *string;
34 Tcl_UniChar *pattern;
40 CONST Tcl_UniChar *s;
41 CONST Tcl_UniChar *stop = string + strlen;
42 CONST Tcl_UniChar *pstop = pattern + plen;
127 register CONST Tcl_UniChar *strin
[all...]
H A Dexp_log.h23 EXTERN char * expPrintifyUni _ANSI_ARGS_((Tcl_UniChar *,int));
42 EXTERN int expWriteBytesAndLogIfTtyU _ANSI_ARGS_((ExpState *,Tcl_UniChar *,int));
47 EXTERN void expLogInteractionU _ANSI_ARGS_((ExpState *,Tcl_UniChar *,int));
H A Dexpect.c58 extern int Exp_StringCaseMatch _ANSI_ARGS_((Tcl_UniChar *string, int strlen,
59 Tcl_UniChar *pattern,int plen,
492 Tcl_UniChar* str;
698 Tcl_UniChar* matchbuf; /* Buffer that matched, */
725 Tcl_UniChar *
727 register Tcl_UniChar *string, /* String (unicode). */
732 Tcl_UniChar *s;
736 Tcl_UniChar ch1, ch2;
737 Tcl_UniChar *bufend = string + length;
760 Tcl_UniChar *
[all...]
H A Dexp_log.c49 static void expDiagWriteCharsUni _ANSI_ARGS_((Tcl_UniChar *str,int len));
85 Tcl_UniChar *buf;
133 Tcl_UniChar *buf;
427 Tcl_UniChar *str;
639 Tcl_UniChar ch;
673 Tcl_UniChar *s;
680 Tcl_UniChar ch;
738 Tcl_UniChar *s;
H A Dexp_command.h92 Tcl_UniChar* buffer; /* char buffer, holdings unicode chars (fixed width) */
214 EXTERN int expWriteCharsUni _ANSI_ARGS_((ExpState *,Tcl_UniChar *,int));
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclUtf.c116 int ch) /* The Tcl_UniChar whose size is returned. */
146 * Store the given Tcl_UniChar as a sequence of UTF-8 bytes in the
161 int ch, /* The Tcl_UniChar to be stored in the
164 * the Tcl_UniChar is stored. Buffer must be
239 CONST Tcl_UniChar *uniStr, /* Unicode string to convert to UTF-8. */
245 CONST Tcl_UniChar *w, *wEnd;
275 * Extract the Tcl_UniChar represented by the UTF-8 string. Bad UTF-8
287 * *chPtr is filled with the Tcl_UniChar, and the return value is the
299 register Tcl_UniChar *chPtr)/* Filled with the Tcl_UniChar represente
[all...]
H A Dregcustom.h76 #define __REG_WIDE_T Tcl_UniChar
93 typedef Tcl_UniChar chr; /* The type itself. */
H A DtclStringObj.c48 const Tcl_UniChar *unicode, int appendNumChars);
50 const Tcl_UniChar *unicode, int numChars);
62 const Tcl_UniChar *unicode, int numChars);
63 static int UnicodeLength(const Tcl_UniChar *unicode);
89 * can be officially modified by altering the definition of Tcl_UniChar in
107 Tcl_UniChar unicode[2]; /* The array of Unicode chars. The actual size
113 (1 + (int)(((size_t)UINT_MAX - sizeof(String))/sizeof(Tcl_UniChar)))
115 ((numChars) * sizeof(Tcl_UniChar))
118 ? (sizeof(String) - sizeof(Tcl_UniChar) + (ualloc)) \
200 + TCL_GROWTH_MIN_ALLOC/sizeof(Tcl_UniChar);
[all...]
H A DtclRegexp.c96 const Tcl_UniChar *uniString, int numChars,
182 const Tcl_UniChar *ustr;
208 numChars = Tcl_DStringLength(&ds) / sizeof(Tcl_UniChar);
292 const Tcl_UniChar *wString, /* String against which to match re. */
293 int numChars, /* Length of Tcl_UniChar string (must be
445 Tcl_UniChar *udata;
869 const Tcl_UniChar *uniString;
935 numChars = Tcl_DStringLength(&stringBuf) / sizeof(Tcl_UniChar);
H A DtclScan.c36 Tcl_UniChar *chars;
39 Tcl_UniChar start;
40 Tcl_UniChar end;
78 Tcl_UniChar ch, start;
107 cset->chars = (Tcl_UniChar *)
108 ckalloc(sizeof(Tcl_UniChar) * (end - format - 1));
191 Tcl_UniChar ch = (Tcl_UniChar) c;
267 Tcl_UniChar ch;
574 Tcl_UniChar c
[all...]
H A DtclCmdMZ.c272 (Tcl_GetUniChar(objPtr, offset-1) == (Tcl_UniChar)'\n'))) {
457 Tcl_UniChar ch, *wsrc, *wfirstChar, *wstring, *wsubspec, *wend;
560 int (*strCmpFn)(CONST Tcl_UniChar*,CONST Tcl_UniChar*,unsigned long);
561 Tcl_UniChar *p, wsrclc;
668 (wstring[offset-1] != (Tcl_UniChar)'\n'))
998 Tcl_UniChar ch;
1042 * Assume Tcl_UniChar is an integral type...
1080 Tcl_UniChar splitChar;
1134 Tcl_UniChar *ustring
[all...]
H A DtclEncoding.c2278 Tcl_UniChar ch;
2390 Tcl_UniChar ch;
2393 if ((srcLen % sizeof(Tcl_UniChar)) != 0) {
2395 srcLen /= sizeof(Tcl_UniChar);
2396 srcLen *= sizeof(Tcl_UniChar);
2412 * work with Tcl_UniChar-size data.
2414 ch = *(Tcl_UniChar *)src;
2420 src += sizeof(Tcl_UniChar);
2476 Tcl_UniChar ch;
2486 dstEnd = dst + dstLen - sizeof(Tcl_UniChar);
[all...]
H A Dregex.h105 #define __REG_WIDE_T Tcl_UniChar
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclUtf.c117 int ch; /* The Tcl_UniChar whose size is returned. */
147 * Store the given Tcl_UniChar as a sequence of UTF-8 bytes in the
162 int ch; /* The Tcl_UniChar to be stored in the
165 * of the Tcl_UniChar is stored. Buffer must
240 CONST Tcl_UniChar *wString; /* Unicode string to convert to UTF-8. */
247 CONST Tcl_UniChar *w, *wEnd;
277 * Extract the Tcl_UniChar represented by the UTF-8 string. Bad
289 * *chPtr is filled with the Tcl_UniChar, and the return value is the
301 register Tcl_UniChar *chPtr; /* Filled with the Tcl_UniChar represente
[all...]
H A Dregcustom.h71 #define __REG_WIDE_T Tcl_UniChar
87 typedef Tcl_UniChar chr; /* the type itself */
H A DtclStringObj.c45 Tcl_Obj *objPtr, CONST Tcl_UniChar *unicode,
48 Tcl_Obj *objPtr, CONST Tcl_UniChar *unicode,
63 CONST Tcl_UniChar *unicode, int numChars);
64 static int UnicodeLength _ANSI_ARGS_((CONST Tcl_UniChar *unicode));
104 Tcl_UniChar unicode[2]; /* The array of Unicode chars. The actual
110 (1 + (int)(((size_t)UINT_MAX - sizeof(String))/sizeof(Tcl_UniChar)))
112 ((numChars) * sizeof(Tcl_UniChar))
115 ? (sizeof(String) - sizeof(Tcl_UniChar) + (ualloc)) \
197 + TCL_GROWTH_MIN_ALLOC/sizeof(Tcl_UniChar);
376 CONST Tcl_UniChar *unicod
[all...]
H A DtclScan.c46 Tcl_UniChar *chars;
49 Tcl_UniChar start;
50 Tcl_UniChar end;
88 Tcl_UniChar ch, start;
117 cset->chars = (Tcl_UniChar *) ckalloc(sizeof(Tcl_UniChar)
201 Tcl_UniChar ch = (Tcl_UniChar) c;
278 Tcl_UniChar ch;
590 Tcl_UniChar c
[all...]
H A DtclRegexp.c98 Tcl_RegExp re, CONST Tcl_UniChar *uniString,
188 CONST Tcl_UniChar *ustr;
214 numChars = Tcl_DStringLength(&ds) / sizeof(Tcl_UniChar);
299 CONST Tcl_UniChar *wString; /* String against which to match re. */
300 int numChars; /* Length of Tcl_UniChar string (must
455 Tcl_UniChar *udata;
855 CONST Tcl_UniChar *uniString;
922 numChars = Tcl_DStringLength(&stringBuf) / sizeof(Tcl_UniChar);
H A Dregex.h111 #define __REG_WIDE_T Tcl_UniChar
H A DtclUtil.c944 Tcl_UniChar ch;
1220 Tcl_UniChar ch1, ch2;
1258 ch2 = (Tcl_UniChar)
1324 Tcl_UniChar startChar, endChar;
1328 ch1 = (Tcl_UniChar)
1342 startChar = (Tcl_UniChar)
1357 endChar = (Tcl_UniChar)
1930 Tcl_UniChar ch;
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dtclwstrings.swg19 Tcl_UniChar *ustr = Tcl_GetUnicodeFromObj(obj, &len);
24 int srcLen = (len)*sizeof(Tcl_UniChar);
53 int dstLen = (int)(size*sizeof(Tcl_UniChar));
64 res = Tcl_NewUnicodeObj((Tcl_UniChar*)dst, (int)size);
H A Djstring.i14 const Tcl_UniChar *ucstr = Tcl_GetUnicodeFromObj(obj,&len);
31 return Tcl_NewUnicodeObj((Tcl_UniChar *)JvGetStringChars(val),JvGetStringUTFLength(val));
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXClipboard.c89 Tcl_UniCharToUtfDString((Tcl_UniChar *)buf,
90 Tcl_UniCharLen((Tcl_UniChar *)buf), &ds);
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinClipboard.c80 Tcl_UniCharToUtfDString((Tcl_UniChar *)data,
81 Tcl_UniCharLen((Tcl_UniChar *)data), &ds);

Completed in 312 milliseconds

123456