/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberSkeletonTest.java | 133 NumberFormatter.forSkeleton(cas); in validTokens() 205 NumberFormatter.forSkeleton(cas); in invalidTokens() 226 NumberFormatter.forSkeleton(cas); in unknownTokens() 246 NumberFormatter.forSkeleton(cas); in unexpectedTokens() 267 NumberFormatter.forSkeleton(cas); in duplicateValues() 291 NumberFormatter.forSkeleton(skeletonString); in stemsRequiringOption() 312 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() 328 … String actual = NumberFormatter.forSkeleton(skeleton).locale(ULocale.ENGLISH).format(5142.3) in flexibleSeparators() 347 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() 421 String actual = NumberFormatter.forSkeleton(skeleton).locale(arabic).format(5142.3) in perUnitInArabic() [all …]
|
D | NumberFormatterApiTest.java | 1237 UnlocalizedNumberFormatter nf = NumberFormatter.forSkeleton(inputSkeleton); in unitSkeletons() 1274 nf = NumberFormatter.forSkeleton(inputSkeleton); in unitSkeletons() 1715 NumberFormatter.forSkeleton("unit/foobar"); in unitUsageErrorCodes() 1721 unloc_formatter = NumberFormatter.forSkeleton("usage/foobar"); in unitUsageErrorCodes() 4874 NumberFormatter.forSkeleton("percent").locale(ULocale.JAPANESE).toFormat(), in getTestObjects() 4875 … NumberFormatter.forSkeleton("scientific .000").locale(ULocale.ENGLISH).toFormat() }; in getTestObjects() 5089 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatDescending() 5091 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatDescending() 5104 … LocalizedNumberFormatter l4 = NumberFormatter.forSkeleton(conciseSkeleton).locale(locale); in assertFormatDescending() 5136 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingle() [all …]
|
D | NumberPermutationTest.java | 130 NumberFormatter.forSkeleton(skeleton).locale(locale); in testPermutations()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberSkeletonTest.java | 126 NumberFormatter.forSkeleton(cas); in validTokens() 195 NumberFormatter.forSkeleton(cas); in invalidTokens() 216 NumberFormatter.forSkeleton(cas); in unknownTokens() 235 NumberFormatter.forSkeleton(cas); in unexpectedTokens() 256 NumberFormatter.forSkeleton(cas); in duplicateValues() 280 NumberFormatter.forSkeleton(skeletonString); in stemsRequiringOption() 301 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() 317 … String actual = NumberFormatter.forSkeleton(skeleton).locale(ULocale.ENGLISH).format(5142.3) in flexibleSeparators() 337 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() 410 String actual = NumberFormatter.forSkeleton(skeleton).locale(arabic).format(5142.3) in perUnitInArabic()
|
D | NumberFormatterApiTest.java | 2944 NumberFormatter.forSkeleton("percent").locale(ULocale.JAPANESE).toFormat(), in getTestObjects() 2945 … NumberFormatter.forSkeleton("scientific .000").locale(ULocale.ENGLISH).toFormat() }; in getTestObjects() 3159 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatDescending() 3161 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatDescending() 3174 … LocalizedNumberFormatter l4 = NumberFormatter.forSkeleton(conciseSkeleton).locale(locale); in assertFormatDescending() 3206 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingle() 3208 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatSingle() 3218 … LocalizedNumberFormatter l4 = NumberFormatter.forSkeleton(conciseSkeleton).locale(locale); in assertFormatSingle() 3247 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingleMeasure() 3249 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatSingleMeasure() [all …]
|
D | NumberPermutationTest.java | 133 NumberFormatter.forSkeleton(skeleton).locale(locale); in testPermutations()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_skeletons.cpp | 151 NumberFormatter::forSkeleton(skeletonString, perror, status); in validTokens() 277 NumberFormatter::forSkeleton(skeletonString, perror, status); in stemsRequiringOption() 312 UnicodeString normalized = NumberFormatter::forSkeleton( in defaultTokens() 335 UnicodeString actual = NumberFormatter::forSkeleton(skeletonString, status).locale("en") in flexibleSeparators() 363 UnicodeString normalized = NumberFormatter::forSkeleton(plus, status) in wildcardCharacters() 375 NumberFormatter::forSkeleton(skeletonString, status); in expectedErrorSkeleton() 445 UnicodeString actual = NumberFormatter::forSkeleton(skeleton, status).locale("ar") in perUnitInArabic() 482 UnicodeString toSkeleton = NumberFormatter::forSkeleton( in perUnitToSkeleton()
|
D | numbertest_permutation.cpp | 135 auto lnf = NumberFormatter::forSkeleton(skeleton, status) in testPermutations()
|
D | numbertest_api.cpp | 1315 auto nf = NumberFormatter::forSkeleton(cas.inputSkeleton, status); in unitSkeletons() 1359 auto nf = NumberFormatter::forSkeleton(cas.inputSkeleton, status); in unitSkeletons() 1767 unloc_formatter = NumberFormatter::forSkeleton(u"unit/foobar", status); in unitUsageErrorCodes() 1771 unloc_formatter = NumberFormatter::forSkeleton(u"usage/foobar", status); in unitUsageErrorCodes() 4571 FormattedNumber actual = NumberFormatter::forSkeleton(cas.skeleton, status) in skeletonUserGuideExamples() 4576 FormattedNumber actualConcise = NumberFormatter::forSkeleton(cas.conciseSkeleton, status) in skeletonUserGuideExamples() 5405 … UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); in assertFormatDescending() 5407 … LocalizedNumberFormatter l3 = NumberFormatter::forSkeleton(normalized, status).locale(locale); in assertFormatDescending() 5420 …LocalizedNumberFormatter l4 = NumberFormatter::forSkeleton(conciseSkeleton, status).locale(locale); in assertFormatDescending() 5475 … UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); in assertFormatDescendingBig() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_capi.cpp | 94 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale() 108 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *perror, *ec).locale(locale); in unumf_openForSkeletonAndLocaleWithError()
|
D | numrange_capi.cpp | 101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
|
D | number_skeletons.cpp | 1786 NumberFormatter::forSkeleton(const UnicodeString& skeleton, UErrorCode& status) { in forSkeleton() function in NumberFormatter 1791 NumberFormatter::forSkeleton(const UnicodeString& skeleton, UParseError& perror, UErrorCode& status… in forSkeleton() function in NumberFormatter
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_capi.cpp | 94 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale() 108 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *perror, *ec).locale(locale); in unumf_openForSkeletonAndLocaleWithError()
|
D | numrange_capi.cpp | 101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
|
D | number_skeletons.cpp | 1777 NumberFormatter::forSkeleton(const UnicodeString& skeleton, UErrorCode& status) { in forSkeleton() function in NumberFormatter 1782 NumberFormatter::forSkeleton(const UnicodeString& skeleton, UParseError& perror, UErrorCode& status… in forSkeleton() function in NumberFormatter
|
/third_party/icu/icu4c/source/i18n/ |
D | number_capi.cpp | 94 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale() 108 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *perror, *ec).locale(locale); in unumf_openForSkeletonAndLocaleWithError()
|
D | numrange_capi.cpp | 101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberFormatter.java | 443 public static UnlocalizedNumberFormatter forSkeleton(String skeleton) { in forSkeleton() method in NumberFormatter
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberFormatter.java | 573 public static UnlocalizedNumberFormatter forSkeleton(String skeleton) { in forSkeleton() method in NumberFormatter
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | LocalizedNumberFormatterAsFormat.java | 149 return NumberFormatter.forSkeleton(skeleton) in readResolve()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | LocalizedNumberFormatterAsFormat.java | 147 return NumberFormatter.forSkeleton(skeleton) in readResolve()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_capi.cpp | 96 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numberformatter.h | 2839 … static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton, UErrorCode& status); 2861 static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 2835 … static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton, UErrorCode& status); 2857 static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberformatter.h | 2835 … static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton, UErrorCode& status); 2857 static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton,
|