/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberSkeletonTest.java | 99 NumberFormatter.forSkeleton(cas); in validTokens() 144 NumberFormatter.forSkeleton(cas); in invalidTokens() 165 NumberFormatter.forSkeleton(cas); in unknownTokens() 184 NumberFormatter.forSkeleton(cas); in unexpectedTokens() 205 NumberFormatter.forSkeleton(cas); in duplicateValues() 229 NumberFormatter.forSkeleton(skeletonString); in stemsRequiringOption() 250 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() 266 … String actual = NumberFormatter.forSkeleton(skeleton).locale(ULocale.ENGLISH).format(5142.3) in flexibleSeparators()
|
D | NumberFormatterApiTest.java | 2575 NumberFormatter.forSkeleton("percent").locale(ULocale.JAPANESE).toFormat(), in getTestObjects() 2576 … NumberFormatter.forSkeleton("scientific .000").locale(ULocale.ENGLISH).toFormat() }; in getTestObjects() 2785 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatDescending() 2787 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatDescending() 2815 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingle() 2817 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatSingle() 2842 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingleMeasure() 2844 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatSingleMeasure()
|
D | NumberPermutationTest.java | 130 NumberFormatter.forSkeleton(skeleton).locale(locale); in testPermutations()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberSkeletonTest.java | 102 NumberFormatter.forSkeleton(cas); in validTokens() 147 NumberFormatter.forSkeleton(cas); in invalidTokens() 168 NumberFormatter.forSkeleton(cas); in unknownTokens() 187 NumberFormatter.forSkeleton(cas); in unexpectedTokens() 208 NumberFormatter.forSkeleton(cas); in duplicateValues() 232 NumberFormatter.forSkeleton(skeletonString); in stemsRequiringOption() 253 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() 269 … String actual = NumberFormatter.forSkeleton(skeleton).locale(ULocale.ENGLISH).format(5142.3) in flexibleSeparators()
|
D | NumberFormatterApiTest.java | 2578 NumberFormatter.forSkeleton("percent").locale(ULocale.JAPANESE).toFormat(), in getTestObjects() 2579 … NumberFormatter.forSkeleton("scientific .000").locale(ULocale.ENGLISH).toFormat() }; in getTestObjects() 2788 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatDescending() 2790 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatDescending() 2818 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingle() 2820 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatSingle() 2845 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in assertFormatSingleMeasure() 2847 LocalizedNumberFormatter l3 = NumberFormatter.forSkeleton(normalized).locale(locale); in assertFormatSingleMeasure()
|
D | NumberPermutationTest.java | 133 NumberFormatter.forSkeleton(skeleton).locale(locale); in testPermutations()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_skeletons.cpp | 114 NumberFormatter::forSkeleton(skeletonString, perror, status); in validTokens() 212 NumberFormatter::forSkeleton(skeletonString, perror, status); in stemsRequiringOption() 247 UnicodeString normalized = NumberFormatter::forSkeleton( in defaultTokens() 270 UnicodeString actual = NumberFormatter::forSkeleton(skeletonString, status).locale("en") in flexibleSeparators() 285 NumberFormatter::forSkeleton(skeletonString, status); in expectedErrorSkeleton()
|
D | numbertest_permutation.cpp | 131 auto lnf = NumberFormatter::forSkeleton(skeleton, status) in testPermutations()
|
D | numbertest_api.cpp | 2337 FormattedNumber actual = NumberFormatter::forSkeleton(cas.skeleton, status) in skeletonUserGuideExamples() 3079 … UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); in assertFormatDescending() 3081 … LocalizedNumberFormatter l3 = NumberFormatter::forSkeleton(normalized, status).locale(locale); in assertFormatDescending() 3120 … UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); in assertFormatDescendingBig() 3122 … LocalizedNumberFormatter l3 = NumberFormatter::forSkeleton(normalized, status).locale(locale); in assertFormatDescendingBig() 3153 … UnicodeString normalized = NumberFormatter::forSkeleton(skeleton, status).toSkeleton(status); in assertFormatSingle() 3155 … LocalizedNumberFormatter l3 = NumberFormatter::forSkeleton(normalized, status).locale(locale); in assertFormatSingle()
|
/external/icu/icu4c/source/i18n/ |
D | number_capi.cpp | 93 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *ec).locale(locale); in unumf_openForSkeletonAndLocale() 107 impl->fFormatter = NumberFormatter::forSkeleton(skeletonString, *perror, *ec).locale(locale); in unumf_openForSkeletonAndLocaleWithError()
|
D | number_fluent.cpp | 362 NumberFormatter::forSkeleton(const UnicodeString& skeleton, UErrorCode& status) { in forSkeleton() function in NumberFormatter 367 NumberFormatter::forSkeleton(const UnicodeString& skeleton, UParseError& perror, UErrorCode& status… in forSkeleton() function in NumberFormatter
|
D | msgfmt.cpp | 1714 … fmt = number::NumberFormatter::forSkeleton(skeleton, ec).locale(fLocale).toFormat(ec); in createAppropriateFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberFormatter.java | 414 public static UnlocalizedNumberFormatter forSkeleton(String skeleton) { in forSkeleton() method in NumberFormatter
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberFormatter.java | 440 public static UnlocalizedNumberFormatter forSkeleton(String skeleton) { in forSkeleton() method in NumberFormatter
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | LocalizedNumberFormatterAsFormat.java | 145 return NumberFormatter.forSkeleton(skeleton) in readResolve()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | LocalizedNumberFormatterAsFormat.java | 143 return NumberFormatter.forSkeleton(skeleton) in readResolve()
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | MessageFormat.java.patch | 26 - * <td><code>NumberFormatter.forSkeleton(argSkeletonText).locale(getLocale()).toFormat()</co…
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 2647 … static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton, UErrorCode& status); 2667 static UnlocalizedNumberFormatter forSkeleton(const UnicodeString& skeleton,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2251 … newFormat = NumberFormatter.forSkeleton(style.substring(i + 2)).locale(ulocale).toFormat(); in createAppropriateFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 2179 … newFormat = NumberFormatter.forSkeleton(style.substring(i + 2)).locale(ulocale).toFormat(); in createAppropriateFormat()
|
/external/icu/icu4j/tools/build/ |
D | icu4j62.api3.gz | 12;ICU4J 62.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j65.api3.gz |
|
D | icu4j64.api3.gz | 12;ICU4J 64.2;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j66.api3.gz |
|
D | icu4j63.api3.gz |
|