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

  /external/chromium/third_party/icu/public/common/unicode/
plinux.h 273 * \def U_DECLARE_UTF16
282 #define U_DECLARE_UTF16(string) u ## string
286 #define U_DECLARE_UTF16(string) U ## string
289 #define U_DECLARE_UTF16(string) L ## string
pmac.h 279 * \def U_DECLARE_UTF16
288 #define U_DECLARE_UTF16(string) u ## string
292 #define U_DECLARE_UTF16(string) U ## string
295 #define U_DECLARE_UTF16(string) L ## string
pwin32.h 260 * \def U_DECLARE_UTF16
266 #define U_DECLARE_UTF16(string) L ## string
  /external/icu4c/common/unicode/
platform.h 292 * \def U_DECLARE_UTF16
301 #define U_DECLARE_UTF16(string) u ## string
305 #define U_DECLARE_UTF16(string) U ## string
308 #define U_DECLARE_UTF16(string) L ## string
pwin32.h 273 * \def U_DECLARE_UTF16
279 #define U_DECLARE_UTF16(string) L ## string

Completed in 136 milliseconds