Searched refs:resB (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Duresbund.c103 UResourceDataEntry *resB = resBundle->fData; local
107 if(resB != NULL) {
108 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
109 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
113 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
114 resB = resB->fParent;
115 if(resB->fBogus == U_ZERO_ERROR) {
117 *res = res_getTableItemByKey(&(resB
168 UResourceDataEntry *resB; local
223 UResourceDataEntry *resB; local
496 ures_setIsStackObject( UResourceBundle* resB, UBool state) argument
506 ures_isStackObject(const UResourceBundle* resB) argument
511 ures_initStackObject(UResourceBundle* resB) argument
700 entryCloseInt(UResourceDataEntry *resB) argument
733 entryClose(UResourceDataEntry *resB) argument
756 ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) argument
786 ures_freeResPath(UResourceBundle *resB) argument
795 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) argument
819 ures_close(UResourceBundle* resB) argument
824 init_resb_result(const ResourceData *rdata, Resource r, const char *key, int32_t idx, UResourceDataEntry *realData, const UResourceBundle *parent, int32_t noAlias, UResourceBundle *resB, UErrorCode *status) argument
1157 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1236 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1245 ures_getBinary(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1262 ures_getIntVector(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1281 ures_getInt(const UResourceBundle* resB, UErrorCode *status) argument
1296 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) argument
1311 ures_getType(const UResourceBundle *resB) argument
1318 ures_getKey(const UResourceBundle *resB) argument
1326 ures_getSize(const UResourceBundle *resB) argument
1334 ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex, int32_t *len, UErrorCode *status) argument
1346 ures_resetIterator(UResourceBundle *resB) argument
1353 ures_hasNext(const UResourceBundle *resB) argument
1360 ures_getNextString(UResourceBundle *resB, int32_t* len, const char ** key, UErrorCode *status) argument
1408 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) argument
1458 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) argument
1506 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) argument
1557 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1627 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1654 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
1669 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1751 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1805 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
1889 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1952 ures_getName(const UResourceBundle* resB) argument
1961 ures_getPath(const UResourceBundle* resB) argument
2222 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) argument
[all...]
H A Duresimp.h90 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
93 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
95 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
102 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
103 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
104 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
146 ures_findSubResource(const UResourceBundle *resB,
190 * @param resB a resource
202 ures_getByKeyWithFallback(const UResourceBundle *resB,
214 * @param resB
[all...]
H A Duscript.c53 UResourceBundle* resB = ures_open(NULL,nameOrAbbrOrLocale,&localErrorCode); local
55 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode);
70 ures_close(resB);
79 ures_close(resB);
/external/icu4c/common/unicode/
H A Dures.h278 * @param resB The resource bundle for which the version is checked.
284 ures_getVersion(const UResourceBundle* resB,
386 * @param resB Resource bundle.
414 ures_getUTF8String(const UResourceBundle *resB,
651 * @param resB Resource bundle.
680 ures_getUTF8StringByIndex(const UResourceBundle *resB,
708 * @param resB a resource
717 ures_getStringByKey(const UResourceBundle *resB,
744 * @param resB Resource bundle.
773 ures_getUTF8StringByKey(const UResourceBundle *resB,
795 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) argument
814 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) argument
833 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) argument
853 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) argument
[all...]
/external/icu4c/test/cintltst/
H A Dcreststn.h28 tres_getString(const UResourceBundle *resB,
H A Dcreststn.c382 UResourceBundle* resB; local
432 resB = ures_open(testdatapath, "iscii", &error);
433 srcFromRes=tres_getString(resB,-1,"str",&len,&error);
440 ures_close(resB);
455 ures_close(resB);
655 UResourceBundle* resB = NULL; local
660 resB = ures_getByKey(theBundle, "collations", resB, &status);
661 resB = ures_getByKey(resB, "standar
1379 UResourceBundle* resB = NULL; local
1417 UResourceBundle* resB = NULL; local
2819 tres_getString(const UResourceBundle *resB, int32_t index, const char *key, int32_t *length, UErrorCode *status) argument
[all...]

Completed in 99 milliseconds