Searched defs:is_ascii (Results 1 – 8 of 8) sorted by relevance
31 static bool is_ascii(const char* s) { in is_ascii() function
356 def is_ascii(s): function
427 fn is_ascii(&self) -> bool { in is_ascii() method
1153 int is_ascii; in regression_tests() local
250 int is_ascii = 0; in check_force_ascii() local
1558 bool is_ascii = !(chars[ii] & ~0x7F); in CharsToDouble() local
1415 int is_sharing, is_ascii; in PyUnicode_New() local