Home
last modified time | relevance | path

Searched refs:RES_BOGUS (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Duresbund.c106 *res = RES_BOGUS; in getFallbackData()
113 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData()
122 … if(*res != RES_BOGUS) { /* If the resource is found in parents, we need to adjust the error */ in getFallbackData()
405 if (aliasres != RES_BOGUS) { in init_entry()
580 … if ( res_getResource(&t1->fData,"%%Parent") != RES_BOGUS) { /* An explicit parent was found */ in entryOpen()
630 … if ( res_getResource(&t1->fData,"%%Parent") != RES_BOGUS) { /* An explicit parent was found */ in entryOpen()
649 if ( res_getResource(&t1->fData,"%%ParentIsRoot") == RES_BOGUS) { in entryOpen()
992 if(r != RES_BOGUS) { in init_resb_result()
1024 … if(r != RES_BOGUS) { /* found a resource, but it might be an indirection */ in init_resb_result()
1038 } while(r == RES_BOGUS && dataEntry != NULL); in init_resb_result()
[all …]
Duresdata.c417 return RES_BOGUS; in res_getTableItemByKey()
451 return RES_BOGUS; in res_getTableItemByKey()
497 return RES_BOGUS; in res_getTableItemByIndex()
528 return RES_BOGUS; in res_getArrayItem()
552 return RES_BOGUS; in res_findResource()
555 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
575 if(t2 == RES_BOGUS) { in res_findResource()
588 t2 = RES_BOGUS; /* have an array, but don't have a valid index */ in res_findResource()
592 t2 = RES_BOGUS; in res_findResource()
Duresdata.h62 #define RES_BOGUS 0xffffffff macro
/external/icu4c/tools/genrb/
Dreslist.c222 if (same->fRes == RES_BOGUS) { in string_write16()
343 if (res->fRes != RES_BOGUS) { in res_write16()
443 if (res->fRes != RES_BOGUS) { in res_preWrite()
611 assert(res->fRes != RES_BOGUS); in res_write()
850 res->fRes = RES_BOGUS; in res_open()