MCPcopy Create free account
hub / github.com/comaps/comaps / GetCurrentNorm

Function GetCurrentNorm

libs/platform/preferred_languages.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561std::string GetCurrentNorm()
562{
563 return Normalize(GetCurrentOrig());
564}
565
566std::vector<std::string> GetSystemPreferredLanguageCodes() {
567 std::vector<std::string> langs = {};

Callers 5

CreateFeatureDialogMethod · 0.85
ProcessNextKmlMethod · 0.85
ProcessNextRectMethod · 0.85
ProcessNextPointMethod · 0.85
UNIT_TESTFunction · 0.85

Calls 2

GetCurrentOrigFunction · 0.85
NormalizeFunction · 0.70

Tested by 1

UNIT_TESTFunction · 0.68