Searched refs:decimalpoint (Results 1 – 1 of 1) sorted by relevance
1818 const unsigned char *decimalpoint = (unsigned char*) local1821 const unsigned char *decimalpoint; local1831 decimalpoint = s0;1850 for(i = 0; decimalpoint[i]; ++i) {1851 if (s[i] != decimalpoint[i])1872 if (*s == *decimalpoint && !decpt) {1873 for(i = 1; decimalpoint[i]; ++i) {1874 if (s[i] != decimalpoint[i])1971 for(i = 0; decimalpoint[i+1]; ++i);1975 if (*--s1 == decimalpoint[i]) {
Completed in 11 milliseconds