HomeSort by: relevance | last modified time | path
    Searched refs:utf8_tounicode (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 162 #define utf8_tounicode(S, CP) (*(CP) = (unsigned char)*(S), 1) macro
6965 int l = utf8_tounicode(s, uc);
7079 n = utf8_tounicode(string, &c);
7086 n = utf8_tounicode(string, &c);
7092 n = utf8_tounicode(string, &c);
7185 s2 += utf8_tounicode(s2, &c);
9293 str += utf8_tounicode(str, &c);
9345 str += utf8_tounicode(str, &c);
9358 int n = utf8_tounicode(str, &sc);
9375 int n = utf8_tounicode(str, &c)
    [all...]

Completed in 31 milliseconds