Lines Matching refs:length16
463 int32_t length16; in fromUTF32() local
465 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16, in fromUTF32()
470 result.releaseBuffer(length16); in fromUTF32()
472 capacity = length16 + 1; // +1 for the terminating NUL. in fromUTF32()
970 int32_t length16 = length(); in toUTF8() local
971 if(length16 != 0) { in toUTF8()
975 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, in toUTF8()
976 3*length16, in toUTF8()
982 getBuffer(), length16, in toUTF8()
992 getBuffer(), length16, in toUTF8()
1340 int32_t length16; in setToUTF8() local
1342 u_strFromUTF8WithSub(utf16, getCapacity(), &length16, in setToUTF8()
1347 releaseBuffer(length16); in setToUTF8()