Searched refs:srBundle (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/genrb/
H A Dwrtjava.c85 static struct SRBRoot* srBundle ; variable in typeref:struct:SRBRoot
310 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer);
394 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer);
536 const char *currentKeyString = res_getKeyString(srBundle, current, currentKeyBuffer);
640 srBundle = bundle;
641 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
643 uprv_strcat(className,srBundle->fLocale);
H A Dwrtxml.cpp43 static struct SRBRoot* srBundle ; variable in typeref:struct:SRBRoot
542 resname = res_getKeyString(srBundle, res, resKeyBuffer);
1025 srBundle = bundle;
1038 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) {
1062 lang = parseFilename(srBundle->fLocale, lang);
1089 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1090 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1091 uprv_strcpy(outputFileName,srBundle->fLocale);
1139 if(language != NULL && uprv_strcmp(lang, srBundle->fLocale)!=0){

Completed in 209 milliseconds