Home | History | Annotate | Download | only in common

Lines Matching refs:length16

428     int32_t length16;
430 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
435 result.releaseBuffer(length16);
437 capacity = length16 + 1; // +1 for the terminating NUL.
838 int32_t length16 = length();
839 if(length16 != 0) {
843 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
844 3*length16,
850 getBuffer(), length16,
860 getBuffer(), length16,
1171 int32_t length16;
1173 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
1178 releaseBuffer(length16);