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

/external/icu4c/common/
H A Duniset_props.cpp105 class UnicodeSetSingleton : public SimpleSingletonWrapper<UnicodeSet> { class in inherits:SimpleSingletonWrapper
107 UnicodeSetSingleton(SimpleSingleton &s, const char *pattern) : function in class:UnicodeSetSingleton
167 UnicodeSetSingleton(uni32Singleton, NULL).deleteInstance();
279 return UnicodeSetSingleton(uni32Singleton, "[:age=3.2:]").getInstance(errorCode);

Completed in 40 milliseconds