Searched refs:decimalpoint (Results 1 – 1 of 1) sorted by relevance
1833 const unsigned char *decimalpoint = (unsigned char*) local1836 const unsigned char *decimalpoint; local1846 decimalpoint = s0;1865 for(i = 0; decimalpoint[i]; ++i) {1866 if (s[i] != decimalpoint[i])1887 if (*s == *decimalpoint && !decpt) {1888 for(i = 1; decimalpoint[i]; ++i) {1889 if (s[i] != decimalpoint[i])1986 for(i = 0; decimalpoint[i+1]; ++i);1990 if (*--s1 == decimalpoint[i]) {
Completed in 17 milliseconds