HomeSort by relevance Sort by last modified time
    Searched refs:SimpleSingletonWrapper (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
mutex.h 89 * Best used via SimpleSingletonWrapper or similar.
121 class SimpleSingletonWrapper {
123 SimpleSingletonWrapper(SimpleSingleton &s) : singleton(s) {}
normalizer2.cpp 475 class Norm2Singleton : public SimpleSingletonWrapper<Normalizer2> {
477 Norm2Singleton(SimpleSingleton &s) : SimpleSingletonWrapper<Normalizer2>(s) {}
479 return SimpleSingletonWrapper<Normalizer2>::getInstance(createInstance, NULL, errorCode);
    [all...]
uniset_props.cpp 105 class UnicodeSetSingleton : public SimpleSingletonWrapper<UnicodeSet> {
108 SimpleSingletonWrapper<UnicodeSet>(s), fPattern(pattern) {}
110 return SimpleSingletonWrapper<UnicodeSet>::getInstance(createInstance, fPattern, errorCode);
    [all...]

Completed in 763 milliseconds