Searched defs:ASCII2ISO (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzpriv.h2361 # define ASCII2ISO(c) (((c) & 0x80) ? oem2iso[(c) & 0x7f] : (c)) macro
2367 # define ASCII2ISO(c) (c) macro

Completed in 131 milliseconds