Home
last modified time | relevance | path

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

/dports/devel/py-game/pygame-2.1.0/test/
H A Dftfont_test.py10 font_test.UCS_4 = False
H A Dfont_test.py20 UCS_4 = sys.maxunicode > 0xFFFF variable
337 if UCS_4:
411 if UCS_4 and hasattr(pygame_font, "UCS_4"):
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/iconv/ces/
H A Ducs-4.c48 #define UCS_4 "ucs_4" macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/iconv/ces/
H A Ducs-4.c49 #define UCS_4 "ucs_4" macro
/dports/comms/cqrlog/cqrlog-2.5.0/src/synapse/
H A Dsynachar.pas95 CP1256, CP1257, CP1258, KOI8_R, CP895, CP852, UCS_2, UCS_4, UTF_8, UTF_7,
826 SetFour: set of TMimeChar = [UCS_4, UCS_4LE, UTF_8];
1613 Result := UCS_4;
1740 UCS_4:
1820 IconvArr[5].Charset := UCS_4;
1822 IconvArr[6].Charset := UCS_4;
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/synapse/source/lib/
H A Dsynachar.pas95 CP1256, CP1257, CP1258, KOI8_R, CP895, CP852, UCS_2, UCS_4, UTF_8, UTF_7,
826 SetFour: set of TMimeChar = [UCS_4, UCS_4LE, UTF_8];
1613 Result := UCS_4;
1740 UCS_4:
1820 IconvArr[5].Charset := UCS_4;
1822 IconvArr[6].Charset := UCS_4;
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/identification/
H A DCharacterSet.java76 public static final CharacterSet UCS_4 = new CharacterSet("UCS_4", "UCS-4"); field in CharacterSet
/dports/devel/py-game/pygame-2.1.0/docs/reST/ref/
H A Dfont.rst251 .. versionchanged:: 2.0.3 Rendering UCS_4 unicode works and does not
252 raise an exception. Use `if hasattr(pygame.font, 'UCS_4'):` to see if
253 pygame supports rendering UCS_4 unicode including more languages and
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h903 UCS_4 = 1108, enumerator
1833 #define UCS_4 1108 macro
H A Dreserved.c2838 { "UCS-4", 0, 1, UCS_4, /* 2002 (C/S) */
H A Dparser.c3189 UCS_4 = 1108, enumerator
4119 #define UCS_4 1108 macro
H A Dparser.y3111 %token UCS_4 "UCS-4"
4233 | UCS_4
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dsetup.c4253 #define ___COMMAND_LINE_CE_SELECT(ISO_8859_1,UTF_8,UCS_2,UCS_4,wchar,native) UCS_2 argument