HomeSort by relevance Sort by last modified time
    Searched refs:U_DECLARE_UTF16 (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/unicode/
platform.h 678 * \def U_DECLARE_UTF16
683 #ifdef U_DECLARE_UTF16
689 # define U_DECLARE_UTF16(string) u ## string
692 # define U_DECLARE_UTF16(string) L ## string
694 /* Leave U_DECLARE_UTF16 undefined. See unistr.h. */
ustring.h     [all...]
unistr.h 115 #if defined(U_DECLARE_UTF16)
116 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
    [all...]

Completed in 697 milliseconds