Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp87 static struct SRBRoot* srBundle ; variable
311 (void)res->getKeyString(srBundle); in string_write_java()
382 const char *resname = res->getKeyString(srBundle); in intvector_write_java()
521 const char *currentKeyString = current->getKeyString(srBundle); in table_write_java()
624 srBundle = bundle; in bundle_write_java()
625 if(uprv_strcmp(srBundle->fLocale,"root")!=0){ in bundle_write_java()
627 uprv_strcat(className,srBundle->fLocale); in bundle_write_java()
Dwrtxml.cpp57 static struct SRBRoot* srBundle ; variable
556 resname = res->getKeyString(srBundle); in printContainer()
1036 srBundle = bundle; in bundle_write_xml()
1049 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) { in bundle_write_xml()
1073 lang = parseFilename(srBundle->fLocale, lang); in bundle_write_xml()
1100 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1101 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1); in bundle_write_xml()
1102 uprv_strcpy(outputFileName,srBundle->fLocale); in bundle_write_xml()
1150 if(language != NULL && uprv_strcmp(lang, srBundle->fLocale)!=0){ in bundle_write_xml()