Lines Matching defs:resB
106 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local
171 UResourceDataEntry *resB; in ures_flushCache() local
226 UResourceDataEntry *resB; in ures_dumpCacheContents() local
484 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject()
494 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject()
499 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject()
701 static void entryCloseInt(UResourceDataEntry *resB) { in entryCloseInt()
734 static void entryClose(UResourceDataEntry *resB) { in entryClose()
757 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
787 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
796 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) in ures_closeBundle()
820 ures_close(UResourceBundle* resB) in ures_close()
828 UResourceBundle *resB, UErrorCode *status) in init_resb_result()
1158 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString()
1237 ures_getUTF8String(const UResourceBundle *resB, in ures_getUTF8String()
1246 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, in ures_getBinary()
1263 U_CAPI const int32_t* U_EXPORT2 ures_getIntVector(const UResourceBundle* resB, int32_t* len, in ures_getIntVector()
1282 U_CAPI int32_t U_EXPORT2 ures_getInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getInt()
1297 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt()
1312 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType()
1319 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey()
1327 U_CAPI int32_t U_EXPORT2 ures_getSize(const UResourceBundle *resB) { in ures_getSize()
1335 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex… in ures_getStringWithAlias()
1347 U_CAPI void U_EXPORT2 ures_resetIterator(UResourceBundle *resB){ in ures_resetIterator()
1354 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext()
1361 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString()
1409 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fill… in ures_getNextResource()
1459 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex()
1507 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex()
1558 ures_getUTF8StringByIndex(const UResourceBundle *resB, in ures_getUTF8StringByIndex()
1628 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource()
1655 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback()
1713 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback()
1794 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey()
1847 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey()
1930 ures_getUTF8StringByKey(const UResourceBundle *resB, in ures_getUTF8StringByKey()
1993 U_CFUNC const char* ures_getName(const UResourceBundle* resB) { in ures_getName()
2002 U_CFUNC const char* ures_getPath(const UResourceBundle* resB) { in ures_getPath()
2270 U_CAPI void U_EXPORT2 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) { in ures_getVersion()