Home
last modified time | relevance | path

Searched refs:Estimate (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dmultibyte_Utf8.c303 ssize_t Estimate; in EstimateWtoM() local
308 Estimate = 0; in EstimateWtoM()
312 ((size_t)(Estimate + NumBytes) < Limit)) in EstimateWtoM()
315 Estimate += NumBytes; // Count the Bytes for this character in EstimateWtoM()
321 return (size_t)Estimate; // Return esimate of required bytes. in EstimateWtoM()