MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getRegion

Method getRegion

classpath/java-lang.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 return reinterpret_cast<const char*>(language);
306 }
307 const char* getRegion()
308 {
309 return reinterpret_cast<const char*>(region);
310 }
311};
312const char* Locale::DEFAULT_LANGUAGE = "en";
313const char* Locale::DEFAULT_REGION = "";

Calls

no outgoing calls

Tested by

no test coverage detected