reg_utf8_tounicode_case() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDreg_utf8_tounicode_case()

reg_utf8_tounicode_case() function

Syntax

static int reg_utf8_tounicode_case(const char *s,     int *uc,     int upper);

Arguments

s

uc

upper

References

LocationReferrerText
jimsh0.c:20722
static int reg_utf8_tounicode_case(const char *s, int *uc, int upper)
jimsh0.c:20816regatom()
int n = reg_utf8_tounicode_case(preg->regparse, &ch, nocase);
jimsh0.c:20860regatom()
pattern += reg_utf8_tounicode_case(pattern, &start, nocase);
jimsh0.c:20887regatom()
pattern += reg_utf8_tounicode_case(pattern, &end, nocase);
jimsh0.c:21060regatom()
n = reg_utf8_tounicode_case(preg->regparse, &ch, (preg->cflags & REG_ICASE));
jimsh0.c:21312prefix_cmp()
int n = reg_utf8_tounicode_case(s, &ch, nocase);
jimsh0.c:21346str_find()
int n = reg_utf8_tounicode_case(string, &ch, nocase);
jimsh0.c:21402regmatchsimplerepeat()
reg_utf8_tounicode_case(preg->reginput, &c, (preg->cflags & REG_ICASE));
jimsh0.c:21489regmatch()
n = reg_utf8_tounicode_case(preg->reginput, &c, (preg->cflags & REG_ICASE));
jimsh0.c:21653regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);
jimsh0.c:21663regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);
jimsh0.c:21673regrepeat()
n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE);

Call Tree

Functions calling reg_utf8_tounicode_case()
Functions called by reg_utf8_tounicode_case()
reg_utf8_tounicode_case()
toupper()
all items filtered out
Data read by reg_utf8_tounicode_case()
reg_utf8_tounicode_case()