Searched defs:locale (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dlocale.cpp29 #include <locale.h>
35 // We currently support a single locale, the "C" locale (also known as "POSIX").
104 static bool __is_supported_locale(const char* locale) { argument
105 return (strcmp(locale, "") == 0 ||
106 strcmp(locale, "C") == 0 ||
107 strcmp(locale, "C.UTF-8") == 0 ||
108 strcmp(locale, "en_US.UTF-8") == 0 ||
109 strcmp(locale, "POSIX") == 0);
147 // Caller wants to set the locale rathe
[all...]

Completed in 139 milliseconds