utf8_tounicode is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

utf8_tounicode macro

Syntax

#define utf8_tounicode(S, CP) (*(CP) = (unsigned char)*(S), 1)

Arguments

S

CP

References

LocationText
jimsh0.c:160
#define utf8_tounicode(S, CP) (*(CP) = (unsigned char)*(S), 1)
utf8.h:34
#define utf8_tounicode(S, CP) (*(CP) = (unsigned char)*(S), 1)
jim-format.c:96
step = utf8_tounicode(format, &ch);
jim-format.c:113
step = utf8_tounicode(format, &ch);
jim-format.c:132
step = utf8_tounicode(format, &ch);
jim-format.c:179
step = utf8_tounicode(format, &ch);
jim-format.c:191
step = utf8_tounicode(format, &ch);
jim-format.c:209
step = utf8_tounicode(format, &ch);
jim-format.c:220
step = utf8_tounicode(format, &ch);
jim-format.c:225
step = utf8_tounicode(format, &ch);
jim-format.c:244
step = utf8_tounicode(format, &ch);
jim-format.c:255
step = utf8_tounicode(format, &ch);
jim-format.c:259
step = utf8_tounicode(format, &ch);
jim-format.c:262
step = utf8_tounicode(format, &ch);
jim-tclprefix.c:21
str1 += utf8_tounicode(str1, &c1);
jim-tclprefix.c:22
str2 += utf8_tounicode(str2, &c2);
jim.c:164
int l = utf8_tounicode(s, uc);
jim.c:285
n = utf8_tounicode(string, &c);
jim.c:292
n = utf8_tounicode(string, &c);
jim.c:298
n = utf8_tounicode(string, &c);
jim.c:404
s2 += utf8_tounicode(s2, &c);
jim.c:2743
str += utf8_tounicode(str, &c);
jim.c:2813
str += utf8_tounicode(str, &c);
jim.c:2854
int n = utf8_tounicode(str, &c);
jim.c:2884
n = utf8_tounicode(str, &c);
jim.c:10202
n = utf8_tounicode(str, &c);
jim.c:10268
scanned += utf8_tounicode(&str[pos], &c);
jim.c:14064
str += utf8_tounicode(str, &c);
jim.c:14312
int l = utf8_tounicode(str, &c);
jim.c:14346
Jim_SetResultString(interp, str + i, utf8_tounicode(str + i, &c));
jim.c:15632
int sl = utf8_tounicode(str, &c);
jim.c:15635
sc += utf8_tounicode(sc, &pc);
jim.c:15655
int n = utf8_tounicode(str, &c);
jimregexp.c:572
int l = utf8_tounicode(s, uc);
jimregexp.c:769
pattern += utf8_tounicode(pattern, &end);
jimregexp.c:1212
s += utf8_tounicode(s, &c);
jimsh0.c:6173
int l = utf8_tounicode(s, uc);
jimsh0.c:6265
string += utf8_tounicode(string, &c);
jimsh0.c:6270
string += utf8_tounicode(string, &c);
jimsh0.c:6274
string += utf8_tounicode(string, &c);
jimsh0.c:6368
s2 += utf8_tounicode(s2, &c);
jimsh0.c:8469
str += utf8_tounicode(str, &c);
jimsh0.c:8521
str += utf8_tounicode(str, &c);
jimsh0.c:8551
int n = utf8_tounicode(str, &c);
jimsh0.c:8574
n = utf8_tounicode(str, &c);
jimsh0.c:14409
n = utf8_tounicode(str, &c);
jimsh0.c:14467
scanned += utf8_tounicode(&str[pos], &c);
jimsh0.c:17663
str += utf8_tounicode(str, &c);
jimsh0.c:17903
int l = utf8_tounicode(str, &c);
jimsh0.c:17939
Jim_SetResultString(interp, str + i, utf8_tounicode(str + i, &c));
jimsh0.c:18977
int sl = utf8_tounicode(str, &c);
jimsh0.c:18980
sc += utf8_tounicode(sc, &pc);
jimsh0.c:18997
int n = utf8_tounicode(str, &c);
jimsh0.c:19993
step = utf8_tounicode(format, &ch);
jimsh0.c:20005
step = utf8_tounicode(format, &ch);
jimsh0.c:20021
step = utf8_tounicode(format, &ch);
jimsh0.c:20065
step = utf8_tounicode(format, &ch);
jimsh0.c:20074
step = utf8_tounicode(format, &ch);
jimsh0.c:20092
step = utf8_tounicode(format, &ch);
jimsh0.c:20100
step = utf8_tounicode(format, &ch);
jimsh0.c:20105
step = utf8_tounicode(format, &ch);
jimsh0.c:20121
step = utf8_tounicode(format, &ch);
jimsh0.c:20129
step = utf8_tounicode(format, &ch);
jimsh0.c:20133
step = utf8_tounicode(format, &ch);
jimsh0.c:20136
step = utf8_tounicode(format, &ch);
jimsh0.c:20724
int l = utf8_tounicode(s, uc);
jimsh0.c:20886
pattern += utf8_tounicode(pattern, &end);
jimsh0.c:21280
s += utf8_tounicode(s, &c);
linenoise.c:1066
(void)utf8_tounicode(sb_str(current->buf) + i, &c);
linenoise.c:1200
int n = utf8_tounicode(pt, &ch);
linenoise.c:1212
n = utf8_tounicode(buf, &ch);
linenoise.c:1274
int n = utf8_tounicode(pt, &ch);
linenoise.c:1392
int n = utf8_tounicode(pt, &ch);
linenoise.c:1466
int n = utf8_tounicode(pt, &ch);
linenoise.c:1727
int n = utf8_tounicode(chars, &ch);