Kawe Mazidjatari fe32055f7c Tier1: properly implement UtlString methods
Determine proper stack buf size for ssize_t += operator. If its 64bits then the buf should be doubled to accommodate for the maximum number of digits in a 64bit decimal number. Also properly determine stack buf size of double += operator. For FormatV, instead of a fixed stack buffer, perform a dry run to determine required buflen, reserve num char bytes of memory and write into it again on the next call.
2024-04-05 17:56:53 +02:00
..
2023-08-21 16:14:54 +02:00
2024-04-05 16:34:30 +02:00
2024-04-05 16:39:22 +02:00
2024-04-05 16:41:09 +02:00
2023-08-22 01:11:49 +02:00
2023-05-14 02:10:17 +02:00
2023-07-22 21:14:04 +02:00
2023-05-14 02:10:17 +02:00
2024-04-05 17:56:52 +02:00