Home
last modified time | relevance | path

Searched refs:COMPOSE_FIRST_START (Results 1 – 24 of 24) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc1060 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1063 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc1092 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1095 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc1083 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1086 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc1083 if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START in combine()
1086 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START] in combine()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc728 …if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START && idx_add >= COMPOSE… in combine()
729 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START][idx_add - COMPOSE_SECOND_START]; in combine()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc728 …if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START && idx_add >= COMPOSE… in combine()
729 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START][idx_add - COMPOSE_SECOND_START]; in combine()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc728 …if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START && idx_add >= COMPOSE… in combine()
729 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START][idx_add - COMPOSE_SECOND_START]; in combine()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DUnicodeCompTables.h8 #define COMPOSE_FIRST_START 1 macro
H A DUnicodeTypeTable.cc728 …if (idx_base >= COMPOSE_FIRST_START && idx_base < COMPOSE_FIRST_SINGLE_START && idx_add >= COMPOSE… in combine()
729 Unicode o = compose_array[idx_base - COMPOSE_FIRST_START][idx_add - COMPOSE_SECOND_START]; in combine()
/dports/dns/libidn/libidn-1.35/lib/
H A Dgunicomp.h5 #define COMPOSE_FIRST_START 1 macro
H A Dnfkc.c750 if (index_a >= COMPOSE_FIRST_START && index_a < COMPOSE_FIRST_SINGLE_START in combine()
755 compose_array[index_a - COMPOSE_FIRST_START][index_b - in combine()
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/libidn/
H A Dgunicomp.h1 #define COMPOSE_FIRST_START 1 macro
H A Dnfkc.c713 if (index_a >= COMPOSE_FIRST_START && index_a < COMPOSE_FIRST_SINGLE_START in combine()
718 compose_array[index_a - COMPOSE_FIRST_START][index_b - in combine()
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/contrib/
H A Dgunicomp.h4 #define COMPOSE_FIRST_START 1 macro
H A Dnfkc.c720 if (index_a >= COMPOSE_FIRST_START && index_a < COMPOSE_FIRST_SINGLE_START in combine()
725 compose_array[index_a - COMPOSE_FIRST_START][index_b - in combine()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgunicomp.h1 #define COMPOSE_FIRST_START 1 macro
H A Dgunidecomp.c355 if (index_a >= COMPOSE_FIRST_START && index_a < COMPOSE_FIRST_SINGLE_START && in combine()
358 gunichar res = compose_array[index_a - COMPOSE_FIRST_START][index_b - COMPOSE_SECOND_START]; in combine()