Lines Matching refs:fVersion
888 if(resB->fVersion != NULL) { in ures_closeBundle()
889 uprv_free(resB->fVersion); in ures_closeBundle()
1152 if(resB->fVersion != NULL) { in init_resb_result()
1153 uprv_free(resB->fVersion); in init_resb_result()
1200 resB->fVersion = NULL; in init_resb_result()
2236 if(resourceBundle->fVersion == NULL) { in ures_getVersionNumberInternal()
2257 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2259 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2264 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2265 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
2268 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2272 return resourceBundle->fVersion; in ures_getVersionNumberInternal()