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

1 2

  /external/icu4c/io/
locbund.h 31 char *fLocale;
locbund.cpp 85 result->fLocale = (char*) uprv_malloc(len + 1);
86 if(result->fLocale == 0) {
90 uprv_strcpy(result->fLocale, loc);
92 result->isInvariantLocale = uprv_strcmp(result->fLocale, "en_US_POSIX") == 0;
114 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1);
115 if(result->fLocale == 0) {
120 strcpy(result->fLocale, bundle->fLocale );
147 uprv_free(bundle->fLocale);
    [all...]
  /external/icu4c/i18n/
currpinf.cpp 67 fLocale(NULL) {
74 fLocale(NULL) {
82 fLocale(NULL) {
103 delete fLocale;
109 if (info.fLocale) {
110 fLocale = info.fLocale->clone();
112 fLocale = NULL;
122 delete fLocale;
124 fLocale = NULL
    [all...]
msgfmt.cpp 221 : fLocale(Locale::getDefault()), // Uses the default locale
233 pluralProvider(&fLocale, UPLURAL_TYPE_CARDINAL),
234 ordinalProvider(&fLocale, UPLURAL_TYPE_ORDINAL)
236 setLocaleIDs(fLocale.getName(), fLocale.getName());
243 : fLocale(newLocale),
255 pluralProvider(&fLocale, UPLURAL_TYPE_CARDINAL),
256 ordinalProvider(&fLocale, UPLURAL_TYPE_ORDINAL)
258 setLocaleIDs(fLocale.getName(), fLocale.getName())
    [all...]
smpdtfmt.cpp 240 : fLocale(Locale::getDefault()),
247 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
256 fLocale(Locale::getDefault()),
265 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
266 initialize(fLocale, status);
276 fLocale(Locale::getDefault()),
285 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
286 initialize(fLocale, status)
    [all...]
windtfmt.h 124 const Locale *fLocale;
reldtfmt.cpp 42 fDateStyle(other.fDateStyle), fLocale(other.fLocale),
61 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL)
126 fLocale==that->fLocale);
387 CalendarData calData(fLocale, "gregorian", status);
422 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
tmutfmt.cpp 154 fLocale = other.fLocale;
183 && fLocale == fmt->fLocale
370 fLocale = locale;
414 fNumberFormat = NumberFormat::createInstance(fLocale, err);
417 fPluralRules = PluralRules::forLocale(fLocale, err);
441 rb = ures_open(NULL, fLocale.getName(), &status);
510 MessageFormat* messageFormat = new MessageFormat(pattern, fLocale, err);
595 const char* localeName = fLocale.getName()
    [all...]
reldtfmt.h 243 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);
tznames_impl.h 189 Locale fLocale;
tzfmt.cpp 246 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), fDefParseOptionFlags(0) {
252 const char* region = fLocale.getCountry();
256 uloc_addLikelySubtags(fLocale.getName(), loc, sizeof(loc), &status);
361 fLocale = other.fLocale;
396 fLocale == tzfmt->fLocale
    [all...]
  /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 79 fLocale = locale;
317 + ", Locale=" + UnicodeString(fLocale.getName())
385 + ", 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 246 Locale* fLocale;
tmutfmt.h 217 Locale fLocale;
msgfmt.h     [all...]
tzfmt.h 532 Locale fLocale;
    [all...]
  /external/icu4c/common/unicode/
resbund.h 486 Locale *fLocale;
  /external/icu4c/tools/genrb/
wrtxml.cpp 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...]
reslist.c 730 len = (int32_t)uprv_strlen(bundle->fLocale);
734 uprv_strncpy(writtenFilename + off, bundle->fLocale, len);
751 uprv_strcat(dataName, bundle->fLocale);
755 uprv_strcpy(dataName, bundle->fLocale);
    [all...]
wrtjava.c 633 if(uprv_strcmp(srBundle->fLocale,"root")!=0){
635 uprv_strcat(className,srBundle->fLocale);

Completed in 954 milliseconds

1 2