Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Duspoof_build.cpp73 SpoofData *newSpoofData = new SpoofData(*status); in uspoof_openFromSource() local
75 if (newSpoofData == NULL) { in uspoof_openFromSource()
81 delete newSpoofData; in uspoof_openFromSource()
84 SpoofImpl *This = new SpoofImpl(newSpoofData, *status); in uspoof_openFromSource()
88 delete newSpoofData; // explicit delete as the destructor for SpoofImpl won't be called. in uspoof_openFromSource()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof_build.cpp73 SpoofData *newSpoofData = new SpoofData(*status); in uspoof_openFromSource() local
75 if (newSpoofData == NULL) { in uspoof_openFromSource()
81 delete newSpoofData; in uspoof_openFromSource()
84 SpoofImpl *This = new SpoofImpl(newSpoofData, *status); in uspoof_openFromSource()
88 delete newSpoofData; // explicit delete as the destructor for SpoofImpl won't be called. in uspoof_openFromSource()
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_build.cpp73 SpoofData *newSpoofData = new SpoofData(*status); in uspoof_openFromSource() local
75 if (newSpoofData == NULL) { in uspoof_openFromSource()
81 delete newSpoofData; in uspoof_openFromSource()
84 SpoofImpl *This = new SpoofImpl(newSpoofData, *status); in uspoof_openFromSource()
88 delete newSpoofData; // explicit delete as the destructor for SpoofImpl won't be called. in uspoof_openFromSource()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_build.cpp73 SpoofData *newSpoofData = new SpoofData(*status); in uspoof_openFromSource() local
75 if (newSpoofData == NULL) { in uspoof_openFromSource()
81 delete newSpoofData; in uspoof_openFromSource()
84 SpoofImpl *This = new SpoofImpl(newSpoofData, *status); in uspoof_openFromSource()
88 delete newSpoofData; // explicit delete as the destructor for SpoofImpl won't be called. in uspoof_openFromSource()