Searched refs:realData (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 110 … UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, U… in getFallbackData() argument 138 *realData = resB; in getFallbackData() 955 … const char *key, int32_t idx, UResourceDataEntry *realData, in init_resb_result() argument 1027 path = realData->fPath; /* we will be looking in the same package */ in init_resb_result() 1046 path = realData->fPath; in init_resb_result() 1215 resB->fData = realData; in init_resb_result() 2062 UResourceDataEntry *realData = NULL; in ures_getByKey() local 2080 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); in ures_getByKey() 2083 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey() 2099 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); in ures_getByKey() [all …]
|