Home
last modified time | relevance | path

Searched refs:cf_charset (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Ddumprar.py351 cf_charset = None variable
436 r = rf.RarFile(rfarg, charset=cf_charset, info_callback=cb)
494 global cf_verbose, cf_show_comment, cf_charset
526 cf_charset = v
/dports/archivers/py-rarfile/rarfile-4.0/
H A Ddumprar.py424 cf_charset = None variable
509 r = rf.RarFile(rfarg, charset=cf_charset, info_callback=cb)
565 global cf_verbose, cf_show_comment, cf_charset
597 cf_charset = v
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmacfont.m663 CFCharacterSetRef cf_charset; field
1379 CFCharacterSetRef cf_charset;
1456 cache->cf_charset =
1459 if (cache->cf_charset == NULL)
1460 cache->cf_charset = CTFontCopyCharacterSet (macfont);
1502 return macfont_info->cache->cf_charset;
1510 return cache->cf_charset;
1584 if (CFCharacterSetIsLongCharacterMember (cache->cf_charset, ch))
1789 if (! cf_charset_table[i].cf_charset)
1813 cf_charset_table[i].cf_charset = CFCharacterSetCreateCopy (NULL,
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dmacfont.m648 CFCharacterSetRef cf_charset; field
1301 CFCharacterSetRef cf_charset;
1378 cache->cf_charset =
1381 if (cache->cf_charset == NULL)
1382 cache->cf_charset = CTFontCopyCharacterSet (macfont);
1424 return macfont_info->cache->cf_charset;
1432 return cache->cf_charset;
1506 if (CFCharacterSetIsLongCharacterMember (cache->cf_charset, ch))
1711 if (! cf_charset_table[i].cf_charset)
1735 cf_charset_table[i].cf_charset = CFCharacterSetCreateCopy (NULL,
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/
H A Dconfigure.in704 for cf_charset in $cf_charsets
706 cf_def_charset=`echo "$cf_charset" | sed -e 's/+/_/g' -e 's/-/_/g'`
709 if ( ${EGREP-egrep} '^M'"$cf_charset"'$' "$srcdir"/src/chrtrans/*.tbl 2>/dev/null >/dev/null )
725 CF_VERBOSE(found $cf_charset)
728 CF_VERBOSE(not found $cf_charset)
/dports/www/lynx/lynx2.8.9rel.1/
H A Dconfigure.in711 for cf_charset in $cf_charsets
713 cf_def_charset=`echo $cf_charset | sed -e 's/+/_/g' -e 's/-/_/g'`
716 if ( egrep '^M'$cf_charset'$' $srcdir/src/chrtrans/*.tbl 2>/dev/null >/dev/null )
732 CF_VERBOSE(found $cf_charset)
735 CF_VERBOSE(not found $cf_charset)