Lines Matching refs:fVersion
818 if(resB->fVersion != NULL) { in ures_closeBundle()
819 uprv_free(resB->fVersion); in ures_closeBundle()
1082 if(resB->fVersion != NULL) { in init_resb_result()
1083 uprv_free(resB->fVersion); in init_resb_result()
1130 resB->fVersion = NULL; in init_resb_result()
2134 r->fVersion = NULL; in ures_openDirect()
2194 if(resourceBundle->fVersion == NULL) { in ures_getVersionNumberInternal()
2215 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2217 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2222 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2223 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
2226 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2230 return resourceBundle->fVersion; in ures_getVersionNumberInternal()