Searched refs:country (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/locale/windows/ |
A D | SDL_syslocale.c | 41 char country[16]; in SDL_SYS_GetPreferredLocales_winxp() local 49 country, sizeof (country)); in SDL_SYS_GetPreferredLocales_winxp() 55 SDL_snprintf(buf, buflen, "%s%s%s", lang, ctryrc ? "_" : "", ctryrc ? country : ""); in SDL_SYS_GetPreferredLocales_winxp()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_locale.h | 46 const char *country; /**< A country, like "US" for America. Can be NULL. */ member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testlocale.c | 27 const char *c = l->country; in log_locales()
|
/AliOS-Things-master/components/SDL2/src/locale/ |
A D | SDL_locale.c | 69 loc->country = ptr; in build_locales_from_csv_string()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizeChinapassportResult.h | 57 std::string country; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/ |
A D | nvrecord_wifi.h | 45 char country[3]; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/factory_section/ |
A D | factory_section.h | 88 unsigned char country[3]; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/userdata_section/ |
A D | nvrecord_wifi.h | 56 char country[3]; member
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/src/model/ |
A D | RecognizeChinapassportResult.cc | 54 data_.country = dataNode["Country"].asString(); in parse()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | bwifi_interface.h | 148 int bwifi_set_country_code(char * country);
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 2893 char country[2] = {}; in Android_JNI_GetLocale() local 2898 AConfiguration_getCountry(cfg, country); in Android_JNI_GetLocale() 2911 if (country[0]) { in Android_JNI_GetLocale() 2912 buf[id++] = country[0]; in Android_JNI_GetLocale() 2913 if (country[1]) { in Android_JNI_GetLocale() 2914 buf[id++] = country[1]; in Android_JNI_GetLocale()
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | LICENSE-gpl3.txt | 509 covered work in a country, or your recipient's use of the covered work 510 in a country, would infringe one or more identifiable patents in that 511 country that you have reason to believe are valid.
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | README | 349 People of the planet, on every country, may have a financial interest in
|
Completed in 20 milliseconds