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

12 3

  /external/chromium_org/third_party/icu/source/common/unicode/
resbund.h 480 Locale *fLocale;
  /external/chromium_org/third_party/icu/source/i18n/
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/chromium_org/third_party/icu/source/i18n/unicode/
tmutfmt.h 219 Locale fLocale;
msgfmt.h     [all...]
  /external/icu4c/common/unicode/
resbund.h 486 Locale *fLocale;
  /external/icu4c/i18n/
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 191 Locale fLocale;
  /external/icu4c/i18n/unicode/
tmutfmt.h 217 Locale fLocale;
msgfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsnmfmt.cpp 78 fLocale = locale;
306 + ", Locale=" + UnicodeString(fLocale.getName())
374 + ", Locale=" + UnicodeString(fLocale.getName())
  /external/icu4c/test/intltest/
tsnmfmt.cpp 79 fLocale = locale;
317 + ", Locale=" + UnicodeString(fLocale.getName())
385 + ", Locale=" + UnicodeString(fLocale.getName())
  /external/chromium_org/third_party/icu/source/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);
reslist.h 43 char *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);
reslist.h 43 char *fLocale;
  /external/chromium_org/third_party/icu/source/io/
ufile.c 259 return file->str.fBundle.fLocale;
  /external/icu4c/io/
ufile.c 256 return file->str.fBundle.fLocale;

Completed in 378 milliseconds

12 3