Lines Matching refs:RES_BOGUS
112 *res = RES_BOGUS; in getFallbackData()
119 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData()
128 … if(*res != RES_BOGUS) { /* If the resource is found in parents, we need to adjust the error */ in getFallbackData()
394 if (aliasres != RES_BOGUS) { in init_entry()
517 res_getResource(&t1->fData,"%%ParentIsRoot") == RES_BOGUS) { in loadParentsExceptRoot()
519 if (parentRes != RES_BOGUS) { // An explicit parent was found. in loadParentsExceptRoot()
1065 if(r != RES_BOGUS) { in init_resb_result()
1097 … if(r != RES_BOGUS) { /* found a resource, but it might be an indirection */ in init_resb_result()
1111 } while(r == RES_BOGUS && dataEntry != NULL); in init_resb_result()
1112 if(r == RES_BOGUS) { in init_resb_result()
1451 Resource r = RES_BOGUS; in ures_getNextString()
1473 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextString()
1480 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextString()
1501 Resource r = RES_BOGUS; in ures_getNextResource()
1529 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextResource()
1536 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextResource()
1551 Resource r = RES_BOGUS; in ures_getByIndex()
1575 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getByIndex()
1582 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getByIndex()
1599 Resource r = RES_BOGUS; in ures_getStringByIndex()
1618 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getStringByIndex()
1625 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getStringByIndex()
1720 Resource res = RES_BOGUS; in ures_findSubResource()
1733 if(res != RES_BOGUS) { in ures_findSubResource()
1779 if (U_FAILURE(errorCode)) { return RES_BOGUS; } in getTableItemByKeyPath()
1782 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()
1797 return RES_BOGUS; in getTableItemByKeyPath()
1807 Resource res = RES_BOGUS, rootRes = RES_BOGUS; in ures_getByKeyWithFallback()
1823 if(res == RES_BOGUS) { in ures_getByKeyWithFallback()
1829 … while(res == RES_BOGUS && dataEntry->fParent != NULL) { /* Otherwise, we'll look in parents */ in ures_getByKeyWithFallback()
1865 if(res != RES_BOGUS) { in ures_getByKeyWithFallback()
1981 Resource res = RES_BOGUS; in ures_getByKey()
1997 if(res == RES_BOGUS) { in ures_getByKey()
2034 Resource res = RES_BOGUS; in ures_getStringByKey()
2052 if(res == RES_BOGUS) { in ures_getStringByKey()