Searched defs:UNICODE_STRING (Results 1 – 4 of 4) sorted by relevance
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/ |
D | MajorType.java | 52 UNICODE_STRING(3), enumConstant
|
/external/cronet/third_party/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
|
/external/icu/libicu/cts_headers/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
|
/external/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
|