Lines Matching defs:length16
426 int32_t length16;
428 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
433 result.releaseBuffer(length16);
435 capacity = length16 + 1; // +1 for the terminating NUL.
880 int32_t length16 = length();
881 if(length16 != 0) {
885 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
886 3*length16,
892 getBuffer(), length16,
902 getBuffer(), length16,
1251 int32_t length16;
1253 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
1258 releaseBuffer(length16);