• Home
  • Raw
  • Download

Lines Matching refs:RES_BOGUS

123     *res = RES_BOGUS;  in getFallbackData()
130 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData()
139 … if(*res != RES_BOGUS) { /* If the resource is found in parents, we need to adjust the error */ in getFallbackData()
404 if (aliasres != RES_BOGUS) { in init_entry()
543 res_getResource(&t1->fData,"%%ParentIsRoot") == RES_BOGUS) { in loadParentsExceptRoot()
545 if (parentRes != RES_BOGUS) { // An explicit parent was found. in loadParentsExceptRoot()
1114 if(r != RES_BOGUS) { in init_resb_result()
1147 … if(r != RES_BOGUS) { /* found a resource, but it might be an indirection */ in init_resb_result()
1161 } while(r == RES_BOGUS && dataEntry != NULL); in init_resb_result()
1162 if(r == RES_BOGUS) { in init_resb_result()
1511 Resource r = RES_BOGUS; in ures_getNextString()
1533 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextString()
1540 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextString()
1561 Resource r = RES_BOGUS; in ures_getNextResource()
1589 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextResource()
1596 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getNextResource()
1611 Resource r = RES_BOGUS; in ures_getByIndex()
1635 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getByIndex()
1642 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getByIndex()
1659 Resource r = RES_BOGUS; in ures_getStringByIndex()
1678 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getStringByIndex()
1685 if(r == RES_BOGUS && resB->fHasFallback) { in ures_getStringByIndex()
1780 Resource res = RES_BOGUS; in ures_findSubResource()
1793 if(res != RES_BOGUS) { in ures_findSubResource()
1839 if (U_FAILURE(errorCode)) { return RES_BOGUS; } in getTableItemByKeyPath()
1842 while (*pathPart && resource != RES_BOGUS && URES_IS_CONTAINER(type)) { in getTableItemByKeyPath()
1857 return RES_BOGUS; in getTableItemByKeyPath()
1867 Resource res = RES_BOGUS, rootRes = RES_BOGUS; in ures_getByKeyWithFallback()
1883 if(res == RES_BOGUS) { in ures_getByKeyWithFallback()
1889 … while(res == RES_BOGUS && dataEntry->fParent != NULL) { /* Otherwise, we'll look in parents */ in ures_getByKeyWithFallback()
1920 } else if (res == RES_BOGUS) { in ures_getByKeyWithFallback()
1927 if(res != RES_BOGUS) { in ures_getByKeyWithFallback()
2072 Resource res = RES_BOGUS; in ures_getByKey()
2088 if(res == RES_BOGUS) { in ures_getByKey()
2125 Resource res = RES_BOGUS; in ures_getStringByKey()
2143 if(res == RES_BOGUS) { in ures_getStringByKey()