Symbol: fICULocale
headers/os/locale/Country.h
55
U_ICU_NAMESPACE::Locale* fICULocale;
headers/os/locale/FormattingConventions.h
143
U_ICU_NAMESPACE::Locale* fICULocale;
headers/os/locale/Language.h
70
U_ICU_NAMESPACE::Locale* fICULocale;
headers/os/locale/TimeZone.h
53
U_ICU_NAMESPACE::Locale* fICULocale;
headers/private/locale/FormattingConventionsPrivate.h
29
return fFormattingConventions->fICULocale;
headers/private/locale/LanguagePrivate.h
29
return fLanguage->fICULocale;
src/kits/locale/Country.cpp
101
fICULocale->getDisplayCountry(*fICULocale, string);
src/kits/locale/Country.cpp
102
string.toTitle(NULL, *fICULocale);
src/kits/locale/Country.cpp
132
fICULocale->getDisplayCountry(Locale(appLanguage), uString);
src/kits/locale/Country.cpp
152
icu::Locale* languageLocale = fICULocale->clone();
src/kits/locale/Country.cpp
178
return fICULocale->getCountry();
src/kits/locale/Country.cpp
36
fICULocale(NULL)
src/kits/locale/Country.cpp
44
fICULocale(new icu::Locale(*other.fICULocale))
src/kits/locale/Country.cpp
55
if (!fICULocale)
src/kits/locale/Country.cpp
56
fICULocale = new icu::Locale(*other.fICULocale);
src/kits/locale/Country.cpp
58
*fICULocale = *other.fICULocale;
src/kits/locale/Country.cpp
66
delete fICULocale;
src/kits/locale/Country.cpp
73
delete fICULocale;
src/kits/locale/Country.cpp
74
fICULocale = new icu::Locale("", countryCode);
src/kits/locale/Country.cpp
83
if (fICULocale == NULL)
src/kits/locale/Country.cpp
86
if (fICULocale->isBogus())
src/kits/locale/FormattingConventions.cpp
210
fICULocale(new icu::Locale(*other.fICULocale))
src/kits/locale/FormattingConventions.cpp
236
fICULocale = new icu::Locale(conventionsID);
src/kits/locale/FormattingConventions.cpp
294
*fICULocale = *other.fICULocale;
src/kits/locale/FormattingConventions.cpp
302
delete fICULocale;
src/kits/locale/FormattingConventions.cpp
326
&& *fICULocale == *other.fICULocale;
src/kits/locale/FormattingConventions.cpp
340
return fICULocale->getName();
src/kits/locale/FormattingConventions.cpp
347
return fICULocale->getLanguage();
src/kits/locale/FormattingConventions.cpp
354
const char* country = fICULocale->getCountry();
src/kits/locale/FormattingConventions.cpp
373
fICULocale->getDisplayName(*fICULocale, string);
src/kits/locale/FormattingConventions.cpp
374
string.toTitle(NULL, *fICULocale);
src/kits/locale/FormattingConventions.cpp
398
fICULocale->getDisplayName(Locale(displayLanguageID.String()), uString);
src/kits/locale/FormattingConventions.cpp
436
DateFormat::createDateInstance((DateFormat::EStyle)style, *fICULocale));
src/kits/locale/FormattingConventions.cpp
469
DateFormat::createTimeInstance((DateFormat::EStyle)style, *fICULocale));
src/kits/locale/FormattingConventions.cpp
513
(DateFormat::EStyle)timeStyle, *fICULocale));
src/kits/locale/FormattingConventions.cpp
651
status_t status = archive->AddString("conventions", fICULocale->getName());
src/kits/locale/Language.cpp
112
fICULocale->getDisplayName(Locale(appLanguage), string);
src/kits/locale/Language.cpp
148
return fICULocale->getLanguage();
src/kits/locale/Language.cpp
155
const char* country = fICULocale->getCountry();
src/kits/locale/Language.cpp
166
const char* script = fICULocale->getScript();
src/kits/locale/Language.cpp
177
const char* variant = fICULocale->getVariant();
src/kits/locale/Language.cpp
188
return fICULocale->getName();
src/kits/locale/Language.cpp
217
delete fICULocale;
src/kits/locale/Language.cpp
219
fICULocale = source.fICULocale != NULL
src/kits/locale/Language.cpp
220
? source.fICULocale->clone()
src/kits/locale/Language.cpp
52
fICULocale(NULL)
src/kits/locale/Language.cpp
60
delete fICULocale;
src/kits/locale/Language.cpp
67
delete fICULocale;
src/kits/locale/Language.cpp
68
fICULocale = new icu::Locale(language);
src/kits/locale/Language.cpp
69
if (fICULocale == NULL)
src/kits/locale/Language.cpp
72
if (fICULocale->isBogus())
src/kits/locale/Language.cpp
83
fICULocale->getDisplayName(*fICULocale, string);
src/kits/locale/Language.cpp
84
string.toTitle(NULL, *fICULocale);
src/kits/locale/TimeZone.cpp
117
if (fICULocale != NULL) {
src/kits/locale/TimeZone.cpp
119
*fICULocale, unicodeString);
src/kits/locale/TimeZone.cpp
138
if (fICULocale != NULL) {
src/kits/locale/TimeZone.cpp
140
*fICULocale, unicodeString);
src/kits/locale/TimeZone.cpp
159
if (fICULocale != NULL) {
src/kits/locale/TimeZone.cpp
160
fICUTimeZone->getDisplayName(false, TimeZone::SHORT, *fICULocale,
src/kits/locale/TimeZone.cpp
179
if (fICULocale != NULL) {
src/kits/locale/TimeZone.cpp
180
fICUTimeZone->getDisplayName(true, TimeZone::SHORT, *fICULocale,
src/kits/locale/TimeZone.cpp
246
delete fICULocale;
src/kits/locale/TimeZone.cpp
247
fICULocale = NULL;
src/kits/locale/TimeZone.cpp
262
fICULocale = new Locale(language->Code());
src/kits/locale/TimeZone.cpp
263
if (fICULocale == NULL) {
src/kits/locale/TimeZone.cpp
46
fICULocale(NULL),
src/kits/locale/TimeZone.cpp
59
fICULocale(other.fICULocale == NULL
src/kits/locale/TimeZone.cpp
61
: other.fICULocale->clone()),
src/kits/locale/TimeZone.cpp
77
delete fICULocale;
src/kits/locale/TimeZone.cpp
88
fICULocale = source.fICULocale == NULL
src/kits/locale/TimeZone.cpp
90
: source.fICULocale->clone();