Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp532 fDataOwned = true; in SpoofData()
561 fDataOwned = FALSE; in reset()
631 if (fDataOwned) { in ~SpoofData()
659 if (!fDataOwned) { in reserveSpace()
Duspoof_impl.h300 UBool fDataOwned; // True if the raw data is owned, and needs variable
Duspoof_conf.cpp402 U_ASSERT(fSpoofImpl->fSpoofData->fDataOwned == TRUE); in outputData()