Lines Matching defs:resB
107 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local
172 UResourceDataEntry *resB; in ures_flushCache() local
227 UResourceDataEntry *resB; in ures_dumpCacheContents() local
488 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject()
498 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject()
503 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject()
788 static void entryCloseInt(UResourceDataEntry *resB) { in entryCloseInt()
821 static void entryClose(UResourceDataEntry *resB) { in entryClose()
844 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
874 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
883 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) in ures_closeBundle()
907 ures_close(UResourceBundle* resB) in ures_close()
915 UResourceBundle *resB, UErrorCode *status) in init_resb_result()
1245 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString()
1324 ures_getUTF8String(const UResourceBundle *resB, in ures_getUTF8String()
1333 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, in ures_getBinary()
1350 U_CAPI const int32_t* U_EXPORT2 ures_getIntVector(const UResourceBundle* resB, int32_t* len, in ures_getIntVector()
1369 U_CAPI int32_t U_EXPORT2 ures_getInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getInt()
1384 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt()
1399 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType()
1406 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey()
1414 U_CAPI int32_t U_EXPORT2 ures_getSize(const UResourceBundle *resB) { in ures_getSize()
1422 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex… in ures_getStringWithAlias()
1434 U_CAPI void U_EXPORT2 ures_resetIterator(UResourceBundle *resB){ in ures_resetIterator()
1441 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext()
1448 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString()
1496 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fill… in ures_getNextResource()
1546 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex()
1594 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex()
1645 ures_getUTF8StringByIndex(const UResourceBundle *resB, in ures_getUTF8StringByIndex()
1715 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource()
1742 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback()
1800 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback()
2001 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey()
2054 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey()
2137 ures_getUTF8StringByKey(const UResourceBundle *resB, in ures_getUTF8StringByKey()
2199 U_CFUNC const char* ures_getName(const UResourceBundle* resB) { in ures_getName()
2208 U_CFUNC const char* ures_getPath(const UResourceBundle* resB) { in ures_getPath()
2397 U_CAPI void U_EXPORT2 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) { in ures_getVersion()