Home
last modified time | relevance | path

Searched refs:forSkeleton (Results 1 – 25 of 48) sorted by relevance

12

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberSkeletonTest.java133 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 …]
DNumberFormatterApiTest.java1237 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 …]
DNumberPermutationTest.java130 NumberFormatter.forSkeleton(skeleton).locale(locale); in testPermutations()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberSkeletonTest.java126 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()
DNumberFormatterApiTest.java2944 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 …]
DNumberPermutationTest.java133 NumberFormatter.forSkeleton(skeleton).locale(locale); in testPermutations()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_skeletons.cpp151 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()
Dnumbertest_permutation.cpp135 auto lnf = NumberFormatter::forSkeleton(skeleton, status) in testPermutations()
Dnumbertest_api.cpp1315 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/
Dnumber_capi.cpp94 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale()
108 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *perror, *ec).locale(locale); in unumf_openForSkeletonAndLocaleWithError()
Dnumrange_capi.cpp101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
Dnumber_skeletons.cpp1786 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/
Dnumber_capi.cpp94 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale()
108 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *perror, *ec).locale(locale); in unumf_openForSkeletonAndLocaleWithError()
Dnumrange_capi.cpp101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
Dnumber_skeletons.cpp1777 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/
Dnumber_capi.cpp94 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale()
108 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *perror, *ec).locale(locale); in unumf_openForSkeletonAndLocaleWithError()
Dnumrange_capi.cpp101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatter.java443 public static UnlocalizedNumberFormatter forSkeleton(String skeleton) { in forSkeleton() method in NumberFormatter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatter.java573 public static UnlocalizedNumberFormatter forSkeleton(String skeleton) { in forSkeleton() method in NumberFormatter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DLocalizedNumberFormatterAsFormat.java149 return NumberFormatter.forSkeleton(skeleton) in readResolve()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DLocalizedNumberFormatterAsFormat.java147 return NumberFormatter.forSkeleton(skeleton) in readResolve()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_capi.cpp96 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h2839 … static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton, UErrorCode& status);
2861 static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton,
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h2835 … 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/
Dnumberformatter.h2835 … static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton, UErrorCode& status);
2857 static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton,

12