Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h113 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, u ## cs, _length) macro
115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const char16_t*)u ## cs, _length) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, u ## cs, _length) macro
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, (const char16_t*)u ## cs, _length) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, u ## cs, _length) macro
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, (const char16_t*)u ## cs, _length) macro
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h117 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, u ## cs, _length) macro
119 # define UNICODE_STRING(cs, _length) icu::UnicodeString(true, (const char16_t*)u ## cs, _length) macro
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c187 } UNICODE_STRING, *PUNICODE_STRING; typedef
/third_party/libuv/src/win/
Dwinapi.h4119 } UNICODE_STRING, *PUNICODE_STRING; typedef