/dports/misc/ipbt/ipbt-r8765/ |
H A D | macenc.c | 42 #define smRoman 0 macro 83 { smRoman, -1, 0x850, "VT100", CS_MAC_VT100 }, 91 { smRoman, -1, 0, "Symbol", CS_MAC_SYMBOL }, 93 { smRoman, verTurkey, 0, NULL, CS_MAC_TURKISH }, 107 { smRoman, verIreland, 0x850, NULL, CS_MAC_CELTIC }, 109 { smRoman, verScottishGaelic, 0x850, NULL, CS_MAC_CELTIC }, 111 { smRoman, verManxGaelic, 0x850, NULL, CS_MAC_CELTIC }, 113 { smRoman, verBreton, 0x850, NULL, CS_MAC_CELTIC }, 115 { smRoman, verWelsh, 0x850, NULL, CS_MAC_CELTIC }, 120 { smRoman, verGreece, 0x922, NULL, CS_MAC_GREEK }, [all …]
|
/dports/security/putty/putty-0.76/charset/ |
H A D | macenc.c | 41 #define smRoman 0 macro 82 { smRoman, -1, 0x850, "VT100", CS_MAC_VT100 }, 90 { smRoman, -1, 0, "Symbol", CS_MAC_SYMBOL }, 92 { smRoman, verTurkey, 0, NULL, CS_MAC_TURKISH }, 106 { smRoman, verIreland, 0x850, NULL, CS_MAC_CELTIC }, 108 { smRoman, verScottishGaelic, 0x850, NULL, CS_MAC_CELTIC }, 110 { smRoman, verManxGaelic, 0x850, NULL, CS_MAC_CELTIC }, 112 { smRoman, verBreton, 0x850, NULL, CS_MAC_CELTIC }, 114 { smRoman, verWelsh, 0x850, NULL, CS_MAC_CELTIC }, 119 { smRoman, verGreece, 0x922, NULL, CS_MAC_GREEK }, [all …]
|
/dports/security/putty-nogtk/putty-0.76/charset/ |
H A D | macenc.c | 41 #define smRoman 0 macro 82 { smRoman, -1, 0x850, "VT100", CS_MAC_VT100 }, 90 { smRoman, -1, 0, "Symbol", CS_MAC_SYMBOL }, 92 { smRoman, verTurkey, 0, NULL, CS_MAC_TURKISH }, 106 { smRoman, verIreland, 0x850, NULL, CS_MAC_CELTIC }, 108 { smRoman, verScottishGaelic, 0x850, NULL, CS_MAC_CELTIC }, 110 { smRoman, verManxGaelic, 0x850, NULL, CS_MAC_CELTIC }, 112 { smRoman, verBreton, 0x850, NULL, CS_MAC_CELTIC }, 114 { smRoman, verWelsh, 0x850, NULL, CS_MAC_CELTIC }, 119 { smRoman, verGreece, 0x922, NULL, CS_MAC_GREEK }, [all …]
|
/dports/textproc/halibut/halibut-1.2/charset/ |
H A D | macenc.c | 42 #define smRoman 0 macro 83 { smRoman, -1, 0x850, "VT100", CS_MAC_VT100 }, 91 { smRoman, -1, 0, "Symbol", CS_MAC_SYMBOL }, 93 { smRoman, verTurkey, 0, NULL, CS_MAC_TURKISH }, 107 { smRoman, verIreland, 0x850, NULL, CS_MAC_CELTIC }, 109 { smRoman, verScottishGaelic, 0x850, NULL, CS_MAC_CELTIC }, 111 { smRoman, verManxGaelic, 0x850, NULL, CS_MAC_CELTIC }, 113 { smRoman, verBreton, 0x850, NULL, CS_MAC_CELTIC }, 115 { smRoman, verWelsh, 0x850, NULL, CS_MAC_CELTIC }, 120 { smRoman, verGreece, 0x922, NULL, CS_MAC_GREEK }, [all …]
|
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/ |
H A D | language.c | 86 { 0, "eng", smRoman }, // English 87 { 1, "fra", smRoman }, // French 88 { 2, "ger", smRoman }, // German 89 { 3, "ita", smRoman }, // Italian 90 { 4, "dut", smRoman }, // Dutch 91 { 5, "swe", smRoman }, // Swedish 93 { 7, "dan", smRoman }, // Danish 177 { 91, "run", smRoman }, // Rundi 178 { 92, "nya", smRoman }, // Chewa 181 { 128, "wel", smRoman }, // Welsh [all …]
|
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/ |
H A D | language.c | 86 { 0, "eng", smRoman }, // English 87 { 1, "fra", smRoman }, // French 88 { 2, "ger", smRoman }, // German 89 { 3, "ita", smRoman }, // Italian 90 { 4, "dut", smRoman }, // Dutch 91 { 5, "swe", smRoman }, // Swedish 93 { 7, "dan", smRoman }, // Danish 177 { 91, "run", smRoman }, // Rundi 178 { 92, "nya", smRoman }, // Chewa 181 { 128, "wel", smRoman }, // Welsh [all …]
|
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/ |
H A D | QuickTime_Support.cpp | 74 /* langEnglish (0) */ smRoman, 75 /* langFrench (1) */ smRoman, 76 /* langGerman (2) */ smRoman, 77 /* langItalian (3) */ smRoman, 78 /* langDutch (4) */ smRoman, 79 /* langSwedish (5) */ smRoman, 80 /* langSpanish (6) */ smRoman, 81 /* langDanish (7) */ smRoman, 89 /* langGreek (14) */ smRoman, 170 /* langSomali (88) */ smRoman, [all …]
|
H A D | MacScriptExtracts.h | 20 smRoman = 0, enumerator
|
/dports/biology/ncbi-toolkit/ncbi/corelib/morefile/ |
H A D | FSpCompat.c | 367 pb.ciPB.hFileInfo.ioFlXFndrInfo.fdScript = (scriptTag >= smRoman) ? in FSpCreateCompat() 369 (smRoman); in FSpCreateCompat() 416 pb.ciPB.dirInfo.ioDrFndrInfo.frScript = (scriptTag >= smRoman) ? in FSpDirCreateCompat() 418 (smRoman); in FSpDirCreateCompat() 930 pb.hFileInfo.ioFlXFndrInfo.fdScript = (scriptTag >= smRoman) ? in FSpCreateResFileCompat() 932 (smRoman); in FSpCreateResFileCompat()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/ |
H A D | qt_mac.cpp | 59 static const ScriptCode Script = smRoman; in qfontForThemeFont()
|
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/ |
H A D | Script.pas | 235 smRoman = 0;
|
/dports/archivers/unzip/unzip60/macos/source/ |
H A D | macos.c | 1141 scriptTag = (scriptTag >= smRoman) ? in maccreat() 1142 ((char)scriptTag | (char)0x80) : (smRoman); in maccreat()
|
/dports/devel/sunpromake/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
H A D | cp10006 | 85 # Greek encoding is being used when the script code is smRoman (0),
|
H A D | cp10079 | 86 # The Mac OS Icelandic encoding shares the script code smRoman
|
/dports/devel/smake/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
H A D | cp10079 | 86 # The Mac OS Icelandic encoding shares the script code smRoman
|
/dports/devel/sccs/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
H A D | cp10006 | 85 # Greek encoding is being used when the script code is smRoman (0),
|
/dports/devel/schilybase/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
/dports/net/rscsi/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
/dports/archivers/star/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
/dports/sysutils/cdrtools/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
/dports/editors/ved/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|
/dports/sysutils/schilyutils/schily-2021-09-18/libsiconv/tables/ |
H A D | cp10081 | 81 # The Mac OS Turkish encoding shares the script code smRoman
|