Searched refs:ufmt_getArrayItemByIndex (Results 1 – 4 of 4) sorted by relevance
259 ufmt_getArrayItemByIndex(UFormattable* fmt, int32_t n, UErrorCode *status);
1008 ufmt_getArrayItemByIndex(UFormattable* fmt, int32_t n, UErrorCode *status) { in ufmt_getArrayItemByIndex() function
904 #define ufmt_getArrayItemByIndex U_ICU_ENTRY_POINT_RENAME(ufmt_getArrayItemByIndex) macro
7423 UFormattable *uu = ufmt_getArrayItemByIndex(u, i, &valueStatus); in testFormattableAsUFormattable()