Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp569 fDataOwned = true; in SpoofData()
598 fDataOwned = FALSE; in reset()
668 if (fDataOwned) { in ~SpoofData()
696 if (!fDataOwned) { in reserveSpace()
Duspoof_impl.h238 UBool fDataOwned; // True if the raw data is owned, and needs variable
Duspoof_conf.cpp402 U_ASSERT(fSpoofImpl->fSpoofData->fDataOwned == TRUE); in outputData()