Home
last modified time | relevance | path

Searched refs:unumf_openForSkeletonAndLocale (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dunumberformattertst.c58 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()
Dcpluralrulestest.c272 unumf = unumf_openForSkeletonAndLocale(u".00", -1, "hr", &ec); in TestFormatted()
/external/icu/libicu/cts_headers/unicode/
Dunumberformatter.h461 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale,
Durename.h1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
/external/icu/libandroidicu/include/unicode/
Dunumberformatter.h461 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale,
Durename.h1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h461 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale,
/external/icu/icu4c/source/i18n/
Dnumber_capi.cpp85 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale, in unumf_openForSkeletonAndLocale() function
/external/icu/libicu/ndk_headers/unicode/
Durename.h1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1248 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp4263 …LocalUNumberFormatterPointer uformatter(unumf_openForSkeletonAndLocale(u"percent", -1, "en", &ec)); in localPointerCAPI()