/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | FormattedNumberRange.java | 33 final RangeIdentityResult identityResult; field in FormattedNumberRange 36 RangeIdentityResult identityResult) { in FormattedNumberRange() argument 40 this.identityResult = identityResult; in FormattedNumberRange() 156 return identityResult; in getIdentityResult()
|
D | NumberRangeFormatterImpl.java | 178 RangeIdentityResult identityResult; in format() local 180 identityResult = RangeIdentityResult.EQUAL_BEFORE_ROUNDING; in format() 182 identityResult = RangeIdentityResult.EQUAL_AFTER_ROUNDING; in format() 184 identityResult = RangeIdentityResult.NOT_EQUAL; in format() 189 switch (identity2d(fIdentityFallback, identityResult)) { in format() 216 return new FormattedNumberRange(string, quantity1, quantity2, identityResult); in format()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | FormattedNumberRange.java | 33 final RangeIdentityResult identityResult; field in FormattedNumberRange 36 RangeIdentityResult identityResult) { in FormattedNumberRange() argument 40 this.identityResult = identityResult; in FormattedNumberRange() 139 return identityResult; in getIdentityResult()
|
D | NumberRangeFormatterImpl.java | 178 RangeIdentityResult identityResult; in format() local 180 identityResult = RangeIdentityResult.EQUAL_BEFORE_ROUNDING; in format() 182 identityResult = RangeIdentityResult.EQUAL_AFTER_ROUNDING; in format() 184 identityResult = RangeIdentityResult.NOT_EQUAL; in format() 189 switch (identity2d(fIdentityFallback, identityResult)) { in format() 216 return new FormattedNumberRange(string, quantity1, quantity2, identityResult); in format()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numrange_impl.cpp | 184 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 190 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING; in format() 192 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING; in format() 194 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 197 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()
|
D | numrange_impl.h | 40 UNumberRangeIdentityResult identityResult = UNUM_IDENTITY_RESULT_COUNT; variable
|
D | number_output.cpp | 70 return fData->identityResult; in getIdentityResult()
|
D | numrange_capi.cpp | 153 return result->fData.identityResult; in unumrf_resultGetIdentityResult()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numrange_impl.cpp | 164 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 170 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING; in format() 172 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING; in format() 174 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 177 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()
|
D | numrange_impl.h | 40 UNumberRangeIdentityResult identityResult = UNUM_IDENTITY_RESULT_COUNT; variable
|
D | number_output.cpp | 70 return fData->identityResult; in getIdentityResult()
|
D | numrange_capi.cpp | 149 return result->fData.identityResult; in unumrf_resultGetIdentityResult()
|
/third_party/icu/icu4c/source/i18n/ |
D | numrange_impl.cpp | 164 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 170 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING; in format() 172 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING; in format() 174 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 177 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()
|
D | numrange_impl.h | 40 UNumberRangeIdentityResult identityResult = UNUM_IDENTITY_RESULT_COUNT; variable
|
D | number_output.cpp | 70 return fData->identityResult; in getIdentityResult()
|
D | numrange_capi.cpp | 149 return result->fData.identityResult; in unumrf_resultGetIdentityResult()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numrange_impl.cpp | 224 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 230 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_BEFORE_ROUNDING; in format() 232 data.identityResult = UNUM_IDENTITY_RESULT_EQUAL_AFTER_ROUNDING; in format() 234 data.identityResult = UNUM_IDENTITY_RESULT_NOT_EQUAL; in format() 237 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()
|
D | numrange_impl.h | 38 UNumberRangeIdentityResult identityResult = UNUM_IDENTITY_RESULT_COUNT; member
|
D | numrange_fluent.cpp | 463 return fResults->identityResult; in getIdentityResult()
|