Lines Matching refs:fVersion
940 if(resB->fVersion != NULL) { in ures_closeBundle()
941 uprv_free(resB->fVersion); in ures_closeBundle()
1206 if(resB->fVersion != NULL) { in init_resb_result()
1207 uprv_free(resB->fVersion); in init_resb_result()
1254 resB->fVersion = NULL; in init_resb_result()
2439 if(resourceBundle->fVersion == NULL) { in ures_getVersionNumberInternal()
2460 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2462 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2467 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2468 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
2471 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2475 return resourceBundle->fVersion; in ures_getVersionNumberInternal()