OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srBundle
(Results
1 - 2
of
2
) sorted by null
/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 174 milliseconds