Home
last modified time | relevance | path

Searched refs:getutf8 (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dsh.c1049 int getutf8(char *s, int len, int *cc) in getutf8() function
1083 c = towupper(getutf8(str+ss, len-ss, &i)); in wildcard_matchlen()
1085 i = towupper(getutf8(pattern+pp, pp-plen, &j)); in wildcard_matchlen()
1096 ss += (i = getutf8(str+ss, len-ss, 0)); in wildcard_matchlen()
1109 ss += getutf8(str+ss, len-ss, &c); in wildcard_matchlen()
1111 pp += getutf8(pattern+pp, plen-pp, &i); in wildcard_matchlen()
1114 pp += getutf8(pattern+pp, plen-pp, &j); in wildcard_matchlen()
1682 dd = getutf8(ss, 4, &jj); in expand_arg_nobrace()
3177 j = getutf8(ps4, k = strlen(ps4), 0); in run_lines()