Home | History | Annotate | Download | only in common

Lines Matching full:fdata

103     UResourceDataEntry *resB = resBundle->fData;
109 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
117 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
131 return (&(resB->fData));
145 res_unload(&(entry->fData));
380 res_load(&(r->fData), r->fPath, r->fName, status);
388 if (r->fData.usesPoolBundle) {
391 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
392 if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
393 r->fData.poolBundleKeys = (const char *)(poolIndexes + (poolIndexes[URES_INDEX_LENGTH] & 0xff));
404 aliasres = res_getResource(&(r->fData), "%%ALIAS");
406 const UChar *alias = res_getString(&(r->fData), aliasres, &aliasLen);
454 (poolBundle == NULL || poolBundle->fBogus != U_ZERO_ERROR || !poolBundle->fData.isPoolBundle)
579 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
580 if ( res_getResource(&t1->fData,"%%Parent") != RES_BOGUS) { /* An explicit parent was found */
582 const UChar *parentLocaleName = res_getString(&(t1->fData), res_getResource(&t1->fData,"%%Parent") , &parentLocaleLen);
630 if ( res_getResource(&t1->fData,"%%Parent") != RES_BOGUS) { /* An explicit parent was found */
632 const UChar *parentLocaleName = res_getString(&(t1->fData), res_getResource(&t1->fData,"%%Parent") , &parentLocaleLen);
649 if ( res_getResource(&t1->fData,"%%ParentIsRoot") == RES_BOGUS) {
671 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && t1->fParent == NULL && !r->fData.noFallback) {
730 res_unload(&(resB->fData));
815 if(resB->fData != NULL) {
816 entryClose(resB->fData);
993 result = init_resb_result(&(mainRes->fResData), r, temp, -1, mainRes->fData, mainRes, noAlias+1, resB, status);
1006 UResourceDataEntry *dataEntry = mainRes->fData;
1020 r = dataEntry->fData.rootRes;
1023 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp);
1025 resB = init_resb_result(&(dataEntry->fData), r, temp, -1, dataEntry, result, noAlias+1, resB, status);
1029 dataEntry = result->fData;
1079 if(resB->fData != NULL) {
1080 entryClose(resB->fData);
1100 resB->fData = realData;
1101 entryIncrease(resB->fData);
1163 if(r->fData != NULL) {
1164 entryIncrease(r->fData);
1458 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1465 return init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status);
1504 return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status);
1511 return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status);
1660 result = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status);
1709 UResourceDataEntry *dataEntry = resB->fData;
1717 rootRes = dataEntry->fData.rootRes;
1725 res = res_findResource(&(dataEntry->fData), rootRes, &myPath, &key);
1728 helper = init_resb_result(&(dataEntry->fData), res, NULL, -1, dataEntry, resB, 0, helper, status);
1729 /*helper = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, helper, status);*/
1731 dataEntry = helper->fData;
1752 fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status);
1757 fillIn = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status);
1800 return init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status);
1932 return resourceBundle->fData->fName;
1957 return resourceBundle->fData->fName;
1974 return resB->fData->fName;
1983 return resB->fData->fPath;
2009 r->fData = entryOpen(path, localeID, status);
2014 firstData = r->fData;
2018 uprv_memcpy(&r->fResData, &firstData->fData, sizeof(ResourceData));
2022 r->fTopLevelData = r->fData;
2057 r->fData = entryOpen(path, canonLocaleID, status);
2062 r->fTopLevelData = r->fData;
2064 hasData = r->fData;
2070 entryClose(r->fData);
2077 uprv_memcpy(&r->fResData, &hasData->fData, sizeof(ResourceData));
2082 if(r->fData->fPath != NULL) {
2083 ures_setResPath(r, r->fData->fPath);
2085 ures_appendResPath(r, r->fData->fName);
2087 ures_setResPath(r, r->fData->fName);
2118 r->fData = entryOpen(path, localeID, &subStatus);
2124 if(subStatus != U_ZERO_ERROR /*r->fData->fBogus != U_ZERO_ERROR*/) {
2127 entryClose(r->fData);
2135 uprv_memcpy(&r->fResData, &r->fData->fData, sizeof(ResourceData));
2143 r->fTopLevelData = r->fData;
2790 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
2793 fData->fPath == NULL|| res2->fData->fPath==NULL){
2794 return (res1->fData->fPath == res2->fData->fPath);
2796 if(uprv_strcmp(res1->fData->fPath, res2->fData->fPath)!=0){
2800 if(uprv_strcmp(res1->fData->fParent->fName, res2->fData->fParent->fName)!=0){
2803 if(uprv_strcmp(res1->fData->fParent->fPath, res2->fData->fParent->fPath)!=0){
2821 bundle = ures_open(res->fData->fPath, res->fData->fName, status);