Home | History | Annotate | Download | only in common

Lines Matching defs:length16

437     int32_t length16;
439 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
444 result.releaseBuffer(length16);
446 capacity = length16 + 1; // +1 for the terminating NUL.
942 int32_t length16 = length();
943 if(length16 != 0) {
947 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
948 3*length16,
954 getBuffer(), length16,
964 getBuffer(), length16,
1311 int32_t length16;
1313 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
1318 releaseBuffer(length16);