Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp88 static struct SRBRoot* srBundle ; variable
325 (void)res->getKeyString(srBundle); in string_write_java()
396 const char *resname = res->getKeyString(srBundle); in intvector_write_java()
533 const char *currentKeyString = current->getKeyString(srBundle); in table_write_java()
636 srBundle = bundle; in bundle_write_java()
637 if(uprv_strcmp(srBundle->fLocale,"root")!=0){ in bundle_write_java()
639 uprv_strcat(className,srBundle->fLocale); in bundle_write_java()
Dwrtxml.cpp57 static struct SRBRoot* srBundle ; variable
561 resname = res->getKeyString(srBundle); in printContainer()
1041 srBundle = bundle; in bundle_write_xml()
1054 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) { in bundle_write_xml()
1078 lang = parseFilename(srBundle->fLocale, lang); in bundle_write_xml()
1105 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1106 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1107 uprv_strcpy(outputFileName,srBundle->fLocale); in bundle_write_xml()
1155 if(language != NULL && uprv_strcmp(lang, srBundle->fLocale)!=0){ in bundle_write_xml()