Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp85 static struct SRBRoot* srBundle ; variable
309 (void)res->getKeyString(srBundle); in string_write_java()
380 const char *resname = res->getKeyString(srBundle); in intvector_write_java()
519 const char *currentKeyString = current->getKeyString(srBundle); in table_write_java()
622 srBundle = bundle; in bundle_write_java()
623 if(uprv_strcmp(srBundle->fLocale,"root")!=0){ in bundle_write_java()
625 uprv_strcat(className,srBundle->fLocale); in bundle_write_java()
Dwrtxml.cpp55 static struct SRBRoot* srBundle ; variable
554 resname = res->getKeyString(srBundle); in printContainer()
1034 srBundle = bundle; in bundle_write_xml()
1047 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) { in bundle_write_xml()
1071 lang = parseFilename(srBundle->fLocale, lang); in bundle_write_xml()
1098 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1099 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1100 uprv_strcpy(outputFileName,srBundle->fLocale); in bundle_write_xml()
1148 if(language != NULL && uprv_strcmp(lang, srBundle->fLocale)!=0){ in bundle_write_xml()