Home | History | Annotate | Download | only in common

Lines Matching refs:length16

430     int32_t length16;
432 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
437 result.releaseBuffer(length16);
439 capacity = length16 + 1; // +1 for the terminating NUL.
884 int32_t length16 = length();
885 if(length16 != 0) {
889 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
890 3*length16,
896 getBuffer(), length16,
906 getBuffer(), length16,
1217 int32_t length16;
1219 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
1224 releaseBuffer(length16);