Home
last modified time | relevance | path

Searched refs:toSkeleton (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberSkeletonTest.java312 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens()
348 .toSkeleton(); in wildcardCharacters()
360 String skeleton = NumberFormatter.with().roundingMode(mode).toSkeleton(); in roundingModeNames()
446 String toSkeleton = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in perUnitToSkeleton() local
450 msg = toSkeleton + " should contain '" + cas1[1] + "' when constructed from " + in perUnitToSkeleton()
452 assertTrue(msg, toSkeleton.indexOf(cas1[1]) >= 0); in perUnitToSkeleton()
453 msg = toSkeleton + " should contain '" + cas2[1] + "' when constructed from " + in perUnitToSkeleton()
455 assertTrue(msg, toSkeleton.indexOf(cas2[1]) >= 0); in perUnitToSkeleton()
DNumberFormatterApiTest.java1238 assertEquals(msg, normalizedSkeleton, nf.toSkeleton()); in unitSkeletons()
1285 nf.toSkeleton(); in unitSkeletons()
1299 NumberFormatter.with().unit(MeasureUnit.METER_PER_SECOND).toSkeleton()); in unitSkeletons()
1303 … NumberFormatter.with().unit(MeasureUnit.METER).perUnit(MeasureUnit.SECOND).toSkeleton()); in unitSkeletons()
1307 NumberFormatter.with().unit(MeasureUnit.forIdentifier("hectometer")).toSkeleton()); in unitSkeletons()
1314 .toSkeleton()); in unitSkeletons()
1319 NumberFormatter.with().unit(GBP).toSkeleton()); in unitSkeletons()
1323 NumberFormatter.with().unit(GBP).perUnit(MeasureUnit.METER).toSkeleton(); in unitSkeletons()
4884 String k1 = f1.getNumberFormatter().toSkeleton(); in hasSameBehavior()
4885 String k2 = f2.getNumberFormatter().toSkeleton(); in hasSameBehavior()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp313 skeletonString, status).toSkeleton(status); in defaultTokens()
364 .toSkeleton(status); in wildcardCharacters()
482 UnicodeString toSkeleton = NumberFormatter::forSkeleton( in perUnitToSkeleton() local
483 skeleton, status).toSkeleton(status); in perUnitToSkeleton()
489 msg.append(toSkeleton) in perUnitToSkeleton()
494 assertTrue(msg, toSkeleton.indexOf(cas1.subtype) >= 0); in perUnitToSkeleton()
497 msg.append(toSkeleton) in perUnitToSkeleton()
502 assertTrue(msg, toSkeleton.indexOf(cas2.subtype) >= 0); in perUnitToSkeleton()
Dnumbertest_api.cpp1322 nf.toSkeleton(status)); in unitSkeletons()
1363 nf.toSkeleton(status); in unitSkeletons()
1371 NumberFormatter::with().unit(METER_PER_SECOND).toSkeleton(status)); in unitSkeletons()
1375 NumberFormatter::with().unit(METER).perUnit(SECOND).toSkeleton(status)); in unitSkeletons()
1381 .toSkeleton(status)); in unitSkeletons()
1388 .toSkeleton(status)); in unitSkeletons()
1394 NumberFormatter::with().unit(GBP).toSkeleton(status)); in unitSkeletons()
1397 NumberFormatter::with().unit(GBP).perUnit(METER).toSkeleton(status); in unitSkeletons()
4991 lnf.toSkeleton(status), in toFormat()
4993 .toSkeleton(status)); in toFormat()
[all …]
Ddcfmapts.cpp1381 lnf->toSkeleton(status); in testInvalidObject()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberSkeletonTest.java301 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens()
338 .toSkeleton(); in wildcardCharacters()
350 String skeleton = NumberFormatter.with().roundingMode(mode).toSkeleton(); in roundingModeNames()
DNumberFormatterApiTest.java2954 String k1 = f1.getNumberFormatter().toSkeleton(); in hasSameBehavior()
2955 String k2 = f2.getNumberFormatter().toSkeleton(); in hasSameBehavior()
3159 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatDescending()
3160 assertEquals(message + ": Skeleton:", normalized, f.toSkeleton()); in assertFormatDescending()
3176 assertEquals(message + ": Concise Skeleton:", normalized, l4.toSkeleton()); in assertFormatDescending()
3206 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingle()
3207 assertEquals(message + ": Skeleton:", normalized, f.toSkeleton()); in assertFormatSingle()
3220 assertEquals(message + ": Concise Skeleton:", normalized, l4.toSkeleton()); in assertFormatSingle()
3247 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingleMeasure()
3248 assertEquals(message + ": Skeleton:", normalized, f.toSkeleton()); in assertFormatSingleMeasure()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_asformat.cpp43 return fFormatter.toSkeleton(localStatus) == _other->fFormatter.toSkeleton(localStatus); in operator ==()
Dnumber_fluent.cpp324 UnicodeString NumberFormatterSettings<Derived>::toSkeleton(UErrorCode& status) const { in toSkeleton() function in NumberFormatterSettings
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_asformat.cpp43 return fFormatter.toSkeleton(localStatus) == _other->fFormatter.toSkeleton(localStatus); in operator ==()
Dnumber_skeletons.cpp1759 UnicodeString NumberFormatterSettings<Derived>::toSkeleton(UErrorCode& status) const { in toSkeleton() function in NumberFormatterSettings
/third_party/node/deps/icu-small/source/i18n/
Dnumber_asformat.cpp43 return fFormatter.toSkeleton(localStatus) == _other->fFormatter.toSkeleton(localStatus); in operator ==()
Dnumber_skeletons.cpp1768 UnicodeString NumberFormatterSettings<Derived>::toSkeleton(UErrorCode& status) const { in toSkeleton() function in NumberFormatterSettings
/third_party/icu/icu4c/source/i18n/
Dnumber_asformat.cpp43 return fFormatter.toSkeleton(localStatus) == _other->fFormatter.toSkeleton(localStatus); in operator ==()
Dnumber_skeletons.cpp1759 UnicodeString NumberFormatterSettings<Derived>::toSkeleton(UErrorCode& status) const { in toSkeleton() function in NumberFormatterSettings
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DLocalizedNumberFormatterAsFormat.java120 proxy.skeleton = formatter.toSkeleton(); in writeReplace()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DLocalizedNumberFormatterAsFormat.java118 proxy.skeleton = formatter.toSkeleton(); in writeReplace()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterSettings.java621 public String toSkeleton() { in toSkeleton() method in NumberFormatterSettings
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatterSettings.java526 public String toSkeleton() { in toSkeleton() method in NumberFormatterSettings
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h2141 UnicodeString toSkeleton(UErrorCode& status) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h2300 UnicodeString toSkeleton(UErrorCode& status) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h2299 UnicodeString toSkeleton(UErrorCode& status) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h2299 UnicodeString toSkeleton(UErrorCode& status) const;
/third_party/icu/docs/userguide/format_parse/numbers/
Dskeletons.md44 The ICU `toSkeleton()` API outputs the long-form skeletons, but all parts of
/third_party/icu/icu4j/tools/build/
Dicu4j62.api3.gz

12