/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/node/deps/icu-small/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()
|