Lines Matching refs:fVersion
922 if(resB->fVersion != NULL) { in ures_closeBundle()
923 uprv_free(resB->fVersion); in ures_closeBundle()
1187 if(resB->fVersion != NULL) { in init_resb_result()
1188 uprv_free(resB->fVersion); in init_resb_result()
1235 resB->fVersion = NULL; in init_resb_result()
2363 if(resourceBundle->fVersion == NULL) { in ures_getVersionNumberInternal()
2384 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2386 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2391 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2392 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
2395 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2399 return resourceBundle->fVersion; in ures_getVersionNumberInternal()