Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Duformattable.h236 ufmt_getUChars(UFormattable* fmt, int32_t *len, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
Duformattable.h236 ufmt_getUChars(UFormattable* fmt, int32_t *len, UErrorCode *status);
Durename.h933 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
/external/icu/icu4c/source/i18n/
Dfmtable.cpp965 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() function
/external/icu/icu4c/source/common/unicode/
Durename.h933 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1619 return ufmt_getUChars(fmt, len, status); in ufmt_getUChars_android()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7136 const UChar* uch = ufmt_getUChars(u, &len, &valueStatus); in testFormattableAsUFormattable()