Home
last modified time | relevance | path

Searched defs:UNICODE_STRING (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dunistr.h118 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs),… macro
120 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length) macro
122 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length) macro
124 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) macro
/external/libchrome/sandbox/win/tools/finder/
Dntundoc.h18 } UNICODE_STRING; typedef
/external/libchrome/sandbox/win/src/
Dnt_internals.h43 } UNICODE_STRING; typedef