Home | History | Annotate | Download | only in interpreter

Lines Matching full:c_locale

93   std::locale c_locale("C");
97 result->SetI(std::tolower(char_value, c_locale));
99 result->SetI(std::toupper(char_value, c_locale));