Searched defs:UNICODE_STRING (Results 1 – 1 of 1) sorted by relevance
113 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, u ## cs, _length) macro115 # define UNICODE_STRING(cs, _length) icu::UnicodeString(TRUE, (const char16_t*)u ## cs, _length) macro