Home
last modified time | relevance | path

Searched refs:twlCountry (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_ownerInfoEx.c555 const char* OS_GetISOCountryCodeA2(u8 twlCountry) in OS_GetISOCountryCodeA2() argument
561 if (twlCountry < OSi_CountryCodeListNumEntries) in OS_GetISOCountryCodeA2()
563 cca2 = OSi_CountryCodeList[twlCountry]; in OS_GetISOCountryCodeA2()
568 OS_TWarning("Invalid country code(%d)\n", twlCountry); in OS_GetISOCountryCodeA2()
/TwlSDK-5.2.1/include/twl/os/common/
DownerInfoEx.h298 const char* OS_GetISOCountryCodeA2(u8 twlCountry);