Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresbund.cpp112 *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()
[all …]
Duresdata.cpp715 return RES_BOGUS; in res_getTableItemByKey()
753 return RES_BOGUS; in res_getTableItemByKey()
804 return RES_BOGUS; in res_getTableItemByIndex()
860 return RES_BOGUS; in res_getArrayItem()
896 return RES_BOGUS; in res_findResource()
899 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) { in res_findResource()
910 return RES_BOGUS; in res_findResource()
923 if(t2 == RES_BOGUS) { in res_findResource()
936 t2 = RES_BOGUS; /* have an array, but don't have a valid index */ in res_findResource()
940 t2 = RES_BOGUS; in res_findResource()
Duresdata.h65 #define RES_BOGUS 0xffffffff macro
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleImpl.java147 if (res == RES_BOGUS) { in getString()
162 if (item == RES_BOGUS) { in createBundleObject()
DICUResourceBundle.java878 int res = RES_BOGUS; in findStringWithFallback()
892 if (res == RES_BOGUS) { in findStringWithFallback()
906 res = RES_BOGUS; in findStringWithFallback()
912 if (res == RES_BOGUS) { in findStringWithFallback()
938 res = RES_BOGUS; in findStringWithFallback()
1245 public static final int RES_BOGUS = 0xffffffff;
DICUResourceBundleReader.java950 return ICUResourceBundle.RES_BOGUS; in getContainerResource()
954 return ICUResourceBundle.RES_BOGUS; in getContainer16Resource()
968 return ICUResourceBundle.RES_BOGUS; in getContainer32Resource()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleImpl.java146 if (res == RES_BOGUS) { in getString()
161 if (item == RES_BOGUS) { in createBundleObject()
DICUResourceBundle.java874 int res = RES_BOGUS; in findStringWithFallback()
888 if (res == RES_BOGUS) { in findStringWithFallback()
902 res = RES_BOGUS; in findStringWithFallback()
908 if (res == RES_BOGUS) { in findStringWithFallback()
934 res = RES_BOGUS; in findStringWithFallback()
1241 public static final int RES_BOGUS = 0xffffffff;
DICUResourceBundleReader.java948 return ICUResourceBundle.RES_BOGUS; in getContainerResource()
952 return ICUResourceBundle.RES_BOGUS; in getContainer16Resource()
966 return ICUResourceBundle.RES_BOGUS; in getContainer32Resource()
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp145 : fType(URES_NONE), fWritten(FALSE), fRes(RES_BOGUS), fRes16(-1), fKey(-1), fKey16(-1), in SResource()
152 : fType(type), fWritten(FALSE), fRes(RES_BOGUS), fRes16(-1), in SResource()
444 if (fRes != RES_BOGUS) { in preflightStrings()
517 assert(same->fRes != RES_BOGUS && same->fWritten); in handleWrite16()
625 if (fRes == RES_BOGUS) { in write16()
703 if (fRes != RES_BOGUS) { in preWrite()
814 assert(fRes != RES_BOGUS); in write()