/external/chromium_org/third_party/icu/source/i18n/unicode/ |
umsg.h | 41 * <p>The opaque UMessageFormat type is a thin C wrapper around 382 typedef void* UMessageFormat; 393 * @return A pointer to a UMessageFormat to use for formatting 397 U_STABLE UMessageFormat* U_EXPORT2 405 * Close a UMessageFormat. 406 * Once closed, a UMessageFormat may no longer be used. 411 umsg_close(UMessageFormat* format); 419 * "Smart pointer" class, closes a UMessageFormat via umsg_close(). 426 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close); 433 * Open a copy of a UMessageFormat [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
umsg.h | 41 * <p>The opaque UMessageFormat type is a thin C wrapper around 382 typedef void* UMessageFormat; 393 * @return A pointer to a UMessageFormat to use for formatting 397 U_STABLE UMessageFormat* U_EXPORT2 405 * Close a UMessageFormat. 406 * Once closed, a UMessageFormat may no longer be used. 411 umsg_close(UMessageFormat* format); 419 * "Smart pointer" class, closes a UMessageFormat via umsg_close(). 426 U_DEFINE_LOCAL_OPEN_POINTER(LocalUMessageFormatPointer, UMessageFormat, umsg_close); 433 * Open a copy of a UMessageFormat [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
umsg.cpp | 91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); 132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); 173 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); 211 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); 223 U_CAPI UMessageFormat* U_EXPORT2 257 return (UMessageFormat*)retVal; 261 umsg_close(UMessageFormat* format) 270 U_CAPI UMessageFormat U_EXPORT2 271 umsg_clone(const UMessageFormat *fmt, 282 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone() [all...] |
/external/icu/icu4c/source/i18n/ |
umsg.cpp | 91 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); 132 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,parseError,status); 173 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,NULL,status); 211 UMessageFormat *fmt = umsg_open(pattern,patternLength,locale,error,status); 223 U_CAPI UMessageFormat* U_EXPORT2 257 return (UMessageFormat*)retVal; 261 umsg_close(UMessageFormat* format) 270 U_CAPI UMessageFormat U_EXPORT2 271 umsg_clone(const UMessageFormat *fmt, 282 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone() [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsgtst.c | 187 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); 387 UMessageFormat* fmt = NULL; [all...] |
cloctst.c | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cmsgtst.c | 187 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); 387 UMessageFormat* fmt = NULL; [all...] |
cloctst.c | [all...] |