Searched refs:left_pad (Results 1 – 2 of 2) sorted by relevance
5436 size_t i, left_pad=0, right_pad=0; local5470 left_pad = 0;5475 left_pad = num_pad_chars;5480 left_pad = num_pad_chars / 2;5481 right_pad = num_pad_chars - left_pad;5486 for (i = 0; i < left_pad; i++)
5585 size_t left_pad = 0, right_pad = 0; /* Initialize here to silence compiler warnings. */ in PHP_FUNCTION() local5592 left_pad = num_mb_pad_chars; in PHP_FUNCTION()5596 left_pad = num_mb_pad_chars / 2; in PHP_FUNCTION()5597 right_pad = num_mb_pad_chars - left_pad; in PHP_FUNCTION()5602 size_t full_left_pad_copies = left_pad / pad_length; in PHP_FUNCTION()5604 size_t remaining_left_pad_chars = left_pad % pad_length; in PHP_FUNCTION()
Completed in 37 milliseconds