Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp630 fDataOwned = true; in SpoofData()
658 fDataOwned = FALSE; in reset()
703 if (fDataOwned) { in ~SpoofData()
731 if (!fDataOwned) { in reserveSpace()
Duspoof_impl.h277 UBool fDataOwned; // True if the raw data is owned, and needs variable
Duspoof_conf.cpp411 U_ASSERT(fSpoofImpl->fSpoofData->fDataOwned == TRUE); in outputData()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp630 fDataOwned = true; in SpoofData()
658 fDataOwned = false; in reset()
703 if (fDataOwned) { in ~SpoofData()
731 if (!fDataOwned) { in reserveSpace()
Duspoof_impl.h278 UBool fDataOwned; // True if the raw data is owned, and needs variable
Duspoof_conf.cpp410 U_ASSERT(fSpoofImpl->fSpoofData->fDataOwned); in outputData()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp630 fDataOwned = true; in SpoofData()
658 fDataOwned = false; in reset()
703 if (fDataOwned) { in ~SpoofData()
731 if (!fDataOwned) { in reserveSpace()
Duspoof_impl.h278 UBool fDataOwned; // True if the raw data is owned, and needs variable
Duspoof_conf.cpp410 U_ASSERT(fSpoofImpl->fSpoofData->fDataOwned == true); in outputData()