HomeSort by relevance Sort by last modified time
    Searched refs:fLocale (Results 1 - 25 of 29) sorted by null

1 2

  /external/icu4c/io/
locbund.h 31 char *fLocale;
locbund.c 87 result->fLocale = (char*) uprv_malloc(len + 1);
88 if(result->fLocale == 0) {
92 uprv_strcpy(result->fLocale, loc);
94 result->isInvariantLocale = uprv_strcmp(result->fLocale, "en_US_POSIX") == 0;
116 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1);
117 if(result->fLocale == 0) {
122 strcpy(result->fLocale, bundle->fLocale );
149 uprv_free(bundle->fLocale);
    [all...]
ufile.c 238 return file->str.fBundle.fLocale;
  /external/icu4c/i18n/
currpinf.cpp 63 fLocale(NULL) {
70 fLocale(NULL) {
78 fLocale(NULL) {
99 delete fLocale;
105 if (info.fLocale) {
106 fLocale = info.fLocale->clone();
108 fLocale = NULL;
118 delete fLocale;
120 fLocale = NULL
    [all...]
msgfmt.cpp 261 : fLocale(Locale::getDefault()), // Uses the default locale
282 setLocaleIDs(fLocale.getName(), fLocale.getName());
288 : fLocale(newLocale),
309 setLocaleIDs(fLocale.getName(), fLocale.getName());
316 : fLocale(newLocale),
337 setLocaleIDs(fLocale.getName(), fLocale.getName());
466 setLocale(that.fLocale);
    [all...]
tmutfmt.cpp 150 fLocale = other.fLocale;
180 fLocale == fmt->fLocale &&
367 fLocale = locale;
400 fNumberFormat = NumberFormat::createInstance(fLocale, err);
403 fPluralRules = PluralRules::forLocale(fLocale, err);
426 rb = ures_open(NULL, fLocale.getName(), &status);
493 MessageFormat* messageFormat = new MessageFormat(pattern, fLocale, err);
612 const char *locName = fLocale.getName()
    [all...]
windtfmt.h 133 const Locale *fLocale;
reldtfmt.cpp 43 fDateStyle(other.fDateStyle), fTimeStyle(other.fTimeStyle), fLocale(other.fLocale),
68 fDateStyle(dateStyle), fTimeStyle(timeStyle), fLocale(locale), fDatesLen(0), fDates(NULL)
110 fLocale==that->fLocale);
339 CalendarData calData(fLocale, "gregorian", status);
374 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
smpdtfmt.cpp 190 : fLocale(Locale::getDefault()),
196 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
205 fLocale(Locale::getDefault()),
213 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
214 initialize(fLocale, status);
224 fLocale(Locale::getDefault()),
232 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
233 initialize(fLocale, status)
    [all...]
reldtfmt.h 227 Locale fLocale;
windtfmt.cpp 97 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(&locale), fZoneID()
181 pattern = getTimeDateFormat(&cal, fLocale, status);
206 fDateTimeMsg = getTimeDateFormat(newCalendar, fLocale, status);
zstrfmt.h 244 Locale fLocale;
425 Locale fLocale;
  /external/icu4c/common/
resbund_cnv.cpp 28 :UObject(), fLocale(NULL)
35 :UObject(), fLocale(NULL)
resbund.cpp 174 :UObject(), fLocale(NULL)
180 :UObject(other), fLocale(NULL)
193 :UObject(), fLocale(NULL)
204 :UObject(), fLocale(NULL)
234 if(fLocale != NULL) {
235 delete(fLocale);
373 UMTX_CHECK(NULL, (fLocale == NULL), needInit);
384 if (me->fLocale == NULL) {
385 me->fLocale = tLocale;
391 return *fLocale;
    [all...]
  /external/icu4c/test/intltest/
tsnmfmt.h 56 Locale fLocale;
tsnmfmt.cpp 78 fLocale = locale;
306 + ", Locale=" + UnicodeString(fLocale.getName())
374 + ", Locale=" + UnicodeString(fLocale.getName())
  /dalvik/libcore/xml/src/main/java/org/apache/xml/res/
XMLMessages.java 36 protected Locale fLocale = Locale.getDefault();
54 fLocale = locale;
64 return fLocale;
  /external/icu4c/i18n/unicode/
currpinf.h 247 Locale* fLocale;
tmutfmt.h 226 Locale fLocale;
msgfmt.h     [all...]
  /external/icu4c/common/unicode/
resbund.h 480 Locale *fLocale;
  /external/icu4c/tools/genrb/
reslist.c 351 len = (int32_t)uprv_strlen(bundle->fLocale);
355 uprv_strncpy(writtenFilename + off, bundle->fLocale, len);
372 uprv_strcat(dataName, bundle->fLocale);
376 uprv_strcpy(dataName, bundle->fLocale);
699 bundle->fLocale = NULL;
842 if (bundle->fLocale != NULL) {
843 uprv_free(bundle->fLocale);
984 if (bundle->fLocale!=NULL) {
985 uprv_free(bundle->fLocale);
988 bundle->fLocale= (char*) uprv_malloc(sizeof(char) * (u_strlen(locale)+1))
    [all...]
wrtxml.cpp 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...]
reslist.h 37 char *fLocale;
wrtjava.c 635 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
637 uprv_strcat(className,srBundle->fLocale);

Completed in 178 milliseconds

1 2