Lines Matching refs:thousands_sep
115 int decimal_point, int thousands_sep) in numcompare() argument
127 while (tmpa == NUMERIC_ZERO || tmpa == thousands_sep); in numcompare()
136 while (tmpb == NUMERIC_ZERO || tmpb == thousands_sep) in numcompare()
146 while (tmpb == NUMERIC_ZERO || tmpb == thousands_sep); in numcompare()
152 while (tmpa == thousands_sep); in numcompare()
155 while (tmpb == thousands_sep); in numcompare()
167 while (tmpa == thousands_sep); in numcompare()
172 while (tmpb == thousands_sep); in numcompare()
186 while (tmpb == NUMERIC_ZERO || tmpb == thousands_sep); in numcompare()
193 while (tmpa == NUMERIC_ZERO || tmpa == thousands_sep) in numcompare()
203 while (tmpa == NUMERIC_ZERO || tmpa == thousands_sep) in numcompare()
205 while (tmpb == NUMERIC_ZERO || tmpb == thousands_sep) in numcompare()
212 while (tmpa == thousands_sep); in numcompare()
215 while (tmpb == thousands_sep); in numcompare()
227 while (tmpa == thousands_sep); in numcompare()
232 while (tmpb == thousands_sep); in numcompare()