Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java1501 private final boolean withZeros; field in NumeratorSubstitution
1523 this.withZeros = description.endsWith("<<"); in NumeratorSubstitution()
1545 return denominator == that2.denominator && withZeros == that2.withZeros; in equals()
1572 if (withZeros && ruleSet != null) { in doSubstitution()
1638 if (withZeros) { in doParse()
1666 … Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false); in doParse()
1668 if (withZeros) { in doParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java1500 private final boolean withZeros; field in NumeratorSubstitution
1522 this.withZeros = description.endsWith("<<"); in NumeratorSubstitution()
1544 return denominator == that2.denominator && withZeros == that2.withZeros; in equals()
1571 if (withZeros && ruleSet != null) { in doSubstitution()
1637 if (withZeros) { in doParse()
1665 … Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false); in doParse()
1667 if (withZeros) { in doParse()
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp262 UBool withZeros; member in NumeratorSubstitution
279 withZeros = description.endsWith(LTLT, 2); in NumeratorSubstitution()
1216 if (withZeros && aruleSet != NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1264 if (withZeros) { in doParse()
1292 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, res… in doParse()
1294 if (withZeros) { in doParse()