Searched refs:realData (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 108 … UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, U… in getFallbackData() argument 136 *realData = resB; in getFallbackData() 915 … const char *key, int32_t idx, UResourceDataEntry *realData, in init_resb_result() argument 987 path = realData->fPath; /* we will be looking in the same package */ in init_resb_result() 1006 path = realData->fPath; in init_resb_result() 1173 resB->fData = realData; in init_resb_result() 1982 UResourceDataEntry *realData = NULL; in ures_getByKey() local 2000 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); in ures_getByKey() 2003 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey() 2019 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); in ures_getByKey() [all …]
|