Searched refs:reg_utf8_tounicode_case (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/autosetup/ |
H A D | jimsh0.c | 22569 static int reg_utf8_tounicode_case(const char *s, int *uc, int upper) in reg_utf8_tounicode_case() function 22663 int n = reg_utf8_tounicode_case(preg->regparse, &ch, nocase); in regatom() 22712 pattern += reg_utf8_tounicode_case(pattern, &start, nocase); in regatom() 22743 pattern += reg_utf8_tounicode_case(pattern, &end, nocase); in regatom() 22924 n = reg_utf8_tounicode_case(preg->regparse, &ch, (preg->cflags & REG_ICASE)); in regatom() 23176 int n = reg_utf8_tounicode_case(s, &ch, nocase); in prefix_cmp() 23210 int n = reg_utf8_tounicode_case(string, &ch, nocase); in str_find() 23266 reg_utf8_tounicode_case(preg->reginput, &c, (preg->cflags & REG_ICASE)); in regmatchsimplerepeat() 23353 n = reg_utf8_tounicode_case(preg->reginput, &c, (preg->cflags & REG_ICASE)); in regmatch() 23518 n = reg_utf8_tounicode_case(scan, &ch, preg->cflags & REG_ICASE); in regrepeat() [all …]
|