HomeSort by relevance Sort by last modified time
    Searched refs:srBundle (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/genrb/
wrtjava.c 84 static struct SRBRoot* srBundle ;
309 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer);
389 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer);
529 const char *currentKeyString = res_getKeyString(srBundle, current, currentKeyBuffer);
632 srBundle = bundle;
633 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
635 uprv_strcat(className,srBundle->fLocale);
wrtxml.cpp 45 static struct SRBRoot* srBundle ;
544 resname = res_getKeyString(srBundle, res, resKeyBuffer);
1024 srBundle = bundle;
1037 if(uprv_strcmp(originalFileName, srBundle->fLocale) != 0) {
1061 lang = parseFilename(srBundle->fLocale, lang);
1088 outputFileName = (char *)uprv_malloc(sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1089 uprv_memset(outputFileName, 0, sizeof(char)*uprv_strlen(srBundle->fLocale) + 1);
1090 uprv_strcpy(outputFileName,srBundle->fLocale);
    [all...]

Completed in 30 milliseconds