Home | History | Annotate | Download | only in common

Lines Matching refs:length16

398     int32_t length16;
400 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
405 result.releaseBuffer(length16);
407 capacity = length16 + 1; // +1 for the terminating NUL.
855 int32_t length16 = length();
856 if(length16 != 0) {
860 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
861 3*length16,
867 getBuffer(), length16,
877 getBuffer(), length16,
1224 int32_t length16;
1226 u_strFromUTF8WithSub(utf16, getCapacity(), &length16,
1231 releaseBuffer(length16);