Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dunumberformattertst.c41 UNumberFormatter* f = unumf_openForSkeletonAndLocale( in TestSkeletonFormatToString()
81 UNumberFormatter* uformatter = unumf_openForSkeletonAndLocale( in TestSkeletonFormatToFields()
164 …UNumberFormatter* uformatter = unumf_openForSkeletonAndLocale(u"precision-integer", -1, "en", &ec); in TestExampleCode()
/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h452 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale,
/external/icu/icu4c/source/i18n/
Dnumber_capi.cpp87 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale, in unumf_openForSkeletonAndLocale() function
/external/icu/libandroidicu/include/unicode/
Durename.h1209 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1209 #define unumf_openForSkeletonAndLocale U_ICU_ENTRY_POINT_RENAME(unumf_openForSkeletonAndLocale) macro
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp2440 …LocalUNumberFormatterPointer uformatter(unumf_openForSkeletonAndLocale(u"percent", -1, "en", &ec)); in localPointerCAPI()