Searched refs:utf8_tounicode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/autosetup/ |
H A D | jimsh0.c | 162 #define utf8_tounicode(S, CP) (*(CP) = (unsigned char)*(S), 1) macro 6965 int l = utf8_tounicode(s, uc); in utf8_tounicode_case() 7079 n = utf8_tounicode(string, &c); in JimGlobMatch() 7086 n = utf8_tounicode(string, &c); in JimGlobMatch() 7092 n = utf8_tounicode(string, &c); in JimGlobMatch() 7185 s2 += utf8_tounicode(s2, &c); in JimStringFirst() 9291 str += utf8_tounicode(str, &c); in JimStrCopyUpperLower() 9343 str += utf8_tounicode(str, &c); in JimStringToTitle() 9356 int n = utf8_tounicode(str, &sc); in utf8_memchr() 9373 int n = utf8_tounicode(str, &c); in JimFindTrimLeft() [all …]
|