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

/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp106 UResourceDataEntry *resB = resBundle->fData; local
110 if(resB != NULL) {
111 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
112 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
116 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
117 resB = resB->fParent;
118 if(resB->fBogus == U_ZERO_ERROR) {
120 *res = res_getTableItemByKey(&(resB
171 UResourceDataEntry *resB; local
226 UResourceDataEntry *resB; local
484 ures_setIsStackObject( UResourceBundle* resB, UBool state) argument
494 ures_isStackObject(const UResourceBundle* resB) argument
499 ures_initStackObject(UResourceBundle* resB) argument
701 entryCloseInt(UResourceDataEntry *resB) argument
734 entryClose(UResourceDataEntry *resB) argument
757 ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) argument
787 ures_freeResPath(UResourceBundle *resB) argument
796 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) argument
820 ures_close(UResourceBundle* resB) argument
825 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
1158 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1237 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1246 ures_getBinary(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1263 ures_getIntVector(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1282 ures_getInt(const UResourceBundle* resB, UErrorCode *status) argument
1297 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) argument
1312 ures_getType(const UResourceBundle *resB) argument
1319 ures_getKey(const UResourceBundle *resB) argument
1327 ures_getSize(const UResourceBundle *resB) argument
1335 ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex, int32_t *len, UErrorCode *status) argument
1347 ures_resetIterator(UResourceBundle *resB) argument
1354 ures_hasNext(const UResourceBundle *resB) argument
1361 ures_getNextString(UResourceBundle *resB, int32_t* len, const char ** key, UErrorCode *status) argument
1409 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) argument
1459 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) argument
1507 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) argument
1558 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1628 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1655 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
1713 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1794 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1847 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
1930 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1993 ures_getName(const UResourceBundle* resB) argument
2002 ures_getPath(const UResourceBundle* resB) argument
2270 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) argument
[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);
H A Duresimp.h92 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
95 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
97 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
104 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
105 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
106 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
146 ures_findSubResource(const UResourceBundle *resB,
188 * @param resB a resource
199 ures_getByKeyWithFallback(const UResourceBundle *resB,
211 * @param resB
[all...]
/external/icu/icu4c/source/common/
H A Duresbund.cpp106 UResourceDataEntry *resB = resBundle->fData; local
110 if(resB != NULL) {
111 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
112 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
116 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
117 resB = resB->fParent;
118 if(resB->fBogus == U_ZERO_ERROR) {
120 *res = res_getTableItemByKey(&(resB
171 UResourceDataEntry *resB; local
226 UResourceDataEntry *resB; local
484 ures_setIsStackObject( UResourceBundle* resB, UBool state) argument
494 ures_isStackObject(const UResourceBundle* resB) argument
499 ures_initStackObject(UResourceBundle* resB) argument
701 entryCloseInt(UResourceDataEntry *resB) argument
734 entryClose(UResourceDataEntry *resB) argument
757 ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) argument
787 ures_freeResPath(UResourceBundle *resB) argument
796 ures_closeBundle(UResourceBundle* resB, UBool freeBundleObj) argument
820 ures_close(UResourceBundle* resB) argument
825 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
1158 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1237 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1246 ures_getBinary(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1263 ures_getIntVector(const UResourceBundle* resB, int32_t* len, UErrorCode* status) argument
1282 ures_getInt(const UResourceBundle* resB, UErrorCode *status) argument
1297 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) argument
1312 ures_getType(const UResourceBundle *resB) argument
1319 ures_getKey(const UResourceBundle *resB) argument
1327 ures_getSize(const UResourceBundle *resB) argument
1335 ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex, int32_t *len, UErrorCode *status) argument
1347 ures_resetIterator(UResourceBundle *resB) argument
1354 ures_hasNext(const UResourceBundle *resB) argument
1361 ures_getNextString(UResourceBundle *resB, int32_t* len, const char ** key, UErrorCode *status) argument
1409 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) argument
1459 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) argument
1507 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) argument
1558 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1628 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) argument
1655 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
1713 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1794 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument
1847 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument
1930 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) argument
1993 ures_getName(const UResourceBundle* resB) argument
2002 ures_getPath(const UResourceBundle* resB) argument
2270 ures_getVersion(const UResourceBundle* resB, UVersionInfo versionInfo) argument
[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);
H A Duresimp.h92 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
95 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
97 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
104 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/
105 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/
106 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/
146 ures_findSubResource(const UResourceBundle *resB,
188 * @param resB a resource
199 ures_getByKeyWithFallback(const UResourceBundle *resB,
211 * @param resB
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h282 * @param resB The resource bundle for which the version is checked.
288 ures_getVersion(const UResourceBundle* resB,
393 * @param resB Resource bundle.
421 ures_getUTF8String(const UResourceBundle *resB,
658 * @param resB Resource bundle.
687 ures_getUTF8StringByIndex(const UResourceBundle *resB,
715 * @param resB a resource
724 ures_getStringByKey(const UResourceBundle *resB,
751 * @param resB Resource bundle.
780 ures_getUTF8StringByKey(const UResourceBundle *resB,
802 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) argument
821 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) argument
840 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) argument
860 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dures.h283 * @param resB The resource bundle for which the version is checked.
289 ures_getVersion(const UResourceBundle* resB,
394 * @param resB Resource bundle.
422 ures_getUTF8String(const UResourceBundle *resB,
659 * @param resB Resource bundle.
688 ures_getUTF8StringByIndex(const UResourceBundle *resB,
716 * @param resB a resource
725 ures_getStringByKey(const UResourceBundle *resB,
752 * @param resB Resource bundle.
781 ures_getUTF8StringByKey(const UResourceBundle *resB,
803 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) argument
822 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) argument
841 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) argument
861 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.h28 tres_getString(const UResourceBundle *resB,
H A Dcreststn.c375 UResourceBundle* resB; local
425 resB = ures_open(testdatapath, "iscii", &error);
426 srcFromRes=tres_getString(resB,-1,"str",&len,&error);
433 ures_close(resB);
448 ures_close(resB);
648 UResourceBundle* resB = NULL; local
653 resB = ures_getByKey(theBundle, "collations", resB, &status);
654 resB = ures_getByKey(resB, "standar
1376 UResourceBundle* resB = NULL; local
1414 UResourceBundle* resB = NULL; local
2864 tres_getString(const UResourceBundle *resB, int32_t idx, const char *key, int32_t *length, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.h28 tres_getString(const UResourceBundle *resB,
H A Dcreststn.c377 UResourceBundle* resB; local
427 resB = ures_open(testdatapath, "iscii", &error);
428 srcFromRes=tres_getString(resB,-1,"str",&len,&error);
435 ures_close(resB);
450 ures_close(resB);
650 UResourceBundle* resB = NULL; local
655 resB = ures_getByKey(theBundle, "collations", resB, &status);
656 resB = ures_getByKey(resB, "standar
1376 UResourceBundle* resB = NULL; local
1415 UResourceBundle* resB = NULL; local
2869 tres_getString(const UResourceBundle *resB, int32_t idx, const char *key, int32_t *length, UErrorCode *status) argument
[all...]

Completed in 2140 milliseconds