Searched defs:ownedArray_ (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h67 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
83 : ownedArray_(NULL), bytes_(other.bytes_),
353 : ownedArray_(static_cast<uint8_t *>(adoptBytes)),
505 uint8_t *ownedArray_; member in class:BytesTrie
H A Ducharstrie.h67 : ownedArray_(NULL), uchars_(trieUChars),
83 : ownedArray_(NULL), uchars_(other.uchars_),
372 : ownedArray_(adoptUChars), uchars_(trieUChars),
563 UChar *ownedArray_; member in class:UCharsTrie

Completed in 357 milliseconds