Home
last modified time | relevance | path

Searched refs:u_vformatMessage (Results 1 – 8 of 8) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dumsg.h206 u_vformatMessage( const char *locale,
Durename.h407 #define u_vformatMessage U_ICU_ENTRY_POINT_RENAME(u_vformatMessage) macro
/external/icu/icu4c/source/i18n/unicode/
Dumsg.h206 u_vformatMessage( const char *locale,
/external/icu/icu4c/source/extra/uconv/
Duwmsg.c161 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err); in u_wmsg()
/external/icu/icu4c/source/i18n/
Dumsg.cpp75 actLen = u_vformatMessage(locale,pattern,patternLength,result,resultLength,ap,status); in u_formatMessage()
83 u_vformatMessage( const char *locale, in u_vformatMessage() function
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c880 … len = u_vformatMessage(locale, testCasePattern, patternLength, result, resultLength, ap, status); in CallFormatMessage()
/external/icu/icu4c/source/common/unicode/
Durename.h407 #define u_vformatMessage U_ICU_ENTRY_POINT_RENAME(u_vformatMessage) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp156 …int32_t ret = u_vformatMessage(locale, pattern, patternLength, result, resultLength, args, status); in u_formatMessage_android()
518 return u_vformatMessage(locale, pattern, patternLength, result, resultLength, ap, status); in u_vformatMessage_android()