Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Duformattable.h238 ufmt_getUChars(UFormattable* fmt, int32_t *len, UErrorCode *status);
Durename.h951 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
/external/icu/icu4c/source/i18n/unicode/
Duformattable.h238 ufmt_getUChars(UFormattable* fmt, int32_t *len, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
Duformattable.h238 ufmt_getUChars(UFormattable* fmt, int32_t *len, UErrorCode *status);
Durename.h951 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
/external/icu/icu4c/source/i18n/
Dfmtable.cpp970 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() function
/external/icu/icu4c/source/common/unicode/
Durename.h951 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h951 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7335 const UChar* uch = ufmt_getUChars(u, &len, &valueStatus); in testFormattableAsUFormattable()