Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFRule.java970 double tempBaseValue = Math.max(0, baseValue); in doParse() local
978 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java969 double tempBaseValue = Math.max(0, baseValue); in doParse() local
977 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()
/external/icu/icu4c/source/i18n/
Dnfrule.cpp985 double tempBaseValue = (double)(baseValue <= 0 ? 0 : baseValue); in doParse() local
996 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()