Lines Matching refs:UResourceBundle
102 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, … in getFallbackData()
499 static void ures_setIsStackObject( UResourceBundle* resB, UBool state) { in ures_setIsStackObject()
509 static UBool ures_isStackObject(const UResourceBundle* resB) { in ures_isStackObject()
514 U_CFUNC void ures_initStackObject(UResourceBundle* resB) { in ures_initStackObject()
515 uprv_memset(resB, 0, sizeof(UResourceBundle)); in ures_initStackObject()
773 static void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCo… in ures_appendResPath()
803 static void ures_freeResPath(UResourceBundle *resB) { in ures_freeResPath()
812 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) in ures_closeBundle()
829 uprv_memset(resB, -1, sizeof(UResourceBundle)); in ures_closeBundle()
836 ures_close(UResourceBundle* resB) in ures_close()
841 static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, in init_resb_result()
843 const UResourceBundle *parent, int32_t noAlias, in init_resb_result()
844 UResourceBundle *resB, UErrorCode *status) in init_resb_result()
940 UResourceBundle *result = resB; in init_resb_result()
943 UResourceBundle *mainRes = ures_openDirect(path, locale, &intStatus); in init_resb_result()
1069 resB = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in init_resb_result()
1138 UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *sta… in ures_copyResb()
1146 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_copyResb()
1156 uprv_memcpy(r, original, sizeof(UResourceBundle)); in ures_copyResb()
1174 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString()
1253 ures_getUTF8String(const UResourceBundle *resB, in ures_getUTF8String()
1262 U_CAPI const uint8_t* U_EXPORT2 ures_getBinary(const UResourceBundle* resB, int32_t* len, in ures_getBinary()
1279 U_CAPI const int32_t* U_EXPORT2 ures_getIntVector(const UResourceBundle* resB, int32_t* len, in ures_getIntVector()
1298 U_CAPI int32_t U_EXPORT2 ures_getInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getInt()
1313 U_CAPI uint32_t U_EXPORT2 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) { in ures_getUInt()
1328 U_CAPI UResType U_EXPORT2 ures_getType(const UResourceBundle *resB) { in ures_getType()
1335 U_CAPI const char * U_EXPORT2 ures_getKey(const UResourceBundle *resB) { in ures_getKey()
1343 U_CAPI int32_t U_EXPORT2 ures_getSize(const UResourceBundle *resB) { in ures_getSize()
1351 static const UChar* ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex… in ures_getStringWithAlias()
1354 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias()
1363 U_CAPI void U_EXPORT2 ures_resetIterator(UResourceBundle *resB){ in ures_resetIterator()
1370 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext()
1377 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString()
1425 U_CAPI UResourceBundle* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fill… in ures_getNextResource()
1475 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, URes… in ures_getByIndex()
1523 U_CAPI const UChar* U_EXPORT2 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, in… in ures_getStringByIndex()
1574 ures_getUTF8StringByIndex(const UResourceBundle *resB, in ures_getUTF8StringByIndex()
1588 U_CAPI UResourceBundle* U_EXPORT2
1589 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource()
1591 UResourceBundle *first = NULL; in ures_findResource()
1592 UResourceBundle *result = fillIn; in ures_findResource()
1643 U_CAPI UResourceBundle* U_EXPORT2
1644 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource()
1647 UResourceBundle *result = fillIn; in ures_findSubResource()
1671 ures_getStringByKeyWithFallback(const UResourceBundle *resB, in ures_getStringByKeyWithFallback()
1676 UResourceBundle stack; in ures_getStringByKeyWithFallback()
1685 U_CAPI UResourceBundle* U_EXPORT2
1686 ures_getByKeyWithFallback(const UResourceBundle *resB, in ures_getByKeyWithFallback()
1688 UResourceBundle *fillIn, in ures_getByKeyWithFallback()
1693 UResourceBundle *helper = NULL; in ures_getByKeyWithFallback()
1768 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey()
1822 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey()
1854 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
1876 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
1906 ures_getUTF8StringByKey(const UResourceBundle *resB, in ures_getUTF8StringByKey()
1923 ures_getLocaleInternal(const UResourceBundle* resourceBundle, UErrorCode* status) in ures_getLocaleInternal()
1937 ures_getLocale(const UResourceBundle* resourceBundle, in ures_getLocale()
1945 ures_getLocaleByType(const UResourceBundle* resourceBundle, in ures_getLocaleByType()
1969 U_CFUNC const char* ures_getName(const UResourceBundle* resB) { in ures_getName()
1978 U_CFUNC const char* ures_getPath(const UResourceBundle* resB) { in ures_getPath()
1995 ures_openFillIn(UResourceBundle *r, const char* path, in ures_openFillIn()
2004 uprv_memset(r, 0, sizeof(UResourceBundle)); in ures_openFillIn()
2026 U_CAPI UResourceBundle* U_EXPORT2
2033 UResourceBundle *r; in ures_open()
2046 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_open()
2052 uprv_memset(r, 0, sizeof(UResourceBundle)); in ures_open()
2099 U_CAPI UResourceBundle* U_EXPORT2
2101 UResourceBundle *r; in ures_openDirect()
2108 r = (UResourceBundle *)uprv_malloc(sizeof(UResourceBundle)); in ures_openDirect()
2153 ures_countArrayItems(const UResourceBundle* resourceBundle, in ures_countArrayItems()
2157 UResourceBundle resData; in ures_countArrayItems()
2190 ures_getVersionNumberInternal(const UResourceBundle *resourceBundle) in ures_getVersionNumberInternal()
2215 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2217 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2234 ures_getVersionNumber(const UResourceBundle* resourceBundle) in ures_getVersionNumber()
2239 U_CAPI void U_EXPORT2 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) { in ures_getVersion()
2255 UResourceBundle installed;
2256 UResourceBundle curr;
2279 UResourceBundle *res = &(ctx->installed); in ures_loc_nextLocale()
2280 UResourceBundle *k = NULL; in ures_loc_nextLocale()
2296 UResourceBundle *res = &((ULocalesContext *)en->context)->installed; in ures_loc_resetLocales()
2315 UResourceBundle *idx = NULL; in ures_openAvailableLocales()
2379 UResourceBundle bund1, bund2; in ures_getFunctionalEquivalent()
2380 UResourceBundle *res = NULL; in ures_getFunctionalEquivalent()
2688 UResourceBundle item; in ures_getKeywordValues()
2689 UResourceBundle subItem; in ures_getKeywordValues()
2705 UResourceBundle *bund = NULL; in ures_getKeywordValues()
2706 UResourceBundle *subPtr = NULL; in ures_getKeywordValues()
2779 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
2814 U_INTERNAL UResourceBundle* U_EXPORT2
2815 ures_clone(const UResourceBundle* res, UErrorCode* status){
2816 UResourceBundle* bundle = NULL;
2817 UResourceBundle* ret = NULL;
2830 U_INTERNAL const UResourceBundle* U_EXPORT2
2831 ures_getParentBundle(const UResourceBundle* res){
2840 ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo ver, UErrorCode *sta… in ures_getVersionByKey()