Lines Matching refs:UResourceBundle
108 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, … in getFallbackData()
490 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject()
500 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject()
505 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject()
506 uprv_memset(resB, 0, sizeof(UResourceBundle)); in ures_initStackObject()
846 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
876 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
885 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) in ures_closeBundle()
902 uprv_memset(resB, -1, sizeof(UResourceBundle)); in ures_closeBundle()
909 ures_close(UResourceBundle* resB) in ures_close()
914 static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, in init_resb_result()
916 const UResourceBundle *parent, int32_t noAlias, in init_resb_result()
917 UResourceBundle *resB, UErrorCode *status) in init_resb_result()
1013 UResourceBundle *result = resB; in init_resb_result()
1016 UResourceBundle *mainRes = ures_openDirect(path, locale, &intStatus); in init_resb_result()
1143 resB = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in init_resb_result()
1212 UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *sta… in ures_copyResb()
1220 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_copyResb()
1230 uprv_memcpy(r, original, sizeof(UResourceBundle)); in ures_copyResb()
1248 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString()
1327 ures_getUTF8String(const UResourceBundle *resB, in ures_getUTF8String()
1336 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, in ures_getBinary()
1353 U_CAPI const int32_t* U_EXPORT2 ures_getIntVector(const UResourceBundle* resB, int32_t* len, in ures_getIntVector()
1372 U_CAPI int32_t U_EXPORT2 ures_getInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getInt()
1387 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt()
1402 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType()
1409 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey()
1417 U_CAPI int32_t U_EXPORT2 ures_getSize(const UResourceBundle *resB) { in ures_getSize()
1425 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex… in ures_getStringWithAlias()
1428 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()
1437 U_CAPI void U_EXPORT2 ures_resetIterator(UResourceBundle *resB){ in ures_resetIterator()
1444 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext()
1451 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString()
1500 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fill… in ures_getNextResource()
1550 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex()
1598 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex()
1649 ures_getUTF8StringByIndex(const UResourceBundle *resB, in ures_getUTF8StringByIndex()
1663 U_CAPI UResourceBundle* U_EXPORT2
1664 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource()
1666 UResourceBundle *first = NULL; in ures_findResource()
1667 UResourceBundle *result = fillIn; in ures_findResource()
1718 U_CAPI UResourceBundle* U_EXPORT2
1719 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource()
1722 UResourceBundle *result = fillIn; in ures_findSubResource()
1746 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback()
1751 UResourceBundle stack; in ures_getStringByKeyWithFallback()
1803 U_CAPI UResourceBundle* U_EXPORT2
1804 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback()
1806 UResourceBundle *fillIn, in ures_getByKeyWithFallback()
1810 UResourceBundle *helper = NULL; in ures_getByKeyWithFallback()
1892 const UResourceBundle *bundle, ResourceDataValue &value, in getAllItemsWithFallback()
1920 UResourceBundle parentBundle; in getAllItemsWithFallback()
1934 UResourceBundle containerBundle; in getAllItemsWithFallback()
1936 const UResourceBundle *rb; in getAllItemsWithFallback()
1955 ures_getAllItemsWithFallback(const UResourceBundle *bundle, const char *path, in ures_getAllItemsWithFallback()
1962 UResourceBundle stackBundle; in ures_getAllItemsWithFallback()
1964 const UResourceBundle *rb; in ures_getAllItemsWithFallback()
1981 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey()
2034 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey()
2065 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2087 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2117 ures_getUTF8StringByKey(const UResourceBundle *resB, in ures_getUTF8StringByKey()
2134 ures_getLocaleInternal(const UResourceBundle* resourceBundle, UErrorCode* status) in ures_getLocaleInternal()
2148 ures_getLocale(const UResourceBundle* resourceBundle, in ures_getLocale()
2156 ures_getLocaleByType(const UResourceBundle* resourceBundle, in ures_getLocaleByType()
2179 U_CFUNC const char* ures_getName(const UResourceBundle* resB) { in ures_getName()
2188 U_CFUNC const char* ures_getPath(const UResourceBundle* resB) { in ures_getPath()
2197 static UResourceBundle*
2198 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, in ures_openWithType()
2227 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_openWithType()
2238 uprv_memset(r, 0, sizeof(UResourceBundle)); in ures_openWithType()
2252 U_CAPI UResourceBundle* U_EXPORT2
2257 U_CAPI UResourceBundle* U_EXPORT2
2266 U_CAPI UResourceBundle* U_EXPORT2
2277 ures_openFillIn(UResourceBundle *r, const char* path, in ures_openFillIn()
2291 ures_countArrayItems(const UResourceBundle* resourceBundle, in ures_countArrayItems()
2295 UResourceBundle resData; in ures_countArrayItems()
2328 ures_getVersionNumberInternal(const UResourceBundle *resourceBundle) in ures_getVersionNumberInternal()
2353 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2355 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2372 ures_getVersionNumber(const UResourceBundle* resourceBundle) in ures_getVersionNumber()
2377 U_CAPI void U_EXPORT2 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) { in ures_getVersion()
2393 UResourceBundle installed;
2394 UResourceBundle curr;
2420 UResourceBundle *res = &(ctx->installed); in ures_loc_nextLocale()
2421 UResourceBundle *k = NULL; in ures_loc_nextLocale()
2437 UResourceBundle *res = &((ULocalesContext *)en->context)->installed; in ures_loc_resetLocales()
2457 UResourceBundle *idx = NULL; in ures_openAvailableLocales()
2521 UResourceBundle bund1, bund2; in ures_getFunctionalEquivalent()
2522 UResourceBundle *res = NULL; in ures_getFunctionalEquivalent()
2830 UResourceBundle item; in ures_getKeywordValues()
2831 UResourceBundle subItem; in ures_getKeywordValues()
2847 UResourceBundle *bund = NULL; in ures_getKeywordValues()
2848 UResourceBundle *subPtr = NULL; in ures_getKeywordValues()
2924 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
2959 U_INTERNAL UResourceBundle* U_EXPORT2
2960 ures_clone(const UResourceBundle* res, UErrorCode* status){
2961 UResourceBundle* bundle = NULL;
2962 UResourceBundle* ret = NULL;
2975 U_INTERNAL const UResourceBundle* U_EXPORT2
2976 ures_getParentBundle(const UResourceBundle* res){
2985 ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo ver, UErrorCode *sta… in ures_getVersionByKey()