Lines Matching refs:STRINGLIB_LEN
24 return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self));
48 e = STRINGLIB_STR(self) + STRINGLIB_LEN(self);
119 u = STRINGLIB_NEW(NULL, left + STRINGLIB_LEN(self) + right);
125 STRINGLIB_LEN(self));
127 memset(STRINGLIB_STR(u) + left + STRINGLIB_LEN(self),
150 if (STRINGLIB_LEN(self) >= width) {
154 return pad(self, 0, width - STRINGLIB_LEN(self), fillchar);
174 if (STRINGLIB_LEN(self) >= width) {
178 return pad(self, width - STRINGLIB_LEN(self), 0, fillchar);
200 if (STRINGLIB_LEN(self) >= width) {
204 marg = width - STRINGLIB_LEN(self);
229 if (STRINGLIB_LEN(self) >= width) {
233 fill = width - STRINGLIB_LEN(self);
289 self_len = STRINGLIB_LEN(self);
359 self_len = STRINGLIB_LEN(self);
404 self_len = STRINGLIB_LEN(self);
457 self_len = STRINGLIB_LEN(self);
506 self_len = STRINGLIB_LEN(self);
557 self_len = STRINGLIB_LEN(self);
621 self_len = STRINGLIB_LEN(self);
683 if (STRINGLIB_LEN(self) < from_len) {