Home
last modified time | relevance | path

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

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dlfn.c64 #define UNICODE_CONVERTABLE(cl,ch) (ch == 0 && (cl < 0x80 || cl >= 0xa0)) macro
127 else if (UNICODE_CONVERTABLE(up[0], up[1])) in cnv_unicode()
138 else if (UNICODE_CONVERTABLE(up[0], up[1])) in cnv_unicode()