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

  /external/icu/icu4c/source/i18n/
numparse_scientific.h 34 DecimalMatcher fExponentMatcher;
numparse_scientific.cpp 36 fExponentMatcher(dfs, grouper, PARSE_FLAG_INTEGER_ONLY | PARSE_FLAG_GROUPING_DISABLED) {
108 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status);

Completed in 261 milliseconds