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

/external/icu4c/common/
H A Dmutex.h89 * Best used via SimpleSingletonWrapper or similar.
121 class SimpleSingletonWrapper { class
123 SimpleSingletonWrapper(SimpleSingleton &s) : singleton(s) {} function in class:SimpleSingletonWrapper
H A Dnormalizer2.cpp403 class Norm2Singleton : public SimpleSingletonWrapper<Normalizer2> {
405 Norm2Singleton(SimpleSingleton &s) : SimpleSingletonWrapper<Normalizer2>(s) {}
407 return SimpleSingletonWrapper<Normalizer2>::getInstance(createInstance, NULL, errorCode);
H A Duniset_props.cpp105 class UnicodeSetSingleton : public SimpleSingletonWrapper<UnicodeSet> {
108 SimpleSingletonWrapper<UnicodeSet>(s), fPattern(pattern) {}
110 return SimpleSingletonWrapper<UnicodeSet>::getInstance(createInstance, fPattern, errorCode);

Completed in 78 milliseconds