Searched defs:UNICODE_STRING (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length) macro
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length) macro
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length) macro
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) macro
137 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
1368 * UnicodeString s=UNICODE_STRING("a\\U00010000b\\U0010ffff\\u2029", 31).unescape();
2969 * For ASCII (invariant-character) string literals, see UNICODE_STRING and
2978 * @see UNICODE_STRING
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs140 // Win32 UNICODE_STRING structure.
142 public struct UNICODE_STRING { struct in class:ChromeDebug.LowLevel.LowLevelTypes
159 private UNICODE_STRING imagePathName;
161 private UNICODE_STRING commandLine;
163 public UNICODE_STRING ImagePathName { get { return imagePathName; } }
164 public UNICODE_STRING CommandLine { get { return commandLine; } }
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)U_DECLARE_UTF16(cs), _length) macro
117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)L ## cs, _length) macro
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const UChar *)cs, _length) macro
121 # define UNICODE_STRING(cs, _length) icu::UnicodeString(cs, _length, US_INV) macro
137 #define UNICODE_STRING_SIMPLE(cs) UNICODE_STRING(cs, -1)
1368 * UnicodeString s=UNICODE_STRING("a\\U00010000b\\U0010ffff\\u2029", 31).unescape();
2969 * For ASCII (invariant-character) string literals, see UNICODE_STRING and
2978 * @see UNICODE_STRING
/external/chromium_org/sandbox/win/tools/finder/
H A Dntundoc.h18 } UNICODE_STRING; typedef in typeref:struct:_LSA_UNICODE_STRING
21 UNICODE_STRING ObjectName;
22 UNICODE_STRING ObjectTypeName;
29 UNICODE_STRING *ObjectName;
44 UNICODE_STRING TypeName;
59 UNICODE_STRING Name;
84 UNICODE_STRING ObjectName;
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h41 } UNICODE_STRING; typedef in typeref:struct:_UNICODE_STRING
42 typedef UNICODE_STRING *PUNICODE_STRING;
43 typedef const UNICODE_STRING *PCUNICODE_STRING;
445 UNICODE_STRING SectionFileName;
475 UNICODE_STRING ObjectName;
476 UNICODE_STRING ObjectTypeName;
489 UNICODE_STRING TypeName;
518 UNICODE_STRING Name;
562 UNICODE_STRING ObjectName;

Completed in 198 milliseconds