2 * Copyright 2003-2011, Haiku, Inc.
3 * Distributed under the terms of the MIT Licence.
10 #include <LocaleStrings.h>
12 #include <SupportDefs.h>
19 #ifndef U_ICU_NAMESPACE
20 #define U_ICU_NAMESPACE icu
22 namespace U_ICU_NAMESPACE
{
30 BCountry(const char* countryCode
= NULL
);
31 BCountry(const BCountry
& other
);
32 BCountry
& operator=(const BCountry
& other
);
35 status_t
GetNativeName(BString
& name
) const;
36 status_t
GetName(BString
& name
,
37 const BLanguage
* displayLanguage
= NULL
40 const char* Code() const;
42 status_t
GetIcon(BBitmap
* result
) const;
44 status_t
GetAvailableTimeZones(
45 BMessage
* timeZones
) const;
51 U_ICU_NAMESPACE::Locale
* fICULocale
;
55 #endif /* _COUNTRY_H_ */