Home | History | Annotate | Download | only in common

Lines Matching refs:realData

105 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) {
133 *realData = resB;
826 const char *key, int32_t idx, UResourceDataEntry *realData,
898 path = realData->fPath; /* we will be looking in the same package */
917 path = realData->fPath;
1084 resB->fData = realData;
1718 /*UResourceDataEntry *realData = NULL;*/
1769 /*const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);*/
1796 UResourceDataEntry *realData = NULL;
1814 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1817 return init_resb_result(rd, res, key, -1, realData
1833 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1835 return init_resb_result(rd, res, key, realData, resB, fillIn, status);
1849 UResourceDataEntry *realData = NULL;
1869 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);
1915 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status);