HomeSort by relevance Sort by last modified time
    Searched refs:decimalPt (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
visibledigits.cpp 114 char *decimalPt = strchr(str, '.');
115 if (decimalPt != NULL) {
116 *decimalPt = decimalSeparator;
digitlst.cpp 491 char *decimalPt = strchr(s.getAlias(), '.');
492 if (decimalPt != NULL) {
493 *decimalPt = decimalSeparator;
    [all...]

Completed in 4035 milliseconds