Home | History | Annotate | Download | only in common

Lines Matching refs:fBogus

108         if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
115 if(resB->fBogus == U_ZERO_ERROR) {
385 r->fBogus = U_USING_FALLBACK_WARNING;
395 r->fBogus = *status = U_INVALID_FORMAT_ERROR;
398 r->fBogus = *status;
443 if(r->fBogus != U_ZERO_ERROR && U_SUCCESS(*status)) {
444 *status = r->fBogus; /* set the returning status */
454 (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle)
476 hasRealData = (UBool)(r->fBogus == U_ZERO_ERROR);
570 if(u1->fBogus == U_ZERO_ERROR) {
603 if ( usingUSRData && u2->fBogus == U_ZERO_ERROR ) {
680 r->fBogus = U_USING_DEFAULT_WARNING;
682 hasRealData = (UBool)((t2->fBogus == U_ZERO_ERROR) || hasRealData);
690 hasRealData = (UBool)((t1->fBogus == U_ZERO_ERROR) || hasRealData);
729 if(resB->fBogus == U_ZERO_ERROR) {
1719 if(dataEntry->fBogus == U_ZERO_ERROR) {
2015 while(firstData->fBogus != U_ZERO_ERROR && firstData->fParent != NULL) {
2065 while(hasData->fBogus != U_ZERO_ERROR) {
2124 if(subStatus != U_ZERO_ERROR /*r->fData->fBogus != U_ZERO_ERROR*/) {