Searched refs:withZeros (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 1497 private final boolean withZeros; field in NumeratorSubstitution 1519 this.withZeros = description.endsWith("<<"); in NumeratorSubstitution() 1541 return denominator == that2.denominator && withZeros == that2.withZeros; in equals() 1568 if (withZeros && ruleSet != null) { in doSubstitution() 1634 if (withZeros) { in doParse() 1662 …Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false, … in doParse() 1664 if (withZeros) { in doParse()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFSubstitution.java | 1498 private final boolean withZeros; field in NumeratorSubstitution 1520 this.withZeros = description.endsWith("<<"); in NumeratorSubstitution() 1542 return denominator == that2.denominator && withZeros == that2.withZeros; in equals() 1569 if (withZeros && ruleSet != null) { in doSubstitution() 1635 if (withZeros) { in doParse() 1663 …Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false, … in doParse() 1665 if (withZeros) { in doParse()
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 267 UBool withZeros; member in NumeratorSubstitution 284 withZeros = description.endsWith(LTLT, 2); in NumeratorSubstitution() 1227 if (withZeros && aruleSet != NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1276 if (withZeros) { in doParse() 1304 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, non… in doParse() 1306 if (withZeros) { in doParse()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |