Searched refs:decimalpoint (Results 1 – 1 of 1) sorted by relevance
1779 const unsigned char *decimalpoint = (unsigned char*) variable1782 const unsigned char *decimalpoint; variable1792 decimalpoint = s0;1812 for(i = 0; decimalpoint[i]; ++i) {1813 if (s[i] != decimalpoint[i])1834 if (*s == *decimalpoint && !decpt) {1835 for(i = 1; decimalpoint[i]; ++i) {1836 if (s[i] != decimalpoint[i])1931 for(i = 0; decimalpoint[i+1]; ++i);1935 if (*--s1 == decimalpoint[i]) {