• Home
  • Raw
  • Download

Lines Matching refs:UResourceBundle

120         const UResourceBundle *resBundle,  in getFallbackData()
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()
521 uprv_memset(resB, 0, sizeof(UResourceBundle)); in ures_initStackObject()
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()
965 uprv_memset(resB, -1, sizeof(UResourceBundle)); in ures_closeBundle()
972 ures_close(UResourceBundle* resB) in ures_close()
979 UResourceBundle *init_resb_result(
983 UResourceBundle *resB, UErrorCode *status);
988 UResourceBundle *getAliasTargetAsResourceBundle( in getAliasTargetAsResourceBundle()
992 UResourceBundle *resB, UErrorCode *status) { in getAliasTargetAsResourceBundle()
1211 UResourceBundle *init_resb_result( in init_resb_result()
1215 UResourceBundle *resB, UErrorCode *status) { in init_resb_result()
1235 resB = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in init_resb_result()
1302 UResourceBundle *init_resb_result( in init_resb_result()
1305 const UResourceBundle *container, in init_resb_result()
1306 UResourceBundle *resB, UErrorCode *status) { in init_resb_result()
1314 UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *sta… in ures_copyResb()
1322 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_copyResb()
1332 uprv_memcpy(r, original, sizeof(UResourceBundle)); in ures_copyResb()
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()
1538 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); 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()
1773 U_CAPI UResourceBundle* U_EXPORT2
1774 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource()
1776 UResourceBundle *first = NULL; in ures_findResource()
1777 UResourceBundle *result = fillIn; in ures_findResource()
1828 U_CAPI UResourceBundle* U_EXPORT2
1829 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource()
1832 UResourceBundle *result = fillIn; in ures_findSubResource()
1856 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback()
1861 UResourceBundle stack; in ures_getStringByKeyWithFallback()
1986 U_CAPI UResourceBundle* U_EXPORT2
1987 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback()
1989 UResourceBundle *fillIn, in ures_getByKeyWithFallback()
1992 UResourceBundle *helper = NULL; in ures_getByKeyWithFallback()
2103 const UResourceBundle *bundle, ResourceDataValue &value, in getAllItemsWithFallback()
2132 UResourceBundle &parentRef = parentBundle.ref(); in getAllItemsWithFallback()
2144 const UResourceBundle *rb; in getAllItemsWithFallback()
2173UResourceBundle* aliasRB = getAliasTargetAsResourceBundle(rdv.getData(), rdv.getResource(), nullpt… in put()
2195 ures_getAllChildrenWithFallback(const UResourceBundle *bundle, const char *path, in ures_getAllChildrenWithFallback()
2213 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, in ures_getValueWithFallback()
2214 UResourceBundle *tempFillIn, in ures_getValueWithFallback()
2221 const UResourceBundle *rb; in ures_getValueWithFallback()
2237 ures_getAllItemsWithFallback(const UResourceBundle *bundle, const char *path, in ures_getAllItemsWithFallback()
2245 const UResourceBundle *rb; in ures_getAllItemsWithFallback()
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()
2344 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2366 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2397 ures_getUTF8StringByKey(const UResourceBundle *resB, in ures_getUTF8StringByKey()
2414 ures_getLocaleInternal(const UResourceBundle* resourceBundle, UErrorCode* status) in ures_getLocaleInternal()
2428 ures_getLocale(const UResourceBundle* resourceBundle, in ures_getLocale()
2436 ures_getLocaleByType(const UResourceBundle* resourceBundle, in ures_getLocaleByType()
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()
2477 static UResourceBundle*
2478 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, in ures_openWithType()
2507 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_openWithType()
2518 uprv_memset(r, 0, sizeof(UResourceBundle)); in ures_openWithType()
2533 U_CAPI UResourceBundle* U_EXPORT2
2538 U_CAPI UResourceBundle* U_EXPORT2
2547 U_CAPI UResourceBundle* U_EXPORT2
2560 ures_openFillIn(UResourceBundle *r, const char* path, in ures_openFillIn()
2573 ures_openDirectFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* statu… in ures_openDirectFillIn()
2586 ures_countArrayItems(const UResourceBundle* resourceBundle, in ures_countArrayItems()
2590 UResourceBundle resData; in ures_countArrayItems()
2623 ures_getVersionNumberInternal(const UResourceBundle *resourceBundle) in ures_getVersionNumberInternal()
2648 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2650 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2667 ures_getVersionNumber(const UResourceBundle* resourceBundle) in ures_getVersionNumber()
2672 U_CAPI void U_EXPORT2 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) { in ures_getVersion()
2688 UResourceBundle installed;
2689 UResourceBundle curr;
2715 UResourceBundle *res = &(ctx->installed); in ures_loc_nextLocale()
2716 UResourceBundle *k = NULL; in ures_loc_nextLocale()
2732 UResourceBundle *res = &((ULocalesContext *)en->context)->installed; in ures_loc_resetLocales()
2752 UResourceBundle *idx = NULL; in ures_openAvailableLocales()
2816 UResourceBundle bund1, bund2; in ures_getFunctionalEquivalent()
2817 UResourceBundle *res = NULL; in ures_getFunctionalEquivalent()
3125 UResourceBundle item; in ures_getKeywordValues()
3126 UResourceBundle subItem; in ures_getKeywordValues()
3142 UResourceBundle *bund = NULL; in ures_getKeywordValues()
3143 UResourceBundle *subPtr = NULL; in ures_getKeywordValues()
3219 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
3254 U_CAPI UResourceBundle* U_EXPORT2
3255 ures_clone(const UResourceBundle* res, UErrorCode* status){
3256 UResourceBundle* bundle = NULL;
3257 UResourceBundle* ret = NULL;
3270 U_CAPI const UResourceBundle* U_EXPORT2
3271 ures_getParentBundle(const UResourceBundle* res){
3280 ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo ver, UErrorCode *sta… in ures_getVersionByKey()