HomeSort by relevance Sort by last modified time
    Searched refs:fLocale (Results 1 - 25 of 31) 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 259 return file->str.fBundle.fLocale;
  /external/icu4c/i18n/
currpinf.cpp 66 fLocale(NULL) {
73 fLocale(NULL) {
81 fLocale(NULL) {
102 delete fLocale;
108 if (info.fLocale) {
109 fLocale = info.fLocale->clone();
111 fLocale = NULL;
121 delete fLocale;
123 fLocale = NULL
    [all...]
msgfmt.cpp 266 : fLocale(Locale::getDefault()), // Uses the default locale
287 setLocaleIDs(fLocale.getName(), fLocale.getName());
293 : fLocale(newLocale),
314 setLocaleIDs(fLocale.getName(), fLocale.getName());
321 : fLocale(newLocale),
342 setLocaleIDs(fLocale.getName(), fLocale.getName());
471 setLocale(that.fLocale);
    [all...]
tmutfmt.cpp 151 fLocale = other.fLocale;
180 && fLocale == fmt->fLocale
366 fLocale = locale;
399 fNumberFormat = NumberFormat::createInstance(fLocale, err);
402 fPluralRules = PluralRules::forLocale(fLocale, err);
425 rb = ures_open(NULL, fLocale.getName(), &status);
492 MessageFormat* messageFormat = new MessageFormat(pattern, fLocale, err);
577 const char* localeName = 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);
343 CalendarData calData(fLocale, "gregorian", status);
378 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
smpdtfmt.cpp 192 : fLocale(Locale::getDefault()),
198 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
207 fLocale(Locale::getDefault()),
215 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
216 initialize(fLocale, status);
226 fLocale(Locale::getDefault()),
234 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
235 initialize(fLocale, status)
    [all...]
reldtfmt.h 231 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.cpp 536 : fLocale(""),
549 fLocale.setToBogus();
634 : fLocale(locale),
674 fZoneStringsArray = ures_open(U_ICUDATA_ZONE, fLocale.getName(), &status);
730 fallbackFmt = getFallbackFormat(fLocale, status);
734 regionFmt = getRegionFormat(fLocale, status);
800 getLocalizedCountry(countryCode, fLocale, country);
    [all...]
zstrfmt.h 289 Locale fLocale;
491 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())
  /external/apache-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 219 Locale fLocale;
msgfmt.h     [all...]
  /external/icu4c/common/unicode/
resbund.h 480 Locale *fLocale;
  /external/icu4c/tools/genrb/
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.c 728 len = (int32_t)uprv_strlen(bundle->fLocale);
732 uprv_strncpy(writtenFilename + off, bundle->fLocale, len);
749 uprv_strcat(dataName, bundle->fLocale);
753 uprv_strcpy(dataName, bundle->fLocale);
    [all...]
wrtjava.c 641 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
643 uprv_strcat(className,srBundle->fLocale);

Completed in 330 milliseconds

1 2