Searched refs:ownedArray_ (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/unicode/ |
D | bytestrie.h | 65 : ownedArray_(NULL), bytes_(reinterpret_cast<const uint8_t *>(trieBytes)), in BytesTrie() 81 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie() 352 : ownedArray_(reinterpret_cast<uint8_t *>(adoptBytes)), in BytesTrie() 504 uint8_t *ownedArray_; variable
|
D | ucharstrie.h | 65 : ownedArray_(NULL), uchars_(trieUChars), in UCharsTrie() 81 : ownedArray_(NULL), uchars_(other.uchars_), in UCharsTrie() 382 : ownedArray_(adoptUChars), uchars_(trieUChars), in UCharsTrie() 573 UChar *ownedArray_; variable
|
/external/icu4c/common/ |
D | ucharstrie.cpp | 25 uprv_free(ownedArray_); in ~UCharsTrie()
|
D | bytestrie.cpp | 25 uprv_free(ownedArray_); in ~BytesTrie()
|