Home
last modified time | relevance | path

Searched defs:ucs4 (Results 1 – 25 of 1227) sorted by relevance

12345678910>>...50

/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Ducs4.c42 id3_length_t id3_ucs4_length(id3_ucs4_t const *ucs4) in id3_ucs4_length()
56 id3_length_t id3_ucs4_size(id3_ucs4_t const *ucs4) in id3_ucs4_size()
65 id3_length_t id3_ucs4_latin1size(id3_ucs4_t const *ucs4) in id3_ucs4_latin1size()
74 id3_length_t id3_ucs4_utf16size(id3_ucs4_t const *ucs4) in id3_ucs4_utf16size()
94 id3_length_t id3_ucs4_utf8size(id3_ucs4_t const *ucs4) in id3_ucs4_utf8size()
124 id3_latin1_t *id3_ucs4_latin1duplicate(id3_ucs4_t const *ucs4) in id3_ucs4_latin1duplicate()
139 id3_utf16_t *id3_ucs4_utf16duplicate(id3_ucs4_t const *ucs4) in id3_ucs4_utf16duplicate()
154 id3_utf8_t *id3_ucs4_utf8duplicate(id3_ucs4_t const *ucs4) in id3_ucs4_utf8duplicate()
181 id3_ucs4_t *ucs4; in id3_ucs4_duplicate() local
194 void id3_ucs4_putnumber(id3_ucs4_t *ucs4, unsigned long number) in id3_ucs4_putnumber()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/module/
H A Def_ucs4_iscii.c122 static int convert_iscii_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code, ef_charset_t cs) { in convert_iscii_to_ucs4()
153 int ef_map_iscii_assamese_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_assamese_to_ucs4()
157 int ef_map_iscii_bengali_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_bengali_to_ucs4()
161 int ef_map_iscii_gujarati_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_gujarati_to_ucs4()
165 int ef_map_iscii_hindi_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_hindi_to_ucs4()
169 int ef_map_iscii_kannada_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_kannada_to_ucs4()
173 int ef_map_iscii_malayalam_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_malayalam_to_ucs4()
177 int ef_map_iscii_oriya_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_oriya_to_ucs4()
181 int ef_map_iscii_punjabi_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_punjabi_to_ucs4()
185 int ef_map_iscii_tamil_to_ucs4(ef_char_t *ucs4, u_int16_t iscii_code) { in ef_map_iscii_tamil_to_ucs4()
[all …]
H A Def_ucs4_iso8859.c337 int ef_map_iso8859_1_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_1_r_to_ucs4()
341 int ef_map_iso8859_2_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_2_r_to_ucs4()
356 int ef_map_iso8859_3_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_3_r_to_ucs4()
371 int ef_map_iso8859_4_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_4_r_to_ucs4()
386 int ef_map_iso8859_5_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_5_r_to_ucs4()
409 int ef_map_iso8859_6_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_6_r_to_ucs4()
429 int ef_map_iso8859_7_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_7_r_to_ucs4()
454 int ef_map_iso8859_8_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_8_r_to_ucs4()
477 int ef_map_iso8859_9_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_9_r_to_ucs4()
510 int ef_map_iso8859_10_r_to_ucs4(ef_char_t *ucs4, u_int16_t iso8859_code) { in ef_map_iso8859_10_r_to_ucs4()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
H A Dqchar.cpp757 bool QChar::isPrint(uint ucs4) noexcept in isPrint()
816 bool QChar::isMark(uint ucs4) noexcept in isMark()
840 bool QChar::isPunct(uint ucs4) noexcept in isPunct()
868 bool QChar::isSymbol(uint ucs4) noexcept in isSymbol()
1125 int QChar::digitValue(uint ucs4) noexcept in digitValue()
1386 QString QChar::decomposition(uint ucs4) in decomposition()
1515 uint QChar::toLower(uint ucs4) noexcept in toLower()
1535 uint QChar::toUpper(uint ucs4) noexcept in toUpper()
1564 uint ucs4 = *ch; in foldCase() local
1572 uint ucs4 = ch; in foldCase() local
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqunicodetables.cpp6698 #define GET_PROP_INDEX(ucs4) \ argument
9601 Q_DECL_CONST_FUNCTION static inline const Properties *qGetProp(uint ucs4) noexcept in qGetProp()
9611 Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4) noexcept in properties()
9621 Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL graphemeBreakClass(uint ucs4) noexcept in graphemeBreakClass()
9626 Q_CORE_EXPORT WordBreakClass QT_FASTCALL wordBreakClass(uint ucs4) noexcept in wordBreakClass()
9631 Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL sentenceBreakClass(uint ucs4) noexcept in sentenceBreakClass()
9636 Q_CORE_EXPORT LineBreakClass QT_FASTCALL lineBreakClass(uint ucs4) noexcept in lineBreakClass()
11830 #define GET_DECOMPOSITION_INDEX(ucs4) \ argument
14069 #define GET_LIGATURE_INDEX(ucs4) \ argument
14328 uint ucs4; member
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/
H A Def_ucs4_intern.h6 #define IS_ALPHABET(ucs4) (/* 0 <= (ucs4) && */ (ucs4) <= 0x33ff) argument
8 #define IS_EXTENSION_A(ucs4) (0x3400 <= (ucs4) && (ucs4) <= 0x4dff) argument
10 #define IS_CJK(ucs4) (0x4e00 <= (ucs4) && (ucs4) <= 0x9fff) argument
12 #define IS_HANGUL(ucs4) (0xac00 <= (ucs4) && (ucs4) <= 0xd7ff) argument
14 #define IS_COMPAT(ucs4) (0xf900 <= (ucs4) && (ucs4) <= 0xfffd) argument
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dos_files.h63 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) latin1 argument
66 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) utf8 argument
69 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) ucs2 argument
72 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) ucs4 argument
75 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) wchar argument
78 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) native argument
88 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) \ argument
95 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) ucs2 argument
97 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) native argument
102 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) utf8 argument
[all …]

12345678910>>...50