Searched refs:SYMBOL_SET (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp191 #define SYMBOL_SET(n, c) ((n) * 32 + ((c) - 64)) macro
194 SYMBOL_SET(19, 'U'), // Windows Latin 1 ("ANSI", code page 1252)
195 SYMBOL_SET(9, 'E'), // Windows Latin 2, Code Page 1250
196 SYMBOL_SET(5, 'T'), // Code Page 1254
197 SYMBOL_SET(7, 'J'), // Desktop
198 SYMBOL_SET(6, 'J'), // Microsoft Publishing
199 SYMBOL_SET(0, 'N'), // Latin 1 (subset of 19U,
201 SYMBOL_SET(2, 'N'), // Latin 2 (subset of 9E,
203 SYMBOL_SET(8, 'U'), // HP Roman 8
204 SYMBOL_SET(1
[all...]

Completed in 121 milliseconds