Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dfilename.h61 # define _IS_DRIVE_LETTER(C) \ macro
64 # undef _IS_DRIVE_LETTER
65 # define _IS_DRIVE_LETTER(C) \ macro
68 (_IS_DRIVE_LETTER ((Filename)[0]) && (Filename)[1] == ':')