Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c54 #define IsSurrogateH(c) ((c) >= 0xD800 && (c) <= 0xDBFF) macro
596 if (!IsSurrogateH(uc) || !IsSurrogateL(wc)) return 0xFFFFFFFF; /* Wrong surrogate? */ in tchar2uni()
668 …if (szb < 2 || !IsSurrogateH(hs) || !IsSurrogateL(wc)) return 0; /* Buffer overflow or wrong surro… in put_utf()
6465 if (IsSurrogateH(dc)) { /* High surrogate? */
6599 if (IsSurrogateH(c)) { /* Is this a high-surrogate? */