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