Lines Matching defs:resB
187 UResourceDataEntry *resB; in ures_flushCache() local
240 UResourceDataEntry *resB; in ures_dumpCacheContents() local
505 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject()
515 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject()
520 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject()
854 static void entryCloseInt(UResourceDataEntry *resB) { in entryCloseInt()
887 static void entryClose(UResourceDataEntry *resB) { in entryClose()
909 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
939 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
948 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) in ures_closeBundle()
972 ures_close(UResourceBundle* resB) in ures_close()
992 UResourceBundle *resB, UErrorCode *status) { in getAliasTargetAsResourceBundle()
1215 UResourceBundle *resB, UErrorCode *status) { in init_resb_result()
1306 UResourceBundle *resB, UErrorCode *status) { in init_resb_result()
1350 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString()
1429 ures_getUTF8String(const UResourceBundle *resB, in ures_getUTF8String()
1438 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, in ures_getBinary()
1455 U_CAPI const int32_t* U_EXPORT2 ures_getIntVector(const UResourceBundle* resB, int32_t* len, in ures_getIntVector()
1474 U_CAPI int32_t U_EXPORT2 ures_getInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getInt()
1489 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt()
1504 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType()
1511 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey()
1527 U_CAPI int32_t U_EXPORT2 ures_getSize(const UResourceBundle *resB) { in ures_getSize()
1535 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex… in ures_getStringWithAlias()
1547 U_CAPI void U_EXPORT2 ures_resetIterator(UResourceBundle *resB){ in ures_resetIterator()
1554 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext()
1561 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString()
1610 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fill… in ures_getNextResource()
1660 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex()
1708 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex()
1759 ures_getUTF8StringByIndex(const UResourceBundle *resB, in ures_getUTF8StringByIndex()
1829 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource()
1856 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback()
1987 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback()
2260 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey()
2313 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey()
2397 ures_getUTF8StringByKey(const UResourceBundle *resB, in ures_getUTF8StringByKey()
2459 U_CFUNC const char* ures_getName(const UResourceBundle* resB) { in ures_getName()
2468 U_CFUNC const char* ures_getPath(const UResourceBundle* resB) { in ures_getPath()
2672 U_CAPI void U_EXPORT2 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) { in ures_getVersion()