Searched refs:unumf_openForSkeletonAndLocale (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | unumberformattertst.c | 58 UNumberFormatter* f = unumf_openForSkeletonAndLocale( in TestSkeletonFormatToString() 98 UNumberFormatter* uformatter = unumf_openForSkeletonAndLocale( in TestSkeletonFormatToFields() 182 …UNumberFormatter* uformatter = unumf_openForSkeletonAndLocale(u"precision-integer", -1, "en", &ec); in TestExampleCode() 210 UNumberFormatter* uformatter = unumf_openForSkeletonAndLocale( in TestFormattedValue() 268 UNumberFormatter* uformatter = unumf_openForSkeletonAndLocale( in TestToDecimalNumber() 361 UNumberFormatter* nf = unumf_openForSkeletonAndLocale( in TestPerUnitInArabic()
|
D | cpluralrulestest.c | 272 unumf = unumf_openForSkeletonAndLocale(u".00", -1, "hr", &ec); in TestFormatted()
|
/external/icu/libicu/cts_headers/unicode/ |
D | unumberformatter.h | 461 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale,
|
D | urename.h | 1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | unumberformatter.h | 461 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale,
|
D | urename.h | 1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | unumberformatter.h | 461 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale,
|
/external/icu/icu4c/source/i18n/ |
D | number_capi.cpp | 85 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale, in unumf_openForSkeletonAndLocale() function
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_api.cpp | 4263 …LocalUNumberFormatterPointer uformatter(unumf_openForSkeletonAndLocale(u"percent", -1, "en", &ec)); in localPointerCAPI()
|