Home
last modified time | relevance | path

Searched refs:is_dbcs_lead_byte (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c3913 static int is_dbcs_lead_byte(const char *s, int offset) in is_dbcs_lead_byte() function
3940 if (!final && size >= 1 && is_dbcs_lead_byte(s, size - 1)) in decode_mbcs()