Searched refs:ufmt_getUChars (Results 1 – 4 of 4) sorted by relevance
228 ufmt_getUChars(UFormattable* fmt, int32_t *len, UErrorCode *status);
974 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() function
912 #define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) macro
6867 const UChar* uch = ufmt_getUChars(u, &len, &valueStatus); in testFormattableAsUFormattable()