Lines Matching refs:retVal
306 UDataMemory *retVal = NULL; in udata_findCachedData() local
320 retVal = el->item; in udata_findCachedData()
323 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, retVal); in udata_findCachedData()
325 return retVal; in udata_findCachedData()
1159 UDataMemory *retVal = NULL; in doOpenChoice() local
1303 … retVal = doLoadFromIndividualFiles(/* pkgName.data() */ "", tzFilesDir, tocEntryPathSuffix, in doOpenChoice()
1305 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1306 return retVal; in doOpenChoice()
1317 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1320 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1321 return retVal; in doOpenChoice()
1333 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffix, in doOpenChoice()
1335 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1336 return retVal; in doOpenChoice()
1347 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1350 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1351 return retVal; in doOpenChoice()
1362 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1365 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1366 return retVal; in doOpenChoice()
1380 return retVal; in doOpenChoice()