Searched defs:utf8Len (Results 1 - 1 of 1) sorted by path

/system/core/libcutils/
H A Dstrdup16to8.c31 size_t utf8Len = 0; local
62 utf8Len += 3;
64 utf8Len += 2;
66 utf8Len++;
68 return utf8Len;
74 size_t utf8Cur = utf8Len;
77 utf8Len += 3;
79 utf8Len += 2;
81 utf8Len++;
83 if (utf8Len < utf8Cu
[all...]

Completed in 5 milliseconds