Home
last modified time | relevance | path

Searched refs:used_chars (Results 1 – 25 of 120) sorted by relevance

12345

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dtype0.c73 char *used_chars; in new_used_chars2() local
75 used_chars = NEW(8192, char); in new_used_chars2()
76 memset(used_chars, 0, 8192); in new_used_chars2()
78 return used_chars; in new_used_chars2()
87 char *used_chars; /* Used chars (CIDs) */ member
115 font->used_chars = NULL; in Type0Font_init_font_struct()
135 RELEASE(font->used_chars); in Type0Font_clean()
143 font->used_chars = NULL; in Type0Font_clean()
322 return font->used_chars; in Type0Font_get_usedchars()
502 font->used_chars = NULL; in Type0Font_cache_find()
[all …]
H A Dcidtype0.c479 char *used_chars; in CIDFont_type0_get_used_chars() local
486 if (!used_chars) in CIDFont_type0_get_used_chars()
489 return used_chars; in CIDFont_type0_get_used_chars()
628 char *used_chars; in CIDFont_type0_dofont() local
1058 char *used_chars; in CIDFont_type0_t1cdofont() local
1108 c = used_chars[i]; in CIDFont_type0_t1cdofont()
1650 char *used_chars; in add_metrics() local
1674 if (!used_chars) { in add_metrics()
1710 char *used_chars = NULL; in CIDFont_type0_t1dofont() local
1760 if (!used_chars) in CIDFont_type0_t1dofont()
[all …]
H A Dcidtype2.c246 if (!is_used_char2(used_chars, cid)) in add_TTCIDHMetrics()
299 char *used_chars, unsigned short last_cid) in add_TTCIDVMetrics() argument
320 if (!is_used_char2(used_chars, cid)) in add_TTCIDVMetrics()
498 char *h_used_chars, *v_used_chars, *used_chars; in CIDFont_type2_dofont() local
630 used_chars = h_used_chars = v_used_chars = NULL; in CIDFont_type2_dofont()
690 used_chars = h_used_chars; in CIDFont_type2_dofont()
816 add_to_used_chars2(used_chars, cid); in CIDFont_type2_dofont()
824 if (!used_chars) /* We have no horizontal. */ in CIDFont_type2_dofont()
825 used_chars = v_used_chars; in CIDFont_type2_dofont()
828 if (!used_chars) in CIDFont_type2_dofont()
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/util/
H A Dstringutil.cc73 uint32 used_bytes, used_chars; in sqlchar_as_sqlwchar() local
86 &used_bytes, &used_chars, errors); in sqlchar_as_sqlwchar()
158 uint32 used_bytes, used_chars; in sqlwchar_as_sqlchar() local
204 &used_chars, errors); in sqlwchar_as_sqlchar()
412 uint32 used_bytes, used_chars, bytes; in sqlchar_as_sqlchar() local
429 &used_chars, errors); in sqlchar_as_sqlchar()
457 uint32 used_bytes, used_chars; in sqlwchar_as_sqlchar_buf() local
489 &used_chars, errors); in sqlwchar_as_sqlchar_buf()
522 uint32 *used_bytes, uint32 *used_chars, uint *errors) in copy_and_convert() argument
533 *used_bytes= *used_chars= 0; in copy_and_convert()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w268 char *used_chars = NULL;
310 /* fill |used_chars| */
311 used_chars = xmalloc((last_cid + 1) * sizeof(char));
312 memset(used_chars, 0, (last_cid + 1));
316 used_chars[found->id] = 1;
323 if (used_chars[cid] == 0)
406 if (used_chars[cid]) {
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
432 add_TTCIDVMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
437 xfree(used_chars);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w268 char *used_chars = NULL;
310 /* fill |used_chars| */
311 used_chars = xmalloc((last_cid + 1) * sizeof(char));
312 memset(used_chars, 0, (last_cid + 1));
316 used_chars[found->id] = 1;
323 if (used_chars[cid] == 0)
406 if (used_chars[cid]) {
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
432 add_TTCIDVMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
437 xfree(used_chars);
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w268 char *used_chars = NULL;
310 /* fill |used_chars| */
311 used_chars = xmalloc((last_cid + 1) * sizeof(char));
312 memset(used_chars, 0, (last_cid + 1));
316 used_chars[found->id] = 1;
323 if (used_chars[cid] == 0)
406 if (used_chars[cid]) {
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
432 add_TTCIDVMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
437 xfree(used_chars);
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w268 char *used_chars = NULL;
310 /* fill |used_chars| */
311 used_chars = xmalloc((last_cid + 1) * sizeof(char));
312 memset(used_chars, 0, (last_cid + 1));
316 used_chars[found->id] = 1;
323 if (used_chars[cid] == 0)
406 if (used_chars[cid]) {
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
432 add_TTCIDVMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
437 xfree(used_chars);
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w268 char *used_chars = NULL;
310 /* fill |used_chars| */
311 used_chars = xmalloc((last_cid + 1) * sizeof(char));
312 memset(used_chars, 0, (last_cid + 1));
316 used_chars[found->id] = 1;
323 if (used_chars[cid] == 0)
406 if (used_chars[cid]) {
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
432 add_TTCIDVMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
437 xfree(used_chars);
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w268 char *used_chars = NULL;
310 /* fill |used_chars| */
311 used_chars = xmalloc((last_cid + 1) * sizeof(char));
312 memset(used_chars, 0, (last_cid + 1));
316 used_chars[found->id] = 1;
323 if (used_chars[cid] == 0)
406 if (used_chars[cid]) {
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
432 add_TTCIDVMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
437 xfree(used_chars);
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritetype2.w268 char *used_chars = NULL;
310 /* fill |used_chars| */
311 used_chars = xmalloc((last_cid + 1) * sizeof(char));
312 memset(used_chars, 0, (last_cid + 1));
316 used_chars[found->id] = 1;
323 if (used_chars[cid] == 0)
406 if (used_chars[cid]) {
429 add_TTCIDHMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
432 add_TTCIDVMetrics(font->fontdict, glyphs, used_chars, cidtogidmap,
437 xfree(used_chars);
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/
H A Ddte_translate.php26 $used_chars = Array(); variable
30 global $unique_tiles, $used_chars, $charmap;
40 while(isset($used_chars[$n])) --$n;
45 while(isset($used_chars[$n])) ++$n;
53 $used_chars[$n] = true;
222 while(!isset($used_chars[$n-1])) --$n;
/dports/databases/mariadb105-client/mariadb-10.5.15/sql-common/
H A Dmy_time.c697 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
698 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
699 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
705 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
719 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
720 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
733 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
734 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
735 if (!used_chars.count_iso_date_time_separator && in str_to_datetime_or_date_or_time_body()
736 !used_chars.count_colon && in str_to_datetime_or_date_or_time_body()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql-common/
H A Dmy_time.c697 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
698 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
699 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
705 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
719 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
720 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
733 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
734 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
735 if (!used_chars.count_iso_date_time_separator && in str_to_datetime_or_date_or_time_body()
736 !used_chars.count_colon && in str_to_datetime_or_date_or_time_body()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql-common/
H A Dmy_time.c697 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
698 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
699 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
705 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
719 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
720 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
733 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
734 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
735 if (!used_chars.count_iso_date_time_separator && in str_to_datetime_or_date_or_time_body()
736 !used_chars.count_colon && in str_to_datetime_or_date_or_time_body()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql-common/
H A Dmy_time.c697 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
698 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
699 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
705 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
719 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
720 if (used_chars.count_iso_date_time_separator || !used_chars.count_colon) in str_to_datetime_or_date_or_time_body()
733 MYSQL_TIME_USED_CHAR_STATISTICS used_chars; in str_to_datetime_or_date_or_time_body() local
734 mysql_time_used_char_statistics_init(&used_chars, str, endptr); in str_to_datetime_or_date_or_time_body()
735 if (!used_chars.count_iso_date_time_separator && in str_to_datetime_or_date_or_time_body()
736 !used_chars.count_colon && in str_to_datetime_or_date_or_time_body()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/sysutils/cdrdao/cdrdao-1.2.4/pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c93 unpart_chars = set_dup(used_chars);
130 class_sets[class_no] = set_dif(normal_chars,used_chars);

12345