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.java973 double tempBaseValue = Math.max(0, baseValue); in doParse() local
981 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java972 double tempBaseValue = Math.max(0, baseValue); in doParse() local
980 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()
/external/icu/icu4c/source/i18n/
Dnfrule.cpp993 double tempBaseValue = (double)(baseValue <= 0 ? 0 : baseValue); in doParse() local
1004 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()