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

  /external/chromium/third_party/icu/source/tools/genrb/
wrtjava.c 85 static struct SRBRoot* srBundle ;
312 if(res->fKey > 0 && uprv_strcmp(srBundle->fKeys+res->fKey,"Rule")==0)
396 if(res->fKey > 0 && uprv_strcmp(srBundle->fKeys+res->fKey,"DateTimeElements")==0){
543 T_FileStream_write(out, srBundle->fKeys+current->fKey,
544 (int32_t)uprv_strlen(srBundle->fKeys+current->fKey));
634 srBundle = bundle;
635 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
637 uprv_strcat(className,srBundle->fLocale);
wrtxml.cpp 43 static struct SRBRoot* srBundle ;
541 if (res->fKey >= 0 && uprv_strcmp(srBundle->fKeys + res->fKey, "") != 0) {
542 resname = srBundle->fKeys + res->fKey;
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);
    [all...]
  /external/icu4c/tools/genrb/
wrtjava.c 85 static struct SRBRoot* srBundle ;
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);
wrtxml.cpp 43 static struct SRBRoot* srBundle ;
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);
    [all...]

Completed in 110 milliseconds