Searched refs:countryCode (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DLanguageModel.h36 const char* countryCode,
40 const char* countryCode,
47 const char* countryCode,
H A DLanguageModel.cpp191 const char* countryCode,
194 int32 index = _IndexOfBestMatchingSupportedLanguage(code, countryCode, scriptCode);
209 const char* countryCode,
219 && 0 == _NullSafeStrCmp(countryCode, suppLangCountryCode)
237 const char* countryCode,
243 int32 index = _IndexOfSupportedLanguage(code, countryCode, scriptCode);
249 if (NULL != countryCode) {
252 && 0 == _NullSafeStrCmp(countryCode, fSupportedLanguages[i]->CountryCode()) ) {
189 _FindBestSupportedLanguage( const char* code, const char* countryCode, const char* scriptCode) const argument
207 _IndexOfSupportedLanguage( const char* code, const char* countryCode, const char* scriptCode) const argument
235 _IndexOfBestMatchingSupportedLanguage( const char* code, const char* countryCode, const char* scriptCode) const argument
/haiku/headers/os/locale/
H A DCountry.h30 BCountry(const char* countryCode = NULL);
35 status_t SetTo(const char* countryCode);
H A DLocaleRoster.h60 const char* countryCode) const;
63 const char* countryCode);
/haiku/src/kits/locale/
H A DCountry.cpp34 BCountry::BCountry(const char* countryCode) argument
38 SetTo(countryCode);
71 BCountry::SetTo(const char* countryCode) argument
74 fICULocale = new icu::Locale("", countryCode);
H A DLocaleRoster.cpp321 const char* countryCode) const
328 StringEnumeration* zoneList = TimeZone::createEnumeration(countryCode);
329 // countryCode == NULL will yield all timezones not bound to a country
352 BLocaleRoster::GetFlagIconForCountry(BBitmap* flagIcon, const char* countryCode) argument
354 if (countryCode == NULL)
369 int codeLength = strlen(countryCode);
375 normalizedCode[5] = tolower(countryCode[codeLength - 2]);
376 normalizedCode[6] = tolower(countryCode[codeLength - 1]);
426 const char* countryCode = country_code_for_language(language); local
427 if (countryCode
[all...]
/haiku/src/preferences/locale/
H A DLanguageListView.h48 const char* countryCode = NULL);
H A DLanguageListView.cpp112 const char* id, const char* languageCode, const char* countryCode)
115 fCountryCode(countryCode),
111 LanguageListItemWithFlag(const char* text, const char* id, const char* languageCode, const char* countryCode) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_regdomain.h111 HAL_CTRY_CODE countryCode; member in struct:__anon1107
H A Dah_regdomain.c169 if (allCountries[i].countryCode == cc)
191 findCountry(HAL_CTRY_CODE countryCode) argument
196 if (allCountries[i].countryCode == countryCode)
297 if (country->countryCode == CTRY_DEFAULT) {
332 __func__, regDmn, country->countryCode);
339 __func__, regpair->regDmn5GHz, country->countryCode);
346 __func__, regpair->regDmn2GHz, country->countryCode);
354 __func__, regDmn, country->countryCode);
832 ah->ah_countryCode = country->countryCode;
[all...]
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp187 url.SetPath("/countryCode");
225 BString countryCode((char*)resultBuffer.Buffer(), (int32)length);
226 return country.SetTo(countryCode);
/haiku/src/preferences/time/
H A DZoneView.cpp319 const char* countryCode = countryIter->first.String(); local
320 if (countryCode == NULL)
343 BCountry* country = new(std::nothrow) BCountry(countryCode);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h657 int mwl_hal_getregioncode(struct mwl_hal *mh, uint8_t *countryCode);
H A Dmwlhal.c2154 mwl_hal_getregioncode(struct mwl_hal *mh0, uint8_t *countryCode) argument
2164 *countryCode = pCmd->calTbl[16];

Completed in 140 milliseconds