Lines Matching refs:errorCode
262 void U_CALLCONV createUni32Set(UErrorCode &errorCode) {
264 uni32Singleton = new UnicodeSet(UNICODE_STRING_SIMPLE("[:age=3.2:]"), errorCode);
266 errorCode=U_MEMORY_ALLOCATION_ERROR;
275 uniset_getUnicode32Instance(UErrorCode &errorCode) {
276 umtx_initOnce(uni32InitOnce, &createUni32Set, errorCode);