Lines Matching refs:point
78 static char point[] = {
85 for (size_t i = 0; i < numberof (point); i++)
87 set_point (point[i]);
93 string str = string(data[j].str1)+point[i]+string(data[j].str2);
104 cout << " point " << point[i] << "\n";
106 cout << " localeconv point \""
117 cout << " point " << point[i] << "\n";
121 cout << " localeconv point \""
135 static char point[] = {
139 for (size_t i = 0; i < numberof (point); i++)
141 set_point (point[i]);
150 string want = string("1") + point[i] + string("5");
155 cout << " point " << point[i] << "\n";
189 cout << "Replacing decimal point didn't work, tests skipped\n";