Lines Matching refs:fBogus
114 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ in getFallbackData()
121 if(resB->fBogus == U_ZERO_ERROR) { in getFallbackData()
378 r->fBogus = U_USING_FALLBACK_WARNING; in init_entry()
389 r->fBogus = *status = U_INVALID_FORMAT_ERROR; in init_entry()
392 r->fBogus = *status; in init_entry()
437 if(r->fBogus != U_ZERO_ERROR && U_SUCCESS(*status)) { in init_entry()
438 *status = r->fBogus; /* set the returning status */ in init_entry()
448 … (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle) in getPoolEntry()
472 hasRealData = (UBool)(r->fBogus == U_ZERO_ERROR); in findFirstExisting()
552 if (usingUSRData && U_SUCCESS(usrStatus) && u2->fBogus == U_ZERO_ERROR) { in loadParentsExceptRoot()
673 if(u1->fBogus == U_ZERO_ERROR) { in entryOpen()
738 r->fBogus = U_USING_DEFAULT_WARNING; in entryOpen()
778 if(r->fBogus != U_ZERO_ERROR) { in entryOpenDirect()
1865 if(dataEntry->fBogus == U_ZERO_ERROR) { in ures_getByKeyWithFallback()
1939 UBool hasParent = parentEntry != NULL && U_SUCCESS(parentEntry->fBogus); in getAllItemsWithFallback()