Home | History | Annotate | Download | only in common

Lines Matching full:realdata

102 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) {
130 *realData = resB;
825 const char *key, int32_t idx, UResourceDataEntry *realData,
897 path = realData->fPath; /* we will be looking in the same package */
916 path = realData->fPath;
1083 resB->fData = realData;
1674 /*UResourceDataEntry *realData = NULL;*/
1726 /*const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);*/
1753 UResourceDataEntry *realData = NULL;
1772 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1775 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status);
1791 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1793 return init_resb_result(rd, res, key, realData, resB, fillIn, status);
1807 UResourceDataEntry *realData = NULL;
1828 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1874 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);