Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
system_utils_unittests.cc File Reference
#include <cstring>
#include <cwchar>
#include "flutter/fml/macros.h"
#include "flutter/shell/platform/windows/system_utils.h"
#include "flutter/shell/platform/windows/testing/mock_windows_proc_table.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Functions

 flutter::testing::TEST (SystemUtils, GetPreferredLanguageInfo)
 
 flutter::testing::TEST (SystemUtils, GetPreferredLanguages)
 
 flutter::testing::TEST (SystemUtils, ParseLanguageNameGeneric)
 
 flutter::testing::TEST (SystemUtils, ParseLanguageNameWithRegion)
 
 flutter::testing::TEST (SystemUtils, ParseLanguageNameWithScript)
 
 flutter::testing::TEST (SystemUtils, ParseLanguageNameWithRegionAndScript)
 
 flutter::testing::TEST (SystemUtils, ParseLanguageNameWithSuplementalLanguage)
 
 flutter::testing::TEST (SystemUtils, ParseLanguageNameWithThreeCharacterLanguage)
 
 flutter::testing::TEST (SystemUtils, GetUserTimeFormat)
 
 flutter::testing::TEST (SystemUtils, Prefer24HourTimeHandlesEmptyFormat)
 
 flutter::testing::TEST (SystemUtils, Prefer24HourTimeHandles12Hour)
 
 flutter::testing::TEST (SystemUtils, Prefer24HourTimeHandles24Hour)