Home
last modified time | relevance | path

Searched refs:tempBaseValue (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dnfrule.cpp832 double tempBaseValue = (double)(baseValue <= 0 ? 0 : baseValue); in doParse() local
843 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()