Home | History | Annotate | Download | only in common

Lines Matching refs:length8

786   int32_t length8;
788 u_strToUTF8WithSub(target, capacity, &length8,
793 return length8;
835 int32_t length8 = 0;
837 u_strToUTF8WithSub(utf8, capacity, &length8,
843 utf8 = (char *)uprv_malloc(length8);
847 u_strToUTF8WithSub(utf8, length8, &length8,
857 sink.Append(utf8, length8);