Home
last modified time | relevance | path

Searched refs:fDataOwned (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp653 fDataOwned = true; in SpoofData()
681 fDataOwned = FALSE; in reset()
726 if (fDataOwned) { in ~SpoofData()
754 if (!fDataOwned) { in reserveSpace()
Duspoof_impl.h275 UBool fDataOwned; // True if the raw data is owned, and needs variable
Duspoof_conf.cpp411 U_ASSERT(fSpoofImpl->fSpoofData->fDataOwned == TRUE); in outputData()