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

/external/icu/icu4c/source/common/
H A Duniset_props.cpp105 static UnicodeSet *uni32Singleton; variable
140 delete uni32Singleton;
141 uni32Singleton = NULL;
261 U_ASSERT(uni32Singleton == NULL);
262 uni32Singleton = new UnicodeSet(UNICODE_STRING_SIMPLE("[:age=3.2:]"), errorCode);
263 if(uni32Singleton==NULL) {
266 uni32Singleton->freeze();
275 return uni32Singleton;

Completed in 65 milliseconds