Searched defs:UNICODE_STRING (Results 1 – 6 of 6) sorted by relevance
| /third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | unistr.h | 113 # 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/ |
| D | unistr.h | 117 # 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/ |
| D | unistr.h | 117 # 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/ |
| D | unistr.h | 117 # 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/ |
| D | win32_io.c | 187 } UNICODE_STRING, *PUNICODE_STRING; typedef
|
| /third_party/libuv/src/win/ |
| D | winapi.h | 4119 } UNICODE_STRING, *PUNICODE_STRING; typedef
|