Lines Matching refs:retVal
298 UDataMemory *retVal = NULL; in udata_findCachedData() local
312 retVal = el->item; in udata_findCachedData()
315 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, retVal); in udata_findCachedData()
317 return retVal; in udata_findCachedData()
1129 UDataMemory *retVal = NULL; in doOpenChoice() local
1267 … retVal = doLoadFromIndividualFiles(/* pkgName.data() */ "", tzFilesDir, tocEntryPathSuffix, in doOpenChoice()
1269 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1270 return retVal; in doOpenChoice()
1281 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1284 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1285 return retVal; in doOpenChoice()
1297 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffix, in doOpenChoice()
1299 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1300 return retVal; in doOpenChoice()
1311 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1314 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1315 return retVal; in doOpenChoice()
1326 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1329 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1330 return retVal; in doOpenChoice()
1344 return retVal; in doOpenChoice()