Home
last modified time | relevance | path

Searched refs:ownedArray_ (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
Dbytestrie.h65 : 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
Ducharstrie.h65 : 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/
Ducharstrie.cpp25 uprv_free(ownedArray_); in ~UCharsTrie()
Dbytestrie.cpp25 uprv_free(ownedArray_); in ~BytesTrie()