#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| This size of this struct. Must be sizeof(FlutterLocale). | |
| const char * | language_code |
| const char * | country_code |
| const char * | script_code |
| const char * | variant_code |
Definition at line 2253 of file embedder.h.
| const char* FlutterLocale::country_code |
The country code of the locale. For example, "US". This is a an optional field. The string must be null terminated if present. It may be collected after the call to FlutterEngineUpdateLocales. If not present, a nullptr may be specified.
Definition at line 2264 of file embedder.h.
Referenced by flutter::ConvertToFlutterLocale(), FlutterLocaleFromNSLocale(), free_locale(), setup_locales(), and flutter::testing::TEST_F().
| const char* FlutterLocale::language_code |
The language code of the locale. For example, "en". This is a required field. The string must be null terminated. It may be collected after the call to FlutterEngineUpdateLocales.
Definition at line 2259 of file embedder.h.
Referenced by flutter::ConvertToFlutterLocale(), FlutterLocaleFromNSLocale(), free_locale(), setup_locales(), and flutter::testing::TEST_F().
| const char* FlutterLocale::script_code |
The script code of the locale. This is a an optional field. The string must be null terminated if present. It may be collected after the call to FlutterEngineUpdateLocales. If not present, a nullptr may be specified.
Definition at line 2269 of file embedder.h.
Referenced by flutter::ConvertToFlutterLocale(), FlutterLocaleFromNSLocale(), setup_locales(), and flutter::testing::TEST_F().
| size_t FlutterLocale::struct_size |
This size of this struct. Must be sizeof(FlutterLocale).
Definition at line 2255 of file embedder.h.
Referenced by flutter::ConvertToFlutterLocale(), FlutterLocaleFromNSLocale(), setup_locales(), and flutter::testing::TEST_F().
| const char* FlutterLocale::variant_code |
The variant code of the locale. This is a an optional field. The string must be null terminated if present. It may be collected after the call to FlutterEngineUpdateLocales. If not present, a nullptr may be specified.
Definition at line 2274 of file embedder.h.
Referenced by flutter::ConvertToFlutterLocale(), FlutterLocaleFromNSLocale(), setup_locales(), and flutter::testing::TEST_F().