Lines Matching refs:utf8_tounicode
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()
9396 n = utf8_tounicode(str, &c); in JimFindTrimRight()
15689 n = utf8_tounicode(str, &c); in JimScanAString()
15748 scanned += utf8_tounicode(&str[pos], &c); in ScanOneEntry()
19261 str += utf8_tounicode(str, &c); in JimStringMap()
19524 int l = utf8_tounicode(str, &c); in Jim_StringCoreCommand()
19554 Jim_SetResultString(interp, str + i, utf8_tounicode(str + i, &c)); in Jim_StringCoreCommand()
20786 int sl = utf8_tounicode(str, &c); in Jim_SplitCoreCommand()
20789 sc += utf8_tounicode(sc, &pc); in Jim_SplitCoreCommand()
20806 int n = utf8_tounicode(str, &c); in Jim_SplitCoreCommand()
21840 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21852 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21868 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21912 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21921 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21939 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21947 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21952 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21968 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21976 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21980 step = utf8_tounicode(format, &ch); in Jim_FormatString()
21983 step = utf8_tounicode(format, &ch); in Jim_FormatString()
22571 int l = utf8_tounicode(s, uc); in reg_utf8_tounicode_case()
22742 pattern += utf8_tounicode(pattern, &end); in regatom()
23144 s += utf8_tounicode(s, &c); in jim_regexec()