Lines Matching refs:fVersion
811 if(resB->fVersion != NULL) { in ures_closeBundle()
812 uprv_free(resB->fVersion); in ures_closeBundle()
1075 if(resB->fVersion != NULL) { in init_resb_result()
1076 uprv_free(resB->fVersion); in init_resb_result()
1123 resB->fVersion = NULL; in init_resb_result()
2138 r->fVersion = NULL; in ures_openDirect()
2198 if(resourceBundle->fVersion == NULL) { in ures_getVersionNumberInternal()
2219 ((UResourceBundle *)resourceBundle)->fVersion = (char *)uprv_malloc(1 + len); in ures_getVersionNumberInternal()
2221 if (((UResourceBundle *)resourceBundle)->fVersion == NULL) { in ures_getVersionNumberInternal()
2226 u_UCharsToChars(minor_version, resourceBundle->fVersion , minor_len); in ures_getVersionNumberInternal()
2227 resourceBundle->fVersion[len] = '\0'; in ures_getVersionNumberInternal()
2230 uprv_strcpy(resourceBundle->fVersion, kDefaultMinorVersion); in ures_getVersionNumberInternal()
2234 return resourceBundle->fVersion; in ures_getVersionNumberInternal()