• Home
  • Raw
  • Download

Lines Matching refs:UResourceBundle

108 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, …  in getFallbackData()
495 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject()
505 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject()
510 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject()
511 uprv_memset(resB, 0, sizeof(UResourceBundle)); in ures_initStackObject()
877 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
907 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
916 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) in ures_closeBundle()
933 uprv_memset(resB, -1, sizeof(UResourceBundle)); in ures_closeBundle()
940 ures_close(UResourceBundle* resB) in ures_close()
945 static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, in init_resb_result()
947 const UResourceBundle *parent, int32_t noAlias, in init_resb_result()
948 UResourceBundle *resB, UErrorCode *status) in init_resb_result()
1044 UResourceBundle *result = resB; in init_resb_result()
1047 UResourceBundle *mainRes = ures_openDirect(path, locale, &intStatus); in init_resb_result()
1174 resB = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in init_resb_result()
1243 UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *sta… in ures_copyResb()
1251 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_copyResb()
1261 uprv_memcpy(r, original, sizeof(UResourceBundle)); in ures_copyResb()
1279 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString()
1358 ures_getUTF8String(const UResourceBundle *resB, in ures_getUTF8String()
1367 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, in ures_getBinary()
1384 U_CAPI const int32_t* U_EXPORT2 ures_getIntVector(const UResourceBundle* resB, int32_t* len, in ures_getIntVector()
1403 U_CAPI int32_t U_EXPORT2 ures_getInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getInt()
1418 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt()
1433 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType()
1440 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey()
1448 U_CAPI int32_t U_EXPORT2 ures_getSize(const UResourceBundle *resB) { in ures_getSize()
1456 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex… in ures_getStringWithAlias()
1459 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()
1468 U_CAPI void U_EXPORT2 ures_resetIterator(UResourceBundle *resB){ in ures_resetIterator()
1475 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext()
1482 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString()
1531 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fill… in ures_getNextResource()
1581 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex()
1629 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex()
1680 ures_getUTF8StringByIndex(const UResourceBundle *resB, in ures_getUTF8StringByIndex()
1694 U_CAPI UResourceBundle* U_EXPORT2
1695 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource()
1697 UResourceBundle *first = NULL; in ures_findResource()
1698 UResourceBundle *result = fillIn; in ures_findResource()
1749 U_CAPI UResourceBundle* U_EXPORT2
1750 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource()
1753 UResourceBundle *result = fillIn; in ures_findSubResource()
1777 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback()
1782 UResourceBundle stack; in ures_getStringByKeyWithFallback()
1834 U_CAPI UResourceBundle* U_EXPORT2
1835 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback()
1837 UResourceBundle *fillIn, in ures_getByKeyWithFallback()
1841 UResourceBundle *helper = NULL; in ures_getByKeyWithFallback()
1923 const UResourceBundle *bundle, ResourceDataValue &value, in getAllItemsWithFallback()
1951 UResourceBundle parentBundle; in getAllItemsWithFallback()
1965 UResourceBundle containerBundle; in getAllItemsWithFallback()
1967 const UResourceBundle *rb; in getAllItemsWithFallback()
1986 ures_getAllItemsWithFallback(const UResourceBundle *bundle, const char *path, in ures_getAllItemsWithFallback()
1993 UResourceBundle stackBundle; in ures_getAllItemsWithFallback()
1995 const UResourceBundle *rb; in ures_getAllItemsWithFallback()
2012 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey()
2065 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey()
2096 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2118 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2148 ures_getUTF8StringByKey(const UResourceBundle *resB, in ures_getUTF8StringByKey()
2165 ures_getLocaleInternal(const UResourceBundle* resourceBundle, UErrorCode* status) in ures_getLocaleInternal()
2179 ures_getLocale(const UResourceBundle* resourceBundle, in ures_getLocale()
2187 ures_getLocaleByType(const UResourceBundle* resourceBundle, in ures_getLocaleByType()
2210 U_CFUNC const char* ures_getName(const UResourceBundle* resB) { in ures_getName()
2219 U_CFUNC const char* ures_getPath(const UResourceBundle* resB) { in ures_getPath()
2228 static UResourceBundle*
2229 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, in ures_openWithType()
2258 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_openWithType()
2269 uprv_memset(r, 0, sizeof(UResourceBundle)); in ures_openWithType()
2283 U_CAPI UResourceBundle* U_EXPORT2
2288 U_CAPI UResourceBundle* U_EXPORT2
2297 U_CAPI UResourceBundle* U_EXPORT2
2308 ures_openFillIn(UResourceBundle *r, const char* path, in ures_openFillIn()
2322 ures_countArrayItems(const UResourceBundle* resourceBundle, in ures_countArrayItems()
2326 UResourceBundle resData; in ures_countArrayItems()
2359 ures_getVersionNumberInternal(const UResourceBundle *resourceBundle) in ures_getVersionNumberInternal()
2384 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2386 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2403 ures_getVersionNumber(const UResourceBundle* resourceBundle) in ures_getVersionNumber()
2408 U_CAPI void U_EXPORT2 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) { in ures_getVersion()
2424 UResourceBundle installed;
2425 UResourceBundle curr;
2451 UResourceBundle *res = &(ctx->installed); in ures_loc_nextLocale()
2452 UResourceBundle *k = NULL; in ures_loc_nextLocale()
2468 UResourceBundle *res = &((ULocalesContext *)en->context)->installed; in ures_loc_resetLocales()
2488 UResourceBundle *idx = NULL; in ures_openAvailableLocales()
2552 UResourceBundle bund1, bund2; in ures_getFunctionalEquivalent()
2553 UResourceBundle *res = NULL; in ures_getFunctionalEquivalent()
2861 UResourceBundle item; in ures_getKeywordValues()
2862 UResourceBundle subItem; in ures_getKeywordValues()
2878 UResourceBundle *bund = NULL; in ures_getKeywordValues()
2879 UResourceBundle *subPtr = NULL; in ures_getKeywordValues()
2955 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
2990 U_INTERNAL UResourceBundle* U_EXPORT2
2991 ures_clone(const UResourceBundle* res, UErrorCode* status){
2992 UResourceBundle* bundle = NULL;
2993 UResourceBundle* ret = NULL;
3006 U_INTERNAL const UResourceBundle* U_EXPORT2
3007 ures_getParentBundle(const UResourceBundle* res){
3016 ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo ver, UErrorCode *sta… in ures_getVersionByKey()