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.java940 double tempBaseValue = Math.max(0, baseValue); in doParse() local
948 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java939 double tempBaseValue = Math.max(0, baseValue); in doParse() local
947 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()
/external/icu/icu4c/source/i18n/
Dnfrule.cpp983 double tempBaseValue = (double)(baseValue <= 0 ? 0 : baseValue); in doParse() local
994 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()