Searched defs:UNICODE_STRING (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 114 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs),… macro 116 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length) macro 118 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length) macro 120 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) macro
|
/external/libchrome/sandbox/win/tools/finder/ |
D | ntundoc.h | 18 } UNICODE_STRING; typedef
|
/external/libchrome/sandbox/win/src/ |
D | nt_internals.h | 42 } UNICODE_STRING; typedef
|