MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / build_name

Function build_name

system/lib/libcxx/src/locale.cpp:101–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101string build_name(const string& other, const string& one, locale::category c) {
102 if (other == "*" || one == "*")
103 return "*";
104 if (c == locale::none || other == one)
105 return other;
106
107 // FIXME: Handle the more complicated cases, such as when the locale has
108 // different names for different categories.
109 return "*";
110}
111
112} // namespace
113

Callers 1

__impMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected