Home
last modified time | relevance | path

Searched refs:ufmt_getUChars (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Duformattable.h228 ufmt_getUChars(UFormattable* fmt, int32_t *len, UErrorCode *status);
/external/icu/icu4c/source/i18n/
Dfmtable.cpp974 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() function
/external/icu/icu4c/source/common/unicode/
Durename.h912 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp6867 const UChar* uch = ufmt_getUChars(u, &len, &valueStatus); in testFormattableAsUFormattable()