Searched refs:should_create_unicode_environment (Results 1 – 1 of 1) sorted by relevance
156 static bool __cdecl should_create_unicode_environment(char) throw() { return false; } in should_create_unicode_environment() function157 static bool __cdecl should_create_unicode_environment(wchar_t) throw() { return true; } in should_create_unicode_environment() function203 if (should_create_unicode_environment(Character())) in execute_command()