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

1 2 3

  /external/chromium_org/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.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/chromium_org/third_party/icu/source/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...]
  /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 220 : fLocale(Locale::getDefault()), // Uses the default locale
232 pluralProvider(&fLocale, UPLURAL_TYPE_CARDINAL),
233 ordinalProvider(&fLocale, UPLURAL_TYPE_ORDINAL)
235 setLocaleIDs(fLocale.getName(), fLocale.getName());
242 : fLocale(newLocale),
254 pluralProvider(&fLocale, UPLURAL_TYPE_CARDINAL),
255 ordinalProvider(&fLocale, UPLURAL_TYPE_ORDINAL)
257 setLocaleIDs(fLocale.getName(), fLocale.getName())
    [all...]
smpdtfmt.cpp 244 : fLocale(Locale::getDefault()),
251 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
260 fLocale(Locale::getDefault()),
269 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
270 initialize(fLocale, status);
280 fLocale(Locale::getDefault()),
289 initializeSymbols(fLocale, initializeCalendar(NULL,fLocale,status), status);
290 initialize(fLocale, status)
    [all...]
windtfmt.h 124 const Locale *fLocale;
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.cpp 43 fDateStyle(other.fDateStyle), fLocale(other.fLocale),
62 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL)
127 fLocale==that->fLocale);
388 CalendarData calData(fLocale, "gregorian", status);
423 fCombinedFormat = new MessageFormat(UnicodeString(TRUE, resStr, resStrLen), fLocale, tempStatus);
427 UResourceBundle *rb = ures_open(NULL, fLocale.getBaseName(), &status);
  /external/chromium_org/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_org/third_party/icu/source/test/intltest/
tsnmfmt.h 56 Locale fLocale;
  /external/icu4c/test/intltest/
tsnmfmt.h 56 Locale fLocale;
  /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/chromium_org/third_party/icu/source/i18n/unicode/
currpinf.h 247 Locale* fLocale;
  /external/icu4c/i18n/unicode/
currpinf.h 246 Locale* fLocale;

Completed in 805 milliseconds

1 2 3