Searched defs:U_DECLARE_UTF16 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dpandroid.h241 * \def U_DECLARE_UTF16
257 #define U_DECLARE_UTF16(string) u ## string macro
261 #define U_DECLARE_UTF16(string) U ## string macro
264 #define U_DECLARE_UTF16(string) L ## string macro
H A Dpfreebsd.h241 * \def U_DECLARE_UTF16
257 #define U_DECLARE_UTF16(string) u ## string macro
261 #define U_DECLARE_UTF16(string) U ## string macro
264 #define U_DECLARE_UTF16(string) L ## string macro
H A Dplinux.h241 * \def U_DECLARE_UTF16
257 #define U_DECLARE_UTF16(string) u ## string macro
261 #define U_DECLARE_UTF16(string) U ## string macro
264 #define U_DECLARE_UTF16(string) L ## string macro
H A Dpmac.h257 * \def U_DECLARE_UTF16
273 #define U_DECLARE_UTF16(string) u ## string macro
277 #define U_DECLARE_UTF16(string) U ## string macro
280 #define U_DECLARE_UTF16(string) L ## string macro
H A Dpopenbsd.h233 * \def U_DECLARE_UTF16
242 #define U_DECLARE_UTF16(string) u ## string macro
246 #define U_DECLARE_UTF16(string) U ## string macro
249 #define U_DECLARE_UTF16(string) L ## string macro
H A Dpwin32.h277 * \def U_DECLARE_UTF16
283 #define U_DECLARE_UTF16(string) L ## string macro
/external/icu4c/common/unicode/
H A Dplatform.h678 * \def U_DECLARE_UTF16
683 #ifdef U_DECLARE_UTF16
689 # define U_DECLARE_UTF16(string) u ## string macro
692 # define U_DECLARE_UTF16(string) L ## string macro
694 /* Leave U_DECLARE_UTF16 undefined. See unistr.h. */

Completed in 3538 milliseconds