Symbol: BCountry
headers/os/locale/Country.h
28
class BCountry {
headers/os/locale/Country.h
30
BCountry(const char* countryCode = NULL);
headers/os/locale/Country.h
31
BCountry(const BCountry& other);
headers/os/locale/Country.h
32
BCountry& operator=(const BCountry& other);
headers/os/locale/Country.h
33
~BCountry();
headers/os/locale/LocaleRoster.h
18
class BCountry;
headers/private/netservices/Geolocation.h
30
BCountry& country);
src/apps/deskbar/TimeView.h
69
class BCountry;
src/kits/locale/Country.cpp
113
BCountry::GetName(BString& name, const BLanguage* displayLanguage) const
src/kits/locale/Country.cpp
143
BCountry::GetPreferredLanguage(BLanguage& language) const
src/kits/locale/Country.cpp
172
BCountry::Code() const
src/kits/locale/Country.cpp
183
BCountry::GetIcon(BBitmap* result) const
src/kits/locale/Country.cpp
194
BCountry::GetAvailableTimeZones(BMessage* timeZones) const
src/kits/locale/Country.cpp
34
BCountry::BCountry(const char* countryCode)
src/kits/locale/Country.cpp
42
BCountry::BCountry(const BCountry& other)
src/kits/locale/Country.cpp
49
BCountry&
src/kits/locale/Country.cpp
50
BCountry::operator=(const BCountry& other)
src/kits/locale/Country.cpp
64
BCountry::~BCountry()
src/kits/locale/Country.cpp
71
BCountry::SetTo(const char* countryCode)
src/kits/locale/Country.cpp
81
BCountry::InitCheck() const
src/kits/locale/Country.cpp
94
BCountry::GetNativeName(BString& name) const
src/kits/network/libnetservices/Geolocation.cpp
189
BCountry& country)
src/preferences/locale/FormatSettingsView.h
16
class BCountry;
src/preferences/time/TimeZoneListItem.cpp
29
TimeZoneListItem::TimeZoneListItem(const char* text, BCountry* country,
src/preferences/time/TimeZoneListItem.cpp
93
TimeZoneListItem::SetCountry(BCountry* country)
src/preferences/time/TimeZoneListItem.h
16
class BCountry;
src/preferences/time/TimeZoneListItem.h
23
BCountry* country, BTimeZone* timeZone);
src/preferences/time/TimeZoneListItem.h
33
const BCountry& Country() const { return *fCountry; };
src/preferences/time/TimeZoneListItem.h
34
void SetCountry(BCountry* country);
src/preferences/time/TimeZoneListItem.h
51
BCountry* fCountry;
src/preferences/time/ZoneView.cpp
343
BCountry* country = new(std::nothrow) BCountry(countryCode);
src/preferences/time/ZoneView.cpp
442
? new(std::nothrow) BCountry(currentItem->Country())
src/tests/kits/net/service/GeolocationTest.cpp
40
BCountry country;