Lines Matching refs:fBogus
111 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
118 if(resB->fBogus == U_ZERO_ERROR) {
370 r->fBogus = U_USING_FALLBACK_WARNING;
380 r->fBogus = *status = U_INVALID_FORMAT_ERROR;
383 r->fBogus = *status;
428 if(r->fBogus != U_ZERO_ERROR && U_SUCCESS(*status)) {
429 *status = r->fBogus; /* set the returning status */
439 (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle)
461 hasRealData = (UBool)(r->fBogus == U_ZERO_ERROR);
554 if(u1->fBogus == U_ZERO_ERROR) {
587 if ( usingUSRData && u2->fBogus == U_ZERO_ERROR ) {
664 r->fBogus = U_USING_DEFAULT_WARNING;
666 hasRealData = (UBool)((t2->fBogus == U_ZERO_ERROR) || hasRealData);
674 hasRealData = (UBool)((t1->fBogus == U_ZERO_ERROR) || hasRealData);
713 if(resB->fBogus == U_ZERO_ERROR) {
1743 if(dataEntry->fBogus == U_ZERO_ERROR) {
2046 while(firstData->fBogus != U_ZERO_ERROR && firstData->fParent != NULL) {
2096 while(hasData->fBogus != U_ZERO_ERROR) {
2155 if(subStatus != U_ZERO_ERROR /*r->fData->fBogus != U_ZERO_ERROR*/) {