Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

110     UnicodeSet *getInstance(UErrorCode &errorCode) {
111 return SimpleSingletonWrapper<UnicodeSet>::getInstance(createInstance, fPattern, errorCode);
114 static void *createInstance(const void *context, UErrorCode &errorCode) {
116 UnicodeSet *set=new UnicodeSet(pattern, errorCode);
118 errorCode=U_MEMORY_ALLOCATION_ERROR;
270 uniset_getUnicode32Instance(UErrorCode &errorCode) {
271 return UnicodeSetSingleton(uni32Singleton, "[:age=3.2:]").getInstance(errorCode);