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

1 2 3

  /external/chromium/third_party/icu/source/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...]
  /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...]
  /external/chromium/third_party/icu/source/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...]
  /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 270 : fLocale(Locale::getDefault()), // Uses the default locale
291 setLocaleIDs(fLocale.getName(), fLocale.getName());
297 : fLocale(newLocale),
318 setLocaleIDs(fLocale.getName(), fLocale.getName());
325 : fLocale(newLocale),
346 setLocaleIDs(fLocale.getName(), fLocale.getName());
475 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 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...]
  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/test/intltest/
tsnmfmt.h 56 Locale fLocale;
  /external/icu4c/test/intltest/
tsnmfmt.h 56 Locale fLocale;
  /libcore/luni/src/main/java/org/apache/xml/res/
XMLMessages.java 36 protected Locale fLocale = Locale.getDefault();
54 fLocale = locale;
64 return fLocale;
  /external/chromium/third_party/icu/public/i18n/unicode/
currpinf.h 247 Locale* fLocale;
  /external/icu4c/i18n/unicode/
currpinf.h 247 Locale* fLocale;

Completed in 389 milliseconds

1 2 3