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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dplatform.h680 * \def U_DECLARE_UTF16
685 #ifdef U_DECLARE_UTF16
691 # define U_DECLARE_UTF16(string) u ## string macro
694 # define U_DECLARE_UTF16(string) L ## string macro
696 /* Leave U_DECLARE_UTF16 undefined. See unistr.h. */
/external/icu/icu4c/source/common/unicode/
H A Dplatform.h684 * \def U_DECLARE_UTF16
689 #ifdef U_DECLARE_UTF16
695 # define U_DECLARE_UTF16(string) u ## string macro
698 # define U_DECLARE_UTF16(string) L ## string macro
700 /* Leave U_DECLARE_UTF16 undefined. See unistr.h. */

Completed in 1484 milliseconds