Home
last modified time | relevance | path

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

/stdlib/
A Dgrouping.c56 size_t thousands_len; in __correctly_grouped_prefixwc() local
64 thousands_len = strlen (thousands); in __correctly_grouped_prefixwc()
79 if (cp[thousands_len - 1] == *thousands) in __correctly_grouped_prefixwc()
82 if (thousands[cnt] != cp[thousands_len - 1 - cnt]) in __correctly_grouped_prefixwc()
138 if (thousands[cnt] != cp[thousands_len - cnt - 1]) in __correctly_grouped_prefixwc()
162 if (thousands[cnt] != cp[thousands_len - cnt - 1]) in __correctly_grouped_prefixwc()
A Dstrtol_l.c245 size_t thousands_len = 0; in INTERNAL() local
330 thousands_len = strlen (thousands); in INTERNAL()
342 cnt < thousands_len; }) in INTERNAL()
354 cnt < thousands_len; }) in INTERNAL()
394 else if (thousands_len) 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()
[all …]

Completed in 5 milliseconds