Searched refs:BCountry (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/os/locale/
H A DCountry.h28 class BCountry { class
30 BCountry(const char* countryCode = NULL);
31 BCountry(const BCountry& other);
32 BCountry& operator=(const BCountry& other);
33 ~BCountry();
H A DLocaleRoster.h18 class BCountry;
/haiku/src/preferences/time/
H A DTimeZoneListItem.h16 class BCountry;
23 BCountry* country, BTimeZone* timeZone);
33 const BCountry& Country() const { return *fCountry; };
34 void SetCountry(BCountry* country);
51 BCountry* fCountry;
H A DTimeZoneListItem.cpp29 TimeZoneListItem::TimeZoneListItem(const char* text, BCountry* country,
93 TimeZoneListItem::SetCountry(BCountry* country)
H A DZoneView.cpp343 BCountry* country = new(std::nothrow) BCountry(countryCode);
442 ? new(std::nothrow) BCountry(currentItem->Country())
/haiku/src/kits/locale/
H A DCountry.cpp34 BCountry::BCountry(const char* countryCode) function in class:BCountry
42 BCountry::BCountry(const BCountry& other) function in class:BCountry
49 BCountry&
50 BCountry::operator=(const BCountry& other)
64 BCountry::~BCountry()
[all...]
/haiku/headers/private/netservices/
H A DGeolocation.h30 BCountry& country);
/haiku/src/preferences/locale/
H A DFormatSettingsView.h16 class BCountry;
/haiku/src/tests/kits/net/service/
H A DGeolocationTest.cpp40 BCountry country;
/haiku/src/apps/deskbar/
H A DTimeView.h69 class BCountry;
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp180 BCountry& country)

Completed in 103 milliseconds