Lines Matching refs:realData
103 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) {
131 *realData = resB;
836 const char *key, int32_t idx, UResourceDataEntry *realData,
908 path = realData->fPath; /* we will be looking in the same package */
927 path = realData->fPath;
1094 resB->fData = realData;
1721 /*UResourceDataEntry *realData = NULL;*/
1772 /*const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);*/
1799 UResourceDataEntry *realData = NULL;
1817 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1820 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status);
1836 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1838 return init_resb_result(rd, res, key, realData, resB, fillIn, status);
1852 UResourceDataEntry *realData = NULL;
1872 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1918 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);