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

  /external/chromium/third_party/icu/public/common/unicode/
unistr.h 94 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
96 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
98 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
116 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
    [all...]
  /external/icu4c/common/unicode/
unistr.h 94 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length)
96 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)L ## cs, _length)
98 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(TRUE, (const UChar *)cs, _length)
100 # define UNICODE_STRING(cs, _length) U_NAMESPACE_QUALIFIER UnicodeString(cs, _length, US_INV)
116 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
windows_types.h 59 } ANSI_STRING, *PANSI_STRING, UNICODE_STRING, *PUNICODE_STRING;
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
windows_types.h 59 } ANSI_STRING, *PANSI_STRING, UNICODE_STRING, *PUNICODE_STRING;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
windows_types.h 56 } ANSI_STRING, *PANSI_STRING, UNICODE_STRING, *PUNICODE_STRING;

Completed in 335 milliseconds