Home
last modified time | relevance | path

Searched refs:gEmptyUnicodeSet (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dstatic_unicode_sets.cpp31 char gEmptyUnicodeSet[sizeof(UnicodeSet)]; member
33 // Whether the gEmptyUnicodeSet is initialized and ready to use.
39 return reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet); in getImpl()
136 reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet)->~UnicodeSet(); in cleanupNumberParseUniSets()
151 new(gEmptyUnicodeSet) UnicodeSet(); in initNumberParseUniSets()
152 reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet)->freeze(); in initNumberParseUniSets()
217 return reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet); in get()
/third_party/node/deps/icu-small/source/common/
H A Dstatic_unicode_sets.cpp31 char gEmptyUnicodeSet[sizeof(UnicodeSet)]; member
33 // Whether the gEmptyUnicodeSet is initialized and ready to use.
39 return reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet); in getImpl()
136 reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet)->~UnicodeSet(); in cleanupNumberParseUniSets()
151 new(gEmptyUnicodeSet) UnicodeSet(); in initNumberParseUniSets()
152 reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet)->freeze(); in initNumberParseUniSets()
217 return reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet); in get()
/third_party/skia/third_party/externals/icu/source/common/
H A Dstatic_unicode_sets.cpp31 char gEmptyUnicodeSet[sizeof(UnicodeSet)]; member
33 // Whether the gEmptyUnicodeSet is initialized and ready to use.
39 return reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet); in getImpl()
136 reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet)->~UnicodeSet(); in cleanupNumberParseUniSets()
151 new(gEmptyUnicodeSet) UnicodeSet(); in initNumberParseUniSets()
152 reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet)->freeze(); in initNumberParseUniSets()
217 return reinterpret_cast<UnicodeSet*>(gEmptyUnicodeSet); in get()

Completed in 2 milliseconds