Searched refs:decimalPt (Results 1 – 1 of 1) sorted by relevance
473 char *decimalPt = strchr(s.getAlias(), '.'); in getDouble() local474 if (decimalPt != NULL) { in getDouble()475 *decimalPt = decimalSeparator; in getDouble()