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