Home
last modified time | relevance | path

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

/external/icu/icu4c/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