Lines Matching refs:thousands_len
245 size_t thousands_len = 0; in INTERNAL() local
330 thousands_len = strlen (thousands); in INTERNAL()
339 ({ for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
342 cnt < thousands_len; }) in INTERNAL()
351 && ({ for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
354 cnt < thousands_len; }) in INTERNAL()
394 else if (thousands_len) in INTERNAL()
396 for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
399 if (cnt == thousands_len) in INTERNAL()
401 s += thousands_len - 1; in INTERNAL()
442 else if (thousands_len) in INTERNAL()
444 for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
447 if (cnt == thousands_len) in INTERNAL()
449 s += thousands_len - 1; in INTERNAL()