Home
last modified time | relevance | path

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

/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DMajorType.java52 UNICODE_STRING(3), enumConstant
/external/cronet/third_party/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
/external/icu/libicu/cts_headers/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
/external/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