Lines Matching refs:length8
844 int32_t length8;
846 u_strToUTF8WithSub(target, capacity, &length8,
851 return length8;
893 int32_t length8 = 0;
895 u_strToUTF8WithSub(utf8, capacity, &length8,
901 utf8 = (char *)uprv_malloc(length8);
905 u_strToUTF8WithSub(utf8, length8, &length8,
915 sink.Append(utf8, length8);